mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-16 21:30:04 +00:00
@@ -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'
|
||||
|
||||
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user