diff --git a/eco-core/core-plugin/src/main/java/com/willfp/ecoskills/EcoSkillsPlugin.java b/eco-core/core-plugin/src/main/java/com/willfp/ecoskills/EcoSkillsPlugin.java index 966a694..94d5fc6 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/ecoskills/EcoSkillsPlugin.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/ecoskills/EcoSkillsPlugin.java @@ -150,8 +150,8 @@ public class EcoSkillsPlugin extends LibReforgePlugin { public List loadAdditionalIntegrations() { return List.of( new IntegrationLoader("EcoEnchants", () -> this.getEventManager().registerListener(new EcoEnchantsEnchantingLeveller(this))), - new IntegrationLoader("EnchantGui", () -> this.getEventManager().registerListener(new EnchantGuiHandler())), - new IntegrationLoader("PlaceholderAPI", () -> new EcoSkillsTopExpansion(this).register()) + new IntegrationLoader("EnchantGui", () -> this.getEventManager().registerListener(new EnchantGuiHandler())) + //new IntegrationLoader("PlaceholderAPI", () -> new EcoSkillsTopExpansion(this).register()) ); } }