We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b6c1c commit 140bcfdCopy full SHA for 140bcfd
BlueMapBukkit/src/main/java/de/bluecolored/bluemap/bukkit/BukkitPlugin.java
@@ -40,6 +40,7 @@ public void onEnable() {
40
new MetricsLite(this);
41
42
//save world so the level.dat is present on new worlds
43
+ Logger.global.logInfo("Saving all worlds once, to make sure the level.dat is present...");
44
for (World world : getServer().getWorlds()) {
45
world.save();
46
}
0 commit comments