mirror of
https://github.com/YouHaveTrouble/Enchantio.git
synced 2026-05-11 21:56:55 +00:00
add cloaking enchant
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user