mirror of
https://github.com/YouHaveTrouble/Enchantio.git
synced 2026-05-12 06:06:55 +00:00
add curse of panic
This commit is contained in:
@@ -26,6 +26,9 @@ public final class Enchantio extends JavaPlugin {
|
||||
if (EnchantioConfig.ENCHANTS.containsKey(SmeltingEnchant.KEY)) {
|
||||
getServer().getPluginManager().registerEvents(new SmeltingListener(), this);
|
||||
}
|
||||
if (EnchantioConfig.ENCHANTS.containsKey(PanicEnchant.KEY)) {
|
||||
getServer().getPluginManager().registerEvents(new PanicListener(), this);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user