summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/plugin.yml
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-04-02 21:12:19 +0100
committerElgarL <ElgarL@palmergames.com>2012-04-02 21:12:19 +0100
commit99e315e625052d68fc5932cabf52e10b601fdb09 (patch)
tree6669a08f9739c64cb22119a8b66120ddb73d829f /EssentialsGroupManager/src/plugin.yml
parent4f2a13c22338b0672efd8c642ee2828de200640b (diff)
downloadEssentials-99e315e625052d68fc5932cabf52e10b601fdb09.tar
Essentials-99e315e625052d68fc5932cabf52e10b601fdb09.tar.gz
Essentials-99e315e625052d68fc5932cabf52e10b601fdb09.tar.lz
Essentials-99e315e625052d68fc5932cabf52e10b601fdb09.tar.xz
Essentials-99e315e625052d68fc5932cabf52e10b601fdb09.zip
Added a new permission node 'groupmanager.op'. This will cause players
with this node to be treated as op's when using GroupManager commands (they will still require each commands permission node to use them).
Diffstat (limited to 'EssentialsGroupManager/src/plugin.yml')
-rw-r--r--EssentialsGroupManager/src/plugin.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/plugin.yml b/EssentialsGroupManager/src/plugin.yml
index bf42a08c3..f7faa5896 100644
--- a/EssentialsGroupManager/src/plugin.yml
+++ b/EssentialsGroupManager/src/plugin.yml
@@ -163,4 +163,9 @@ commands:
manclear:
description: Clear world selection. Next commands will work on your world.
usage: /<command>
- permissions: groupmanager.manclear \ No newline at end of file
+ permissions: groupmanager.manclear
+
+Permissions:
+ groupmanager.op:
+ description: User is treated as an op when using the GroupManager commands.
+ default: false \ No newline at end of file