mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-28 05:35:44 +01:00
IslandCreateCommand: add "new" alias
This commit is contained in:
parent
3b3c8cd050
commit
29d0cb6eb3
@ -22,7 +22,7 @@ public class IslandCreateCommand extends CompositeCommand {
|
||||
* @param islandCommand - parent command
|
||||
*/
|
||||
public IslandCreateCommand(CompositeCommand islandCommand) {
|
||||
super(islandCommand, "create");
|
||||
super(islandCommand, "create", "new");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user