GameWorld loading ony runs /mvm command when Multiverse plugin is present
This commit is contained in:
parent
d1a04a7a66
commit
3e6cf96040
@ -103,6 +103,7 @@ public class GameWorldUtils implements Listener {
|
||||
}
|
||||
w.setAutoSave(false);
|
||||
gameWorld.put(world, w);
|
||||
if (Bukkit.getPluginManager().getPlugin("Multiverse-Core") != null)
|
||||
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "mvm set hidden true "+copiedName);
|
||||
operationOnLoad.accept(w);
|
||||
return w;
|
||||
|
Loading…
Reference in New Issue
Block a user