From d96cb06f460723deab3671c59ef6d8045f49625a Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sat, 22 Jul 2023 22:09:01 +0200 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index dc4502a..49a0140 100644 --- a/Configuration.md +++ b/Configuration.md @@ -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 tag. It also supports PlaceholderAPI placeholders. There is also one internal placeholder for player display name `%displayname%`. \ No newline at end of file