Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Attempt to stop GM wiping groups/users yml's on a bad shut down. | ElgarL | 2011-10-01 | -1/+2 |
| | ||||
* | Rewrote Config loading to use Bukkits Configuration features | ElgarL | 2011-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 with | ElgarL | 2011-10-01 | -1/+2 |
| | | | inheritance after the root perms | |||
* | Changed priority if Registered events to lowest. | ElgarL | 2011-09-30 | -1/+2 |
| | ||||
* | Update to 1.2 | ElgarL | 2011-09-27 | -1/+2 |
| | ||||
* | Optimized getAllPlayersPermissions and fixed pushing unknown perms to | ElgarL | 2011-09-26 | -1/+2 |
| | | | superperms. | |||
* | Fix for GM not checking inheritance for known superperms nodes. | ElgarL | 2011-09-26 | -1/+2 |
| | ||||
* | Added a BukkitPermsUpdateTask to only update superperms once on a | ElgarL | 2011-09-24 | -1/+2 |
| | | | load/reload. | |||
* | Removed superperms update on plugins unloading. Unneeded and created | ElgarL | 2011-09-24 | -1/+2 |
| | | | undesired lag on shutdown. | |||
* | manulistp now accepts an additional + to list ALL Superperms | ElgarL | 2011-09-24 | -1/+3 |
| | | | | effective permissions (/manulistp <name> +). manucheckp also outputs superperms results. | |||
* | Fixed wasteful updating of perms on a manload. | ElgarL | 2011-09-24 | -1/+2 |
| | ||||
* | Fix for null in PLAYER_TELEPORT for bukkit perms. | ElgarL | 2011-09-24 | -1/+2 |
| | ||||
* | - Update to handle 'getDescription().getPermissions(') returning a | ElgarL | 2011-09-21 | -1/+2 |
| | | | list (CB 1172). | |||
* | - Reverted WorldHolder static change to maintain backward plugin | ElgarL | 2011-09-21 | -1/+2 |
| | | | compatability. | |||
* | All GroupManager commands issued by players are now echoed in the | ElgarL | 2011-09-20 | -1/+2 |
| | | | console. | |||
* | - Push updates to superperms for all valid GM commands. | ElgarL | 2011-09-19 | -2/+2 |
| | ||||
* | - Fixed BukkitPerms population. Wasn't correctly setting superperms. | ElgarL | 2011-09-06 | -1/+3 |
| | ||||
* | - Fix for an infinite loop bug with the new Bukkit Perms during a new | ElgarL | 2011-09-03 | -1/+2 |
| | | | user creation. | |||
* | - Fix for Users.yml containing only 'users:' causing a crash. | ElgarL | 2011-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 cause | ElgarL | 2011-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 using | Steve | 2011-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 groups | ElgarL | 2011-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. |