--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/ChestFiller.java 2018/07/18 07:41:35 3238 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/ChestFiller.java 2018/07/18 07:59:05 3239 @@ -38,8 +38,8 @@ player.sendMessage("[Chest] Please look at the chest/hopper/dispenser you want to fill"); return true; } - - ItemStack items = new ItemStack(Material.SNOW_BALL, 16); + + ItemStack items = new ItemStack(Material.SNOWBALL, 16); Inventory inv = null; if (b.getType() == Material.CHEST) {