diff options
Diffstat (limited to 'bukkit/src/main/resources')
| -rw-r--r-- | bukkit/src/main/resources/resources/bukkit/config.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml index 5648bd7f..97a4bef2 100644 --- a/bukkit/src/main/resources/resources/bukkit/config.yml +++ b/bukkit/src/main/resources/resources/bukkit/config.yml @@ -43,9 +43,11 @@ options: # Time in seconds of bossbar showed time: 5 # See https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarColor.html - color: BLUE + color: + '0.0': BLUE # for 0.0 and higher progress values (progress is always between 0.0 and 1.0) # See https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarStyle.html - style: SOLID + style: + '0.0': SOLID # for 0.0 and higher progress values (progress is always between 0.0 and 1.0) # Enable/disable ActionBar actionbar: progress: false |
