diff --git a/eco-core/core-plugin/src/main/java/com/willfp/ecobosses/bosses/EcoBoss.java b/eco-core/core-plugin/src/main/java/com/willfp/ecobosses/bosses/EcoBoss.java index c3f9b9b..c3cee49 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/ecobosses/bosses/EcoBoss.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/ecobosses/bosses/EcoBoss.java @@ -405,6 +405,7 @@ public class EcoBoss extends PluginDependent { // Top Damager Commands this.topDamagerCommands = new HashMap<>(); for (int i = 1; i <= 3; i++) { + this.topDamagerCommands.put(i, new ArrayList<>()); for (String string : this.getConfig().getStrings("rewards.top-damager-commands." + i)) { double chance = 100; if (string.contains("::")) {