Skip to content

Commit 7f8d62b

Browse files
committed
Add a couple more enchant aliases for blast protection
1 parent 3e725ef commit 7f8d62b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Essentials/src/com/earth2me/essentials/Enchantments.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ public class Enchantments
8686
ALIASENCHANTMENTS.put("explosionprotection", Enchantment.PROTECTION_EXPLOSIONS);
8787
ALIASENCHANTMENTS.put("expprot", Enchantment.PROTECTION_EXPLOSIONS);
8888
ALIASENCHANTMENTS.put("blastprotection", Enchantment.PROTECTION_EXPLOSIONS);
89+
ALIASENCHANTMENTS.put("bprotection", Enchantment.PROTECTION_EXPLOSIONS);
90+
ALIASENCHANTMENTS.put("bprotect", Enchantment.PROTECTION_EXPLOSIONS);
8991
ENCHANTMENTS.put("blastprotect", Enchantment.PROTECTION_EXPLOSIONS);
9092
ALIASENCHANTMENTS.put("pe", Enchantment.PROTECTION_EXPLOSIONS);
9193

0 commit comments

Comments
 (0)