Adding missing permissions

Added some basic permissions to some basic and fawe specific commands.
Since they weren't around previously, they are true by default, however, you can now revoke/negate them.
This commit is contained in:
NotMyFault
2019-06-13 00:48:40 +02:00
parent 1f14d4652e
commit 5f037df326
6 changed files with 16 additions and 1 deletions

View File

@ -73,6 +73,7 @@ public class ScriptingCommands {
min = 1,
max = 1
)
@CommandPermissions("fawe.setupdispatcher")
public void setupdispatcher(Player player, LocalSession session, final CommandContext args) throws WorldEditException {
CommandManager.getInstance().setupDispatcher();
}