mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 16:09:44 +00:00
Jungle -> SMALL_JUNGLE handling
This commit is contained in:
parent
0c8695a888
commit
5051f3c4d7
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ public class Commandtree extends EssentialsCommand {
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (args[0].equalsIgnoreCase("jungle")) {
|
||||
tree = TreeType.SMALL_JUNGLE;
|
||||
}
|
||||
if (tree == null) {
|
||||
throw new NotEnoughArgumentsException();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue