Warn users when using /iris create that they should use multiverse instd

This commit is contained in:
CocoTheOwner 2021-09-29 18:11:13 +02:00
parent 734c0a37f7
commit 96f0c1d148

View File

@ -75,6 +75,8 @@ public class CommandIris implements DecreeExecutor {
return; return;
} }
sender().sendMessage(C.RED + "You should not be using this command to create new worlds. Instead, use /mvc " + name + " NORMAL -g Iris:" + type.getName());
try { try {
IrisToolbelt.createWorld() IrisToolbelt.createWorld()
.dimension(type.getLoadKey()) .dimension(type.getLoadKey())