diff options
author | ElgarL <ElgarL@palmergames.com> | 2012-04-02 21:12:19 +0100 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2012-04-02 21:12:19 +0100 |
commit | e2e51c9c95f95906ad370bee7bcf698918b9a20b (patch) | |
tree | 3e5b1880a03ed3fabf7e337da2190cc5ef9aaab2 /EssentialsGroupManager/src/plugin.yml | |
parent | 3f732725245955da9e3e2527a00a6150bec18044 (diff) | |
download | Essentials-e2e51c9c95f95906ad370bee7bcf698918b9a20b.tar Essentials-e2e51c9c95f95906ad370bee7bcf698918b9a20b.tar.gz Essentials-e2e51c9c95f95906ad370bee7bcf698918b9a20b.tar.lz Essentials-e2e51c9c95f95906ad370bee7bcf698918b9a20b.tar.xz Essentials-e2e51c9c95f95906ad370bee7bcf698918b9a20b.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.yml | 7 |
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 |