mirror of
https://github.com/plexusorg/Module-TFMExtras.git
synced 2026-06-05 15:56:54 +00:00
woops
This commit is contained in:
@@ -38,6 +38,10 @@ public class MyWorldCommand extends PlexCommand
|
||||
{
|
||||
return usage();
|
||||
}
|
||||
if (!TFMExtras.getModule().enableIslands())
|
||||
{
|
||||
return mmString("<red>Islands are not enabled on this server!");
|
||||
}
|
||||
switch (args[0].toLowerCase())
|
||||
{
|
||||
case "create" ->
|
||||
|
||||
@@ -32,6 +32,10 @@ public class SlimeManagerCommand extends PlexCommand
|
||||
{
|
||||
return usage();
|
||||
}
|
||||
if (!TFMExtras.getModule().enableIslands())
|
||||
{
|
||||
return mmString("<red>SlimeWorldManager is not on this server!");
|
||||
}
|
||||
try
|
||||
{
|
||||
if (args[0].equalsIgnoreCase("delete"))
|
||||
|
||||
Reference in New Issue
Block a user