mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 18:45:21 +01:00
Actually fix the plugin.conf issue now
This commit is contained in:
parent
a5f756d017
commit
3756ad591d
@ -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
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user