mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-01-14 04:02:06 +01:00
Add permission for //help
This commit is contained in:
parent
f71043bea6
commit
e994c765fa
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user