Actually fix the plugin.conf issue now

This commit is contained in:
Blue (Lukas Rieger) 2020-08-26 15:06:34 +02:00
parent a5f756d017
commit 3756ad591d

View File

@ -105,8 +105,8 @@ public synchronized void load() throws IOException, ParseResourceException {
//load plugin config
pluginConfig = new PluginConfig(blueMap.getConfigManager().loadOrCreate(
new File(serverInterface.getConfigFolder(), "plugin.conf"),
Plugin.class.getResource("/plugin.conf"),
Plugin.class.getResource("/plugin-defaults.conf"),
Plugin.class.getResource("/de/bluecolored/bluemap/plugin.conf"),
Plugin.class.getResource("/de/bluecolored/bluemap/plugin-defaults.conf"),
true,
true
));