mirror of
https://github.com/Auxilor/Reforges.git
synced 2026-01-06 15:51:32 +00:00
Fixed UltimateSkills integration
This commit is contained in:
@@ -129,7 +129,7 @@ public class ReforgesPlugin extends EcoPlugin {
|
|||||||
@Override
|
@Override
|
||||||
protected List<IntegrationLoader> loadIntegrationLoaders() {
|
protected List<IntegrationLoader> loadIntegrationLoaders() {
|
||||||
return Arrays.asList(
|
return Arrays.asList(
|
||||||
new IntegrationLoader("UltimateSkills", UltimateSkillsIntegration::load),
|
new IntegrationLoader("UltimateCore-Skills", UltimateSkillsIntegration::load),
|
||||||
new IntegrationLoader("EcoSkills", EcoSkillsIntegration::load),
|
new IntegrationLoader("EcoSkills", EcoSkillsIntegration::load),
|
||||||
new IntegrationLoader("Talismans", TalismansIntegration::registerProvider),
|
new IntegrationLoader("Talismans", TalismansIntegration::registerProvider),
|
||||||
new IntegrationLoader("PlayerPoints", () -> EconomyHandler.setUsePlayerPoints(true)),
|
new IntegrationLoader("PlayerPoints", () -> EconomyHandler.setUsePlayerPoints(true)),
|
||||||
|
|||||||
Reference in New Issue
Block a user