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:
@@ -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())
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user