Merge pull request #838 from VolmitSoftware/Development

Development
This commit is contained in:
Brian Fopiano
2022-07-29 10:04:58 -07:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -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'

View File

@@ -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())