Updated Configuration (markdown)

YouHaveTrouble
2023-07-22 22:09:01 +02:00
parent ea4afd746f
commit d96cb06f46
+3 -1
@@ -26,5 +26,7 @@ Interpolation duration property for text display entity. This values is in ticks
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.
Section responsible for animating the displays. At least one frame is required for display to appear, even if there is no animation. Name of the frame does not matter as long as it's unique.
#### text
Text to display. This supports [minimessage format](https://docs.advntr.dev/minimessage/format.html), including <newline> tag. It also supports PlaceholderAPI placeholders. There is also one internal placeholder for player display name `%displayname%`.