9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2026-01-06 15:51:52 +00:00
This commit is contained in:
Auxilor
2022-10-28 13:10:22 +01:00
parent d4617c4e84
commit 5960063747

View File

@@ -61,6 +61,10 @@ public class EcoSkillsPlugin extends LibReforgePlugin {
@Override
public void handleEnableAdditional() {
this.copyConfigs("customstats");
this.copyConfigs("customeffects");
this.copyConfigs("customskills");
Skills.update(this);
}