Give ops all perms
This commit is contained in:
parent
e2557249ad
commit
f242bea8b5
|
@ -14,13 +14,13 @@ permissions:
|
|||
default: op
|
||||
skin.change:
|
||||
description: Change skins
|
||||
default: false
|
||||
default: op
|
||||
tablist.edit:
|
||||
description: Use the tab list commands
|
||||
default: false
|
||||
default: op
|
||||
chat.admin:
|
||||
description: Allows sending and receiving of admin chat messages.
|
||||
default: false
|
||||
default: op
|
||||
children:
|
||||
chat.admin.send:
|
||||
description: Allows sending of admin chat messages
|
||||
|
@ -34,13 +34,13 @@ permissions:
|
|||
description: Bypass the whitelist when connecting to the server
|
||||
server.visibility:
|
||||
description: Change the public visibility of the local server
|
||||
default: false
|
||||
default: op
|
||||
server.cross-datacenter:
|
||||
description: Connect directly to servers in other datacenters
|
||||
default: false
|
||||
default: op
|
||||
ocn.developer:
|
||||
description: Various developer commands
|
||||
default: false
|
||||
default: op
|
||||
ocn.console:
|
||||
description: Parent for perms that are always granted to console
|
||||
default: false
|
||||
|
|
|
@ -34,7 +34,7 @@ permissions:
|
|||
default: true
|
||||
map.rating.view.live:
|
||||
description: Allows player to see live ratings
|
||||
default: false
|
||||
default: op
|
||||
|
||||
# common match commands
|
||||
pgm.matchinfo:
|
||||
|
@ -129,7 +129,7 @@ permissions:
|
|||
# map development
|
||||
pgm.mapdev:
|
||||
description: Allows the player to use map debugging commands.
|
||||
default: false
|
||||
default: op
|
||||
children:
|
||||
pgm.maperrors: true
|
||||
pgm.loadnewmaps: true
|
||||
|
@ -139,10 +139,10 @@ permissions:
|
|||
default: op
|
||||
pgm.loadnewmaps:
|
||||
description: Allows access to the /loadnewmaps command.
|
||||
default: false
|
||||
default: op
|
||||
pgm.updatemap:
|
||||
description: /updatemap command
|
||||
default: false
|
||||
default: op
|
||||
|
||||
# team commands
|
||||
pgm.team.force:
|
||||
|
|
|
@ -38,21 +38,21 @@ permissions:
|
|||
default: true
|
||||
tourney.bypass-whitelist:
|
||||
description: Allows the user to bypass the whitelist.
|
||||
default: false
|
||||
default: op
|
||||
tourney.referee:
|
||||
description: Denotes a referee in the tournament.
|
||||
default: false
|
||||
default: op
|
||||
children:
|
||||
tourney.regreferee: true
|
||||
tourney.srreferee:
|
||||
description: Denotes a senior referee in the tournament.
|
||||
default: false
|
||||
default: op
|
||||
children:
|
||||
tourney.regreferee: true
|
||||
tourney.invalidate: true
|
||||
tourney.regreferee:
|
||||
description: Internal permission used as a base referee permission set.
|
||||
default: false
|
||||
default: op
|
||||
children:
|
||||
tourney.addteam: true
|
||||
tourney.removeteam: true
|
||||
|
|
Loading…
Reference in New Issue