-
Notifications
You must be signed in to change notification settings - Fork 0
Scoreboard Config
fren_gor edited this page Nov 16, 2020
·
14 revisions
A scoreboard config is a YAML file which describes everithing of a scoreboard. The name of the scoreboard is the name of its file.
REMEMBER: Scoreboard configs must be put inside the
plugins/UltimateScoreboards/scoreboards
folder in order to be loaded by the plugin.
In order to create a new scoreboard perform ul createscoreboard <scoreboardname>
, then edit the <scoreboardname>.yml
file in scoreboards folder.
A scoreboard config may be thought as divided into three main parts: general settings, lines settings, line descriptions.
In the upper part of a scoreboard config there are some options which modify the entire scoreboard behaviour. They're grouped up in the following table.
Field | Value |
---|---|
scoreboard-type |
LONG , LITE , STATIC , or v1_13 (for more information see Scoreboard Types) |
update-frequency |
How many ticks should scoreboard update animations and placeholders (1 sec = 20 ticks) |
per-player-scoreboard |
Whether scoreboard contains per-player options (like some placeholders) |
ensure-uniqueness |
Make sure that no line bugs and disappear in certain cases. For more information see the Ensure Uniqueness Problem page |