diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-08-22 13:02:28 +0200 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2024-08-28 11:37:11 +0200 |
| commit | 33fb251aae682a6423caa6e688daac884422aab7 (patch) | |
| tree | 4d789d244cfba6b4170d497464a370ca741f9ec0 /bukkit/src/main/resources | |
| parent | cb2b64e720117fc50f1bdaefedf465e165b31e5a (diff) | |
Add some new boss bar options
Diffstat (limited to 'bukkit/src/main/resources')
| -rw-r--r-- | bukkit/src/main/resources/resources/bukkit/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml index e22b0566..a7e46c18 100644 --- a/bukkit/src/main/resources/resources/bukkit/config.yml +++ b/bukkit/src/main/resources/resources/bukkit/config.yml @@ -51,6 +51,10 @@ options: # See https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarStyle.html style: '0.0': SOLID # for 0.0 and higher progress values (progress is always between 0.0 and 1.0) + # Max amount of active task progress boss bars at once + limit: -1 + # Whether new boss bar should be added and make another (the least progress one - if exists) disappear + replace-on-limit: true # Enable/disable ActionBar actionbar: progress: false |
