summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager
Commit message (Collapse)AuthorAgeLines
* Fixed GM loading world data files twice at startup.ElgarL2011-10-31-26/+33
| | | Improved error reporting for invalid groups.yml
* Fixed GM to recognize Superperm child nodes.ElgarL2011-10-28-3/+52
| | | | If you add a node like Towny.admin GM will now correctly report on all child nodes.
* v 1.5:ElgarL2011-10-27-2/+2
| | | | | - Fixed opOverrides and bukkit_perms_override to read the correct entries. - Better commenting in config.yml
* Added data.save.hours setting to config. This allow control over howElgarL2011-10-16-3/+10
| | | long backups are retained.
* Simplified config.yml while retaining backwards compatibility.ElgarL2011-10-16-2/+6
|
* Fixed reading world mirrors from the config.ElgarL2011-10-16-7/+7
|
* Added a config setting - bukkit_perms_override: falseElgarL2011-10-12-11/+34
| | | | Enable to allow default Bukkit based permissions to remain enabled, unless directly negated within GroupManager.
* v 1.4:ElgarL2011-10-11-12/+12
| | | | - Updated for Bukkits new YamlConfiguration. - Cleared remaining Cast errors cause by object cloning.
* Added two new permission nodes - groupmanager.notify.self &ElgarL2011-10-11-1/+30
| | | | | groupmanager.notify.other These allow players/admins to be notified when players are moved between groups.
* Merge branch 'master' into groupmanagersnowleo2011-10-11-3/+3
|\
| * Changes for new Bukkitsnowleo2011-10-11-3/+3
| |
* | Removed null supression in GroupManager.javaElgarL2011-10-11-1/+1
| |
* | Merge branch 'groupmanager' ofElgarL2011-10-11-0/+0
|\| | | | | | | | | | | | | https://elgarl@github.com/essentials/Essentials.git into groupmanager Conflicts: EssentialsGroupManager/src/Changelog.txt
* | Fixed manudelsub not correctly selecting the group to remove.ElgarL2011-10-11-0/+6
|/
* Removing a few restrictions on manuadd, it shouldnt be a clone of manpromote ↵KHobbits2011-10-04-9/+1
| | | | after all.
* Fix for Bukkit passing a null To location on a player PortalingElgarL2011-10-02-2/+2
|
* Added the ability to handle unknown worlds at server start.ElgarL2011-10-01-7/+26
| | | | (GM will create the data files for any worlds it finds which are not in the config.yml)
* Moved events into GMWorldListenerElgarL2011-10-01-9/+17
| | | Better error output
* Missed Event classElgarL2011-10-01-0/+36
|
* Added event handling to manage new world creation at runtime.ElgarL2011-10-01-3/+13
|
* Fix for loading of worlds not in the configElgarL2011-10-01-3/+17
| | | Fix for folder creation of unique worlds
* Attempt to stop GM wiping groups/users yml's on a bad shut down.ElgarL2011-10-01-14/+19
|
* Rewrote Config loading to use Bukkits Configuration featuresElgarL2011-10-01-93/+62
| | | | | | | | | 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-3/+4
| | | inheritance after the root perms
* Changed priority if Registered events to lowest.ElgarL2011-09-30-6/+6
|
* Optimized getAllPlayersPermissions and fixed pushing unknown perms toElgarL2011-09-26-60/+11
| | | superperms.
* Fix for GM not checking inheritance for known superperms nodes.ElgarL2011-09-26-23/+2
|
* Fixed silly error with isLoaded()ElgarL2011-09-25-15/+22
|
* Fix for if the scheduler failsElgarL2011-09-24-0/+2
|
* Forgot to push taskElgarL2011-09-24-0/+27
|
* Added a BukkitPermsUpdateTask to only update superperms once on aElgarL2011-09-24-4/+28
| | | load/reload.
* Removed superperms update on plugins unloading. Unneeded and createdElgarL2011-09-24-2/+2
| | | undesired lag on shutdown.
* manulistp <name> + now only lists perms with a value of trueElgarL2011-09-24-1/+2
|
* Final fix for lag on manloadElgarL2011-09-24-0/+5
|
* manulistp now accepts an additional + to list ALL SuperpermsElgarL2011-09-24-5/+50
| | | | effective permissions (/manulistp <name> +). manucheckp also outputs superperms results.
* Fixed wasteful updating of perms on a manload.ElgarL2011-09-24-0/+5
|
* Fix for null in PLAYER_TELEPORT for bukkit perms.ElgarL2011-09-24-4/+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-7/+7
| | | compatability.
* All GroupManager commands issued by players are now echoed in theElgarL2011-09-20-1/+13
| | | console.
* Fix for pushing perms of non superperms supporting pluginsElgarL2011-09-20-8/+99
|
* - Push updates to superperms for all valid GM commands.ElgarL2011-09-19-19/+58
|
* Read from group not user for setting superpermsElgarL2011-09-16-2/+2
|
* Final tidy up of superperms for GM 1.2ElgarL2011-09-06-1/+0
|
* removed unneeded includeElgarL2011-09-06-1/+0
|
* - Fixed BukkitPerms population. Wasn't correctly setting superperms.ElgarL2011-09-06-7/+33
|
* - Fix for an infinite loop bug with the new Bukkit Perms during a newElgarL2011-09-03-6/+14
| | | user creation.
* - Fix for Users.yml containing only 'users:' causing a crash.ElgarL2011-09-03-2/+7
| | | | - 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-7/+9
| | | a crash. GM will now set them to the default group instead.
* Damn typosElgarL2011-09-03-34/+34
|