mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 06:41:08 +00:00
sync world unload
This commit is contained in:
@@ -98,7 +98,7 @@ public class CommandIris implements DecreeExecutor {
|
|||||||
sender().sendMessage(C.GREEN + "Successfully created your world!");
|
sender().sendMessage(C.GREEN + "Successfully created your world!");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Decree(description = "Remove an Iris world", aliases = {"del", "rm"})
|
@Decree(description = "Remove an Iris world", aliases = {"del", "rm"}, sync = true)
|
||||||
public void remove(
|
public void remove(
|
||||||
@Param(description = "The world to remove")
|
@Param(description = "The world to remove")
|
||||||
World world,
|
World world,
|
||||||
|
|||||||
Reference in New Issue
Block a user