--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2018/01/06 14:43:00 3221 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2018/01/06 15:40:01 3222 @@ -115,6 +115,10 @@ getCommand("unmute").setExecutor(mute); + + getCommand("fillchest").setExecutor( new ChestFiller() ); + + // - fun/crazy/party elements pm.registerEvents(new ExplosiveSnowballs(), this); getCommand("zap").setExecutor( new ZapCommand() );