From 5633462c7046e74a1507b334abaa617986777a4f Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Tue, 1 Aug 2023 19:14:15 +0200 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Configuration.md b/Configuration.md index fda497e..94404de 100644 --- a/Configuration.md +++ b/Configuration.md @@ -25,6 +25,9 @@ Interpolation duration property for text display entity. This value is in ticks. ### see-through Decides if display should always be visible through walls. Possible values are `true` and `false`. +### view-range +Decides from how far the nameplate will be visible. Will default to default to spigot's default player tracking range. This range can be limited by external factors like simulation distance + ### frames 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. @@ -43,5 +46,11 @@ 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. +#### shadowed +Decides if text should be shadowed. + +#### text-opacity +Decides text opacity. Valid values are `0`-`255`. Values smaller or higher than that will be clamped to the max/min value. + # messages This section allows you to change messages plugin outputs \ No newline at end of file