From f242bea8b538512e404775d8f6061314dc94697b Mon Sep 17 00:00:00 2001 From: Jedediah Smith Date: Mon, 30 Jan 2017 12:27:46 -0500 Subject: [PATCH] Give ops all perms --- Commons/bukkit/src/main/resources/plugin.yml | 12 ++++++------ PGM/src/main/resources/plugin.yml | 8 ++++---- Tourney/src/resources/plugin.yml | 8 ++++---- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Commons/bukkit/src/main/resources/plugin.yml b/Commons/bukkit/src/main/resources/plugin.yml index 19dfed6..b3c27aa 100644 --- a/Commons/bukkit/src/main/resources/plugin.yml +++ b/Commons/bukkit/src/main/resources/plugin.yml @@ -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 diff --git a/PGM/src/main/resources/plugin.yml b/PGM/src/main/resources/plugin.yml index dfd0919..8899e4f 100644 --- a/PGM/src/main/resources/plugin.yml +++ b/PGM/src/main/resources/plugin.yml @@ -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: diff --git a/Tourney/src/resources/plugin.yml b/Tourney/src/resources/plugin.yml index 0235552..d734319 100644 --- a/Tourney/src/resources/plugin.yml +++ b/Tourney/src/resources/plugin.yml @@ -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