Add permission for //help

This commit is contained in:
NotMyFault 2019-07-07 01:26:05 +02:00
parent f71043bea6
commit e994c765fa
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ public class WorldEditCommands {
min = 0,
max = -1
)
@CommandPermissions("worldedit.help")
public void help(Actor actor, CommandContext args) throws WorldEditException {
UtilityCommands.help(args, we, actor);
}