Use the right enchantment types

This commit is contained in:
Sam 2018-01-10 14:33:13 +00:00 committed by Alexander Meech
parent 7c533df0a5
commit f02d11575b
1 changed files with 1 additions and 2 deletions

View File

@ -210,8 +210,7 @@ public abstract class Skywars extends Game
new ChestLootPool()
.addItem(new ItemStack(Material.WOOD_SWORD))
.addItem(new ItemStack(Material.STONE_SWORD))
.addEnchantment(Enchantment.PROTECTION_ENVIRONMENTAL, 1)
.addEnchantment(Enchantment.PROTECTION_PROJECTILE, 1)
.addEnchantment(Enchantment.DAMAGE_ALL, 1)
.setEnchantmentRarity(0.5)
,