mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-22 04:37:42 +01:00
default config files are now initialized on plugin loading
This commit is contained in:
parent
d2e9623644
commit
ee8f4fc7f6
@ -121,7 +121,9 @@ public class MMOItems extends LuminePlugin {
|
||||
getLogger().log(Level.WARNING, "Could not initialize support with WorldEdit 7: " + exception.getMessage());
|
||||
}
|
||||
|
||||
// Initialize default config files
|
||||
saveDefaultConfig();
|
||||
configManager = new ConfigManager();
|
||||
|
||||
/**
|
||||
* Stat manager must be initialized before MMOCore compatibility
|
||||
@ -155,7 +157,6 @@ public class MMOItems extends LuminePlugin {
|
||||
|
||||
RecipeBrowserGUI.registerNativeRecipes();
|
||||
skillManager.initialize(false);
|
||||
configManager = new ConfigManager();
|
||||
|
||||
final int configVersion = getConfig().contains("config-version", true) ? getConfig().getInt("config-version") : -1;
|
||||
final int defConfigVersion = getConfig().getDefaults().getInt("config-version");
|
||||
|
Loading…
Reference in New Issue
Block a user