Updated Configuration (markdown)

YouHaveTrouble
2023-07-24 18:07:15 +02:00
parent 2c9d346c5f
commit 1fb7c49c5b
+1 -1
@@ -29,7 +29,7 @@ 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. 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
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. You can read about placeholder usage [on this page](https://github.com/YouHaveTrouble/NotJustNameplates/wiki/Placeholders).
#### background #### background
Background color of the text. Color in a #RRGGBBAA format. For ex. `#FF000055` is red with 33% opacity. You can use [this](https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4) as reference to the AA (alpha) value. Background color of the text. Color in a #RRGGBBAA format. For ex. `#FF000055` is red with 33% opacity. You can use [this](https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4) as reference to the AA (alpha) value.