diff options
author | ElgarL <ElgarL@palmergames.com> | 2011-09-27 01:59:01 +0100 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2011-09-27 01:59:01 +0100 |
commit | d89041894479c339bb865d72f677b69d3c6f2c30 (patch) | |
tree | ec533db9fee8fb4884259aefd98b06edb170ccd3 /EssentialsGroupManager/src | |
parent | a39a904c8ae8972a970771ef2c0eef7e2bd41d10 (diff) | |
download | Essentials-d89041894479c339bb865d72f677b69d3c6f2c30.tar Essentials-d89041894479c339bb865d72f677b69d3c6f2c30.tar.gz Essentials-d89041894479c339bb865d72f677b69d3c6f2c30.tar.lz Essentials-d89041894479c339bb865d72f677b69d3c6f2c30.tar.xz Essentials-d89041894479c339bb865d72f677b69d3c6f2c30.zip |
Update to 1.2
Diffstat (limited to 'EssentialsGroupManager/src')
-rw-r--r-- | EssentialsGroupManager/src/Changelog.txt | 3 | ||||
-rw-r--r-- | EssentialsGroupManager/src/plugin.yml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index ee7c77a23..47c0457a7 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -21,4 +21,5 @@ v 1.1: - Removed superperms update on plugins unloading. Unneeded and created undesired lag on shutdown.
- Added a BukkitPermsUpdateTask to only update superperms once on a load/reload.
- Fix for GM not checking inheritance for known superperms nodes.
- - Optimized getAllPlayersPermissions and fixed pushing unknown perms to superperms.
\ No newline at end of file + - Optimized getAllPlayersPermissions and fixed pushing unknown perms to superperms.
+v 1.2:
\ No newline at end of file diff --git a/EssentialsGroupManager/src/plugin.yml b/EssentialsGroupManager/src/plugin.yml index 91f8df05c..b0d2bc4d1 100644 --- a/EssentialsGroupManager/src/plugin.yml +++ b/EssentialsGroupManager/src/plugin.yml @@ -1,5 +1,5 @@ name: GroupManager -version: "1.1 (Phoenix)" +version: "1.2 (Phoenix)" main: org.anjocaido.groupmanager.GroupManager website: http://www.anjocaido.info/ description: Provides on-the-fly system for permissions system created by Nijikokun. But all in memory, and with flat-file saving schedule. |