Give the golden pickaxe a name

This commit is contained in:
Sam 2017-12-09 22:26:44 +00:00 committed by Alexander Meech
parent da32180f32
commit e4f85eb2b2

View File

@ -383,6 +383,7 @@ public class CakeWars extends TeamGame
.setDurability((short) (Material.BOW.getMaxDurability() - 10))
.build())
.addItem(new ItemBuilder(Material.GOLD_PICKAXE)
.setTitle(C.cGoldB + "The Golden Pickaxe")
.setUnbreakable(true)
.build())
.addItem(new ItemBuilder(Material.DIAMOND_CHESTPLATE)