diff options
author | ElgarL <ElgarL@palmergames.com> | 2012-01-30 14:41:19 +0000 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2012-01-30 14:41:19 +0000 |
commit | 5b4966c8883609b40dced835a0a38935df063f30 (patch) | |
tree | e75d6984f494d0d360f3da3e5ddc3bdf0d786ce2 /EssentialsGroupManager/src/Changelog.txt | |
parent | 2c8aa20542b6fbb1555c11e9cd6485534beee39d (diff) | |
download | Essentials-5b4966c8883609b40dced835a0a38935df063f30.tar Essentials-5b4966c8883609b40dced835a0a38935df063f30.tar.gz Essentials-5b4966c8883609b40dced835a0a38935df063f30.tar.lz Essentials-5b4966c8883609b40dced835a0a38935df063f30.tar.xz Essentials-5b4966c8883609b40dced835a0a38935df063f30.zip |
Auto sort permissions on load to speed up population of superperms.
Negating a parent node after adding all nodes with * will now
correctly remove all child nodes of that parent before populating
superperms.
eg.
- '*'
- -vanish.*
- vanish.standard
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r-- | EssentialsGroupManager/src/Changelog.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 41b5613af..c3dce16d9 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -125,4 +125,10 @@ v 1.9: - Fixed an infinite loop error when using '/manudel' on a logged in player. It caused setDefaultGroup to trigger a bukkit update when no GM User existed yet.
- do not allow inherited permissions to negate higher perms.
- Fixed a bug when pushing superperms in the wrong order.
- - Fix players retaining permissions when demoted.
\ No newline at end of file + - Fix players retaining permissions when demoted.
+ - Auto sort permissions on load to speed up population of superperms.
+ - Negating a parent node after adding all nodes with * will now correctly remove all child nodes of that parent before populating superperms.
+ eg.
+ - '*'
+ - -vanish.*
+ - vanish.standard
\ No newline at end of file |