forked from SteamWar/SteamWar
Hotfix: Rework Pickaxe
This commit is contained in:
@@ -123,12 +123,6 @@ data class TNTLeagueTeam(val config: TNTLeagueWorldConfig.TeamConfig, private va
|
||||
fun start() = members.forEach {
|
||||
with(it) {
|
||||
gameMode = GameMode.SURVIVAL
|
||||
inventory.addItem(ItemStack.of(Material.DIAMOND_PICKAXE).apply {
|
||||
itemMeta = itemMeta.apply {
|
||||
isUnbreakable = true
|
||||
addEnchant(Enchantment.EFFICIENCY, 1, false)
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user