mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 23:46:57 +01:00
Fix the default permission of /trigger
This commit is contained in:
parent
9dc467e4c8
commit
8b61cc5208
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ public final class CommandPermissions {
|
|||
DefaultPermissions.registerPermission(PREFIX + "seed", "Allows the user to view the seed of the world", PermissionDefault.OP, commands);
|
||||
DefaultPermissions.registerPermission(PREFIX + "effect", "Allows the user to add/remove effects on players", PermissionDefault.OP, commands);
|
||||
DefaultPermissions.registerPermission(PREFIX + "selector", "Allows the use of selectors", PermissionDefault.OP, commands);
|
||||
DefaultPermissions.registerPermission(PREFIX + "trigger", "Allows the use of the trigger command", PermissionDefault.TRUE, commands);
|
||||
|
||||
commands.recalculatePermissibles();
|
||||
return commands;
|
||||
|
|
Loading…
Reference in a new issue