Merge remote branch 'remotes/ess/groupmanager' into essmaster

This commit is contained in:
KHobbits 2011-09-27 02:01:18 +01:00
commit ee00fb77d0
2 changed files with 3 additions and 2 deletions

View file

@ -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.
- Optimized getAllPlayersPermissions and fixed pushing unknown perms to superperms.
v 1.2:

View file

@ -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.