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
@@ -69,6 +69,9 @@ public class EnchantioConfig {
ConfigurationSection cloakingSection = getConfigSection(enchantsSection, "cloaking");
CloakingEnchant.create(cloakingSection);
ConfigurationSection volleySection = getConfigSection(enchantsSection, "volley");
VolleyEnchant.create(volleySection);
ConfigurationSection cursesSection = getConfigSection(configuration, "curses");
ConfigurationSection panicSection = getConfigSection(cursesSection, "panic");