Updated Configuration (markdown)

YouHaveTrouble
2023-07-22 23:09:51 +02:00
parent 18a6cbae15
commit 5f285c0780
+13 -1
@@ -29,4 +29,16 @@ Decides if display should always be visible through walls. Possible values are `
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%`.
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%`.
#### background
Background color of the text. Color in a #RRGGBBAA format. For ex. `#FF000055` is red with 33% opacity.
#### scale-x
X scale for the display. Input is a float number, `1.0` is default size.
#### scale-y
Y scale for the display. Input is a float number, `1.0` is default size.
#### scale-z
Z scale for the display. Input is a float number, `1.0` is default size.