9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00

Merge pull request #667 from CocoTheOwner/warnWhenCreate

Warn users when using /iris create
This commit is contained in:
Dan
2021-11-11 17:56:06 -05:00
committed by GitHub

View File

@@ -75,6 +75,8 @@ 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());
try {
IrisToolbelt.createWorld()
.dimension(type.getLoadKey())