summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
Commit message (Collapse)AuthorAgeLines
* Added a config setting - bukkit_perms_override: falseElgarL2011-10-12-1/+4
| | | | Enable to allow default Bukkit based permissions to remain enabled, unless directly negated within GroupManager.
* v 1.4:ElgarL2011-10-11-1/+4
| | | | - Updated for Bukkits new YamlConfiguration. - Cleared remaining Cast errors cause by object cloning.
* Added two new permission nodes - groupmanager.notify.self &ElgarL2011-10-11-0/+2
| | | | | groupmanager.notify.other These allow players/admins to be notified when players are moved between groups.
* Merge branch 'groupmanager' ofElgarL2011-10-11-2/+1
|\ | | | | | | | | | | | | https://elgarl@github.com/essentials/Essentials.git into groupmanager Conflicts: EssentialsGroupManager/src/Changelog.txt
| * Since it will be released, it needs a new version numbersnowleo2011-10-04-1/+2
| |
* | Fixed manudelsub not correctly selecting the group to remove.ElgarL2011-10-11-2/+4
| |
* | Fixed manudelsub not correctly selecting the group to remove.ElgarL2011-10-11-1/+2
|/
* Fix for Bukkit passing a null To location on a player PortalingElgarL2011-10-02-1/+2
|
* Added the ability to handle unknown worlds at server start.ElgarL2011-10-01-1/+3
| | | | (GM will create the data files for any worlds it finds which are not in the config.yml)
* Added event handling to manage new world creation at runtime.ElgarL2011-10-01-1/+2
|
* Attempt to stop GM wiping groups/users yml's on a bad shut down.ElgarL2011-10-01-1/+2
|
* Rewrote Config loading to use Bukkits Configuration featuresElgarL2011-10-01-1/+7
| | | | | | | | | Added an opOverride setting in config. If present and set to false, op's will not get overriding permissions in GroupManager. (one op will not be able to alter another op's settings) GM will now create all relevant world data files for non mirrored worlds. (for all worlds named in config.yml)
* Fixed an issue with superperms where plugins define perms withElgarL2011-10-01-1/+2
| | | inheritance after the root perms
* Changed priority if Registered events to lowest.ElgarL2011-09-30-1/+2
|
* Update to 1.2ElgarL2011-09-27-1/+2
|
* Optimized getAllPlayersPermissions and fixed pushing unknown perms toElgarL2011-09-26-1/+2
| | | superperms.
* Fix for GM not checking inheritance for known superperms nodes.ElgarL2011-09-26-1/+2
|
* Added a BukkitPermsUpdateTask to only update superperms once on aElgarL2011-09-24-1/+2
| | | load/reload.
* Removed superperms update on plugins unloading. Unneeded and createdElgarL2011-09-24-1/+2
| | | undesired lag on shutdown.
* manulistp now accepts an additional + to list ALL SuperpermsElgarL2011-09-24-1/+3
| | | | effective permissions (/manulistp <name> +). manucheckp also outputs superperms results.
* Fixed wasteful updating of perms on a manload.ElgarL2011-09-24-1/+2
|
* Fix for null in PLAYER_TELEPORT for bukkit perms.ElgarL2011-09-24-1/+2
|
* - Update to handle 'getDescription().getPermissions(') returning aElgarL2011-09-21-1/+2
| | | list (CB 1172).
* - Reverted WorldHolder static change to maintain backward pluginElgarL2011-09-21-1/+2
| | | compatability.
* All GroupManager commands issued by players are now echoed in theElgarL2011-09-20-1/+2
| | | console.
* - Push updates to superperms for all valid GM commands.ElgarL2011-09-19-2/+2
|
* - Fixed BukkitPerms population. Wasn't correctly setting superperms.ElgarL2011-09-06-1/+3
|
* - Fix for an infinite loop bug with the new Bukkit Perms during a newElgarL2011-09-03-1/+2
| | | user creation.
* - Fix for Users.yml containing only 'users:' causing a crash.ElgarL2011-09-03-1/+3
| | | | - GroupManager will now generate a fresh Users and Groups yml if either file is empty.
* - Invalid groups assigned to players in users.yml will no longer causeElgarL2011-09-03-1/+2
| | | a crash. GM will now set them to the default group instead.
* - GroupManager will now attempt to select the default world when usingSteve2011-09-03-2/+3
| | | commands instead of failing and telling you to use '/manselect <world>'.
* - Fixed users being able to use 'manuadd' to add users to higher groupsElgarL2011-09-03-0/+6
than their own. - Added SuperPerms support so GM will update adn provide the permissions to plugins which only support Bukkit Perms. - Added more helpful output to errors on argument lengths.