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