diff options
author | ElgarL <ElgarL@palmergames.com> | 2013-01-19 12:40:40 +0000 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2013-01-19 12:40:40 +0000 |
commit | d26fa6c5b8d983832a8c8326767fd50dc60eb3cc (patch) | |
tree | dec8437510a6f4ee01dfaf1ea5a6d3972093d341 /EssentialsGroupManager | |
parent | 04c833f6486ed8da1fed0431f7aaa5cd5769c797 (diff) | |
download | Essentials-d26fa6c5b8d983832a8c8326767fd50dc60eb3cc.tar Essentials-d26fa6c5b8d983832a8c8326767fd50dc60eb3cc.tar.gz Essentials-d26fa6c5b8d983832a8c8326767fd50dc60eb3cc.tar.lz Essentials-d26fa6c5b8d983832a8c8326767fd50dc60eb3cc.tar.xz Essentials-d26fa6c5b8d983832a8c8326767fd50dc60eb3cc.zip |
Negate 'groupmanager.noofflineperms' by default in the owner group.
Diffstat (limited to 'EssentialsGroupManager')
-rw-r--r-- | EssentialsGroupManager/src/Changelog.txt | 3 | ||||
-rw-r--r-- | EssentialsGroupManager/src/groups.yml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index bbdab6a4f..014b4b9ea 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -207,4 +207,5 @@ v 2.0: - Clear our attachment map upon a manload so we correctly reconfigure a players new permissions.
- Synchronize the raising of GroupManager events to Bukkit.getServer() (should prevent deadlocks).
- Synchronize pushing to Bukkit perms to prevent any ConcurrentModificationException.
- - Do not grant any permissions (nor update Bukkit) if the server is in offline mode and the player has the permission node 'groupmanager.noofflineperms'.
\ No newline at end of file + - Do not grant any permissions (nor update Bukkit) if the server is in offline mode and the player has the permission node 'groupmanager.noofflineperms'.
+ - Negate 'groupmanager.noofflineperms' by default in the owner group.
\ No newline at end of file diff --git a/EssentialsGroupManager/src/groups.yml b/EssentialsGroupManager/src/groups.yml index 9c63ffd94..53c3a387e 100644 --- a/EssentialsGroupManager/src/groups.yml +++ b/EssentialsGroupManager/src/groups.yml @@ -65,6 +65,7 @@ groups: default: false permissions: - '*' + - -groupmanager.noofflineperms - -vanish.* inheritance: - admin |