Port utility commands

This commit is contained in:
Kenzie Togami
2019-04-25 19:36:22 -07:00
parent c05e1ed0cc
commit 9b0fda9f83
9 changed files with 574 additions and 513 deletions

View File

@ -157,6 +157,5 @@ public class WorldEditCommands {
)
@CommandPermissions("worldedit.help")
public void help(Actor actor, CommandContext args) throws WorldEditException {
UtilityCommands.help(args, we, actor);
}
}