9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2026-01-02 22:02:19 +00:00

Moved placeholder to next version

This commit is contained in:
Auxilor
2023-01-27 11:43:12 +00:00
parent 9c69f75e93
commit 31b6a65d44

View File

@@ -150,8 +150,8 @@ public class EcoSkillsPlugin extends LibReforgePlugin {
public List<IntegrationLoader> 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())
);
}
}