We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e725ef commit 7f8d62bCopy full SHA for 7f8d62b
Essentials/src/com/earth2me/essentials/Enchantments.java
@@ -86,6 +86,8 @@ public class Enchantments
86
ALIASENCHANTMENTS.put("explosionprotection", Enchantment.PROTECTION_EXPLOSIONS);
87
ALIASENCHANTMENTS.put("expprot", Enchantment.PROTECTION_EXPLOSIONS);
88
ALIASENCHANTMENTS.put("blastprotection", Enchantment.PROTECTION_EXPLOSIONS);
89
+ ALIASENCHANTMENTS.put("bprotection", Enchantment.PROTECTION_EXPLOSIONS);
90
+ ALIASENCHANTMENTS.put("bprotect", Enchantment.PROTECTION_EXPLOSIONS);
91
ENCHANTMENTS.put("blastprotect", Enchantment.PROTECTION_EXPLOSIONS);
92
ALIASENCHANTMENTS.put("pe", Enchantment.PROTECTION_EXPLOSIONS);
93
0 commit comments