mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-27 01:40:48 +08:00
Jungle -> SMALL_JUNGLE handling
This commit is contained in:
parent
0c8695a888
commit
5051f3c4d7
@ -25,6 +25,9 @@ public class Commandtree extends EssentialsCommand {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (args[0].equalsIgnoreCase("jungle")) {
|
||||||
|
tree = TreeType.SMALL_JUNGLE;
|
||||||
|
}
|
||||||
if (tree == null) {
|
if (tree == null) {
|
||||||
throw new NotEnoughArgumentsException();
|
throw new NotEnoughArgumentsException();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user