summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
Commit message (Collapse)AuthorAgeLines
* - 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.