From c9ca65b2c7cdddf06893c2c55d12790415494beb Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 3 Jan 2022 20:18:17 +0000 Subject: [PATCH] Lowered boss bar duration --- eco-core/core-plugin/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index 1cfe196..daad98f 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -249,7 +249,7 @@ skills: # The style of the boss bar (from https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarStyle.html) style: solid # How long the boss bar should last (in milliseconds) - duration: 3000 + duration: 2500 sound: # If a sound should be played enabled: true