volley enchant

This commit is contained in:
2025-05-13 21:04:55 +02:00
parent 2923c8ae1c
commit ea11cd1bb7
4 changed files with 247 additions and 0 deletions
@@ -43,6 +43,9 @@ public final class Enchantio extends JavaPlugin {
if (EnchantioConfig.ENCHANTS.containsKey(CloakingEnchant.KEY)) {
getServer().getPluginManager().registerEvents(new CloakingListener(), this);
}
if (EnchantioConfig.ENCHANTS.containsKey(VolleyEnchant.KEY)) {
getServer().getPluginManager().registerEvents(new VolleyListener(), this);
}
if (EnchantioConfig.ENCHANTS.containsKey(PanicEnchant.KEY)) {
getServer().getPluginManager().registerEvents(new PanicListener(), this);