add cloaking enchant

This commit is contained in:
2024-11-05 19:27:53 +01:00
parent 0628c19e7a
commit aef64be3c0
5 changed files with 234 additions and 0 deletions
@@ -66,6 +66,9 @@ public class EnchantioConfig {
ConfigurationSection homecomingSection = getConfigSection(enchantsSection, "homecoming");
HomecomingEnchant.create(homecomingSection);
ConfigurationSection cloakingSection = getConfigSection(enchantsSection, "cloaking");
CloakingEnchant.create(cloakingSection);
ConfigurationSection cursesSection = getConfigSection(configuration, "curses");
ConfigurationSection panicSection = getConfigSection(cursesSection, "panic");