From 132a1695f31459582a7cb38a548f6e7e068613d4 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Sun, 24 Jul 2022 14:20:12 +0100 Subject: [PATCH 1/2] Bey --- src/main/java/com/volmit/iris/core/commands/CommandIris.java | 2 -- 1 file changed, 2 deletions(-) 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 5e8cbae78..1281d63c7 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()) From 61d9e5a869a6986818f2a7a7a04a9507f045b147 Mon Sep 17 00:00:00 2001 From: Vatuu <21113232+Vatuu@users.noreply.github.com> Date: Fri, 29 Jul 2022 19:03:18 +0200 Subject: [PATCH 2/2] V+ --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'