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