Add permission for //help
This commit is contained in:
parent
f71043bea6
commit
e994c765fa
@ -244,6 +244,7 @@ public class WorldEditCommands {
|
|||||||
min = 0,
|
min = 0,
|
||||||
max = -1
|
max = -1
|
||||||
)
|
)
|
||||||
|
@CommandPermissions("worldedit.help")
|
||||||
public void help(Actor actor, CommandContext args) throws WorldEditException {
|
public void help(Actor actor, CommandContext args) throws WorldEditException {
|
||||||
UtilityCommands.help(args, we, actor);
|
UtilityCommands.help(args, we, actor);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user