mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
Add warning for creating worlds without MV or bukkit
This commit is contained in:
@@ -135,6 +135,8 @@ public class CommandIrisCreate extends MortarCommand
|
||||
|
||||
|
||||
sender.sendMessage(worldName + " Spawn Area generated.");
|
||||
sender.sendMessage("You must remember to either have multiverse installed or use the Bukkit method, otherwise the world will go corrupt!");
|
||||
sender.sendMessage("Wiki: https://volmitsoftware.gitbook.io/iris/getting-started");
|
||||
|
||||
O<Boolean> b = new O<Boolean>();
|
||||
b.set(true);
|
||||
|
||||
Reference in New Issue
Block a user