mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-24 03:25:17 +01:00
Merge branch 'master' into mc/1.12
This commit is contained in:
commit
bbeeb4b1c4
@ -39,6 +39,11 @@ public BukkitPlugin() {
|
||||
public void onEnable() {
|
||||
new MetricsLite(this);
|
||||
|
||||
//save world so the level.dat is present on new worlds
|
||||
for (World world : getServer().getWorlds()) {
|
||||
world.save();
|
||||
}
|
||||
|
||||
getServer().getPluginManager().registerEvents(eventForwarder, this);
|
||||
getCommand("bluemap").setExecutor(commands);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user