2011-09-03 10:33:14 +00:00
|
|
|
Changelog
|
|
|
|
|
|
|
|
v 1.1:
|
|
|
|
- Fixed users being able to use 'manuadd' to add users to higher groups than their own.
|
2011-09-03 13:24:32 +00:00
|
|
|
- Added SuperPerms support so GM will update and provide the permissions to plugins which only support Bukkit Perms.
|
|
|
|
- Added more helpful output to errors on argument lengths.
|
2011-09-03 14:29:44 +00:00
|
|
|
- GroupManager will now attempt to select the default world when using commands instead of failing and telling you to use '/manselect <world>'.
|
2011-09-03 15:13:43 +00:00
|
|
|
- Invalid groups assigned to players in users.yml will no longer cause a crash. GM will now set them to the default group instead.
|
|
|
|
- Fix for Users.yml containing only 'users:' causing a crash.
|
2011-09-03 16:53:34 +00:00
|
|
|
- GroupManager will now generate a fresh Users and Groups yml if either file is empty.
|
2011-09-06 09:11:21 +00:00
|
|
|
- Fix for an infinite loop bug with the new Bukkit Perms during a new user creation.
|
2011-09-19 21:51:07 +00:00
|
|
|
- Fixed BukkitPerms population. Wasn't correctly setting superperms.
|
2011-09-20 13:49:42 +00:00
|
|
|
- Push updates to superperms for all valid GM commands.
|
2011-09-21 11:30:11 +00:00
|
|
|
- All GroupManager commands issued by players are now echoed in the console.
|
2011-09-21 15:23:47 +00:00
|
|
|
- Reverted WorldHolder static change to maintain backward plugin compatibility.
|
2011-09-24 01:47:01 +00:00
|
|
|
- Update to handle 'getDescription().getPermissions(') returning a list (CB 1172).
|
2011-09-24 01:53:38 +00:00
|
|
|
- Fix for null in PLAYER_TELEPORT for bukkit perms.
|
2011-09-24 14:26:55 +00:00
|
|
|
- Fixed wasteful updating of perms on a manload.
|
|
|
|
- manulistp now accepts an additional + to list ALL Superperms effective permissions (/manulistp <name> +).
|
|
|
|
- manucheckp also outputs superperms results.
|