From 96f0c1d14849ecbf1375d5cbfb07fe3990efe6c7 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Wed, 29 Sep 2021 18:11:13 +0200 Subject: [PATCH] Warn users when using /iris create that they should use multiverse instd --- src/main/java/com/volmit/iris/core/commands/CommandIris.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/volmit/iris/core/commands/CommandIris.java b/src/main/java/com/volmit/iris/core/commands/CommandIris.java index 70ac5781d..5bfeddbb0 100644 --- a/src/main/java/com/volmit/iris/core/commands/CommandIris.java +++ b/src/main/java/com/volmit/iris/core/commands/CommandIris.java @@ -75,6 +75,8 @@ public class CommandIris implements DecreeExecutor { 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 { IrisToolbelt.createWorld() .dimension(type.getLoadKey())