From 1db8603910633ad42d3c5192f1c27e398c888709 Mon Sep 17 00:00:00 2001 From: CocoTheOwner <65736624+CocoTheOwner@users.noreply.github.com> Date: Tue, 3 May 2022 20:11:09 +0200 Subject: [PATCH] Replace MV with bukkit --- src/main/java/com/volmit/iris/core/commands/CommandIris.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c3e5a7f1e..568137c4b 100644 --- a/src/main/java/com/volmit/iris/core/commands/CommandIris.java +++ b/src/main/java/com/volmit/iris/core/commands/CommandIris.java @@ -76,7 +76,7 @@ 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()); + sender().sendMessage(C.RED + "You should not be using this command to create new worlds. Instead, use the tutorial: https://docs.volmit.com/iris/getting-started"); try { IrisToolbelt.createWorld()