From 5f285c078007ec76d973e9556699a51d372641e5 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sat, 22 Jul 2023 23:09:51 +0200 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index b94ceb6..2b2a782 100644 --- a/Configuration.md +++ b/Configuration.md @@ -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 \ tag. It also supports PlaceholderAPI placeholders. There is also one internal placeholder for player display name `%displayname%`. \ No newline at end of file +Text to display. This supports [minimessage format](https://docs.advntr.dev/minimessage/format.html), including \ 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. \ No newline at end of file