Give the golden pickaxe a name
This commit is contained in:
parent
da32180f32
commit
e4f85eb2b2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user