diff --git a/build.gradle b/build.gradle index 0982afa2a..bfdb89d32 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ plugins { id "de.undercouch.download" version "5.0.1" } -version '2.2.5-1.19.1' // Needs to be version specific +version '2.2.6-1.19.1' // Needs to be version specific def nmsVersion = "1.19.1" def apiVersion = '1.19' def spigotJarVersion = '1.19.1-R0.1-SNAPSHOT' 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 c6c2aec7e..9b46bccd7 100644 --- a/src/main/java/com/volmit/iris/core/commands/CommandIris.java +++ b/src/main/java/com/volmit/iris/core/commands/CommandIris.java @@ -78,8 +78,6 @@ public class CommandIris implements DecreeExecutor { return; } - 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() .dimension(type.getLoadKey())