Created Configuration (markdown)

YouHaveTrouble
2023-07-22 22:03:31 +02:00
parent 4c4c4f9d8e
commit ea4afd746f
+30
@@ -0,0 +1,30 @@
# nameplates
This section lists all the displays that can be used later on. There is no limit to how many you can have. Each display can be activated for the specific player or permission group by granting `notjustnameplates.display.<name_of_section>` permission. In case of player having permissions for multiple displays, the first one matched will be applied (top to bottom).
`default` display is special and does not require permission, will be skipped if put before any other display and will only apply to the player when no other display does.
## display
This is documentation for all entries inside "nameplates" section. Name of this section will decide what permission will be assigned to the display.
### refresh-rate
How often to switch between frames (in ticks. If set to 0, transitions will be disabled.
### billboard
Display entity billboard type. Some of them might work funny, `vertical` is strongly suggested. Billboard options are as follows:
- `center` - pivots around center point
- `vertical` - pivots around vertical axis
- `horizontal` - pivots around horizontal axis
- `fixed` - no rotation
### interpolation-delay
Interpolation delay property for text display entity. This values is in ticks.
### interpolation-duration
Interpolation duration property for text display entity. This values is in ticks.
### see-through
Decides if display should always be visible through walls. Possible values are `true` and `false`.
### frames
Section responsible for animating the displays. At least one frame is required for display to appear, even if there is no animation.