summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager
Commit message (Expand)AuthorAgeLines
* Since it will be released, it needs a new version numbersnowleo2011-10-04-2/+3
* Removing a few restrictions on manuadd, it shouldnt be a clone of manpromote ...KHobbits2011-10-04-9/+1
* Fix for Bukkit passing a null To location on a player PortalingElgarL2011-10-02-3/+4
* Added the ability to handle unknown worlds at server start.ElgarL2011-10-01-8/+29
* Moved events into GMWorldListenerElgarL2011-10-01-9/+17
* Missed Event classElgarL2011-10-01-0/+36
* Added event handling to manage new world creation at runtime.ElgarL2011-10-01-4/+15
* Fix for loading of worlds not in the configElgarL2011-10-01-3/+17
* Attempt to stop GM wiping groups/users yml's on a bad shut down.ElgarL2011-10-01-15/+21
* Rewrote Config loading to use Bukkits Configuration featuresElgarL2011-10-01-94/+76
* Fixed an issue with superperms where plugins define perms withElgarL2011-10-01-4/+6
* Changed priority if Registered events to lowest.ElgarL2011-09-30-7/+8
* Update to 1.2ElgarL2011-09-27-2/+3
* Optimized getAllPlayersPermissions and fixed pushing unknown perms toElgarL2011-09-26-61/+13
* Fix for GM not checking inheritance for known superperms nodes.ElgarL2011-09-26-24/+4
* 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-5/+30
* Removed superperms update on plugins unloading. Unneeded and createdElgarL2011-09-24-3/+4
* 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-6/+53
* Fixed wasteful updating of perms on a manload.ElgarL2011-09-24-1/+7
* Fix for null in PLAYER_TELEPORT for bukkit perms.ElgarL2011-09-24-5/+4
* - Update to handle 'getDescription().getPermissions(') returning aElgarL2011-09-21-2/+4
* - Reverted WorldHolder static change to maintain backward pluginElgarL2011-09-21-8/+9
* All GroupManager commands issued by players are now echoed in theElgarL2011-09-20-2/+15
* Merge remote branch 'remotes/ess/groupmanager' into essmasterKHobbits2011-09-20-13/+143
|\
| * 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-21/+60
* | GroupManager 1.1snowleo2011-09-17-371/+964
|\|
| * Read from group not user for setting superpermsElgarL2011-09-16-2/+2
| * Quickfix: Slightly changing syntax to stop conflict - This needs to be proper...KHobbits2011-09-15-58/+58
| * Doh, jumped a versionElgarL2011-09-06-1/+1
| * Final tidy up of superperms for GM 1.2ElgarL2011-09-06-1/+0
| * removed unneeded includeElgarL2011-09-06-2/+1
| * - Fixed BukkitPerms population. Wasn't correctly setting superperms.ElgarL2011-09-06-8/+36
| * Push to Build dev versionElgarL2011-09-04-2/+2
| * - Fix for an infinite loop bug with the new Bukkit Perms during a newElgarL2011-09-03-7/+16
| * - Fix for Users.yml containing only 'users:' causing a crash.ElgarL2011-09-03-4/+11
| * Minor change to GM's config.yml to make it slightly easier to understandElgarL2011-09-03-1/+2
| * - Invalid groups assigned to players in users.yml will no longer causeElgarL2011-09-03-8/+11
| * Damn typosElgarL2011-09-03-34/+34
| * correct typo on setDefaulttWorldHandlerElgarL2011-09-03-34/+34
| * - GroupManager will now attempt to select the default world when usingSteve2011-09-03-101/+96
| * - Fixed users being able to use 'manuadd' to add users to higher groupsElgarL2011-09-03-31/+56
| * Bukkit Superperms supportElgarL2011-09-02-5/+249
| * Test commit to see if push worksSteve2011-08-29-1/+1
| * GroupManager update to Permissions 3.1.6 API done by ElgarLsnowleo2011-08-14-170/+450