summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/permissions/BukkitPermissions.java
Commit message (Expand)AuthorAgeLines
* Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEventElgarL2012-02-15-14/+6
* Depreciate PlayerTeleportEvent as it's all handled inElgarL2012-02-14-9/+1
* Track the 'onPlayerChangeWorld' event as some teleports seem to not beElgarL2012-01-30-0/+6
* Fix players retaining permissions when demoted.ElgarL2012-01-29-9/+6
* fix for an iterator error if there is only one element in the array.ElgarL2012-01-28-2/+3
* Fixed a bug when pushing superperms in the wrong order.ElgarL2012-01-28-82/+60
* Check for a null player object in the PlayerTeleportEvent.ElgarL2012-01-25-1/+1
* Fixed infinite loop error on player join.ElgarL2012-01-22-2/+9
* Fixed a random null error upon a player portaling.ElgarL2012-01-21-2/+2
* Update to new Bukkit Event system.ElgarL2012-01-21-27/+15
* Remove debug spamElgarL2012-01-19-1/+0
* Better optimize assembling of a players permissions and allow the * nodeElgarL2012-01-18-16/+66
* v 1.9:ElgarL2012-01-17-6/+12
* Major, MAJOR changes to support partial/full world mirroring.ElgarL2012-01-11-1/+1
* Changed over to a reflection method for populating superperms as BukkitElgarL2012-01-09-35/+82
* Fix superperms to pass all testsElgarL2011-11-25-238/+284
* Fixed up javadoc comment errorsElgarL2011-11-04-1/+1
* Fixed GM to recognize Superperm child nodes.ElgarL2011-10-28-1/+28
* Added a config setting - bukkit_perms_override: falseElgarL2011-10-12-6/+23
* Fix for Bukkit passing a null To location on a player PortalingElgarL2011-10-02-2/+2
* Moved events into GMWorldListenerElgarL2011-10-01-1/+0
* Fixed an issue with superperms where plugins define perms withElgarL2011-10-01-3/+3
* Changed priority if Registered events to lowest.ElgarL2011-09-30-6/+6
* Fix for GM not checking inheritance for known superperms nodes.ElgarL2011-09-26-23/+2
* Fixed silly error with isLoaded()ElgarL2011-09-25-1/+3
* Added a BukkitPermsUpdateTask to only update superperms once on aElgarL2011-09-24-1/+7
* Removed superperms update on plugins unloading. Unneeded and createdElgarL2011-09-24-2/+2
* manulistp <name> + now only lists perms with a value of trueElgarL2011-09-24-1/+2
* manulistp now accepts an additional + to list ALL SuperpermsElgarL2011-09-24-1/+23
* 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
* - Reverted WorldHolder static change to maintain backward pluginElgarL2011-09-21-4/+4
* All GroupManager commands issued by players are now echoed in theElgarL2011-09-20-1/+1
* Fix for pushing perms of non superperms supporting pluginsElgarL2011-09-20-8/+25
* - Push updates to superperms for all valid GM commands.ElgarL2011-09-19-18/+16
* 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-1/+9
* Bukkit Superperms supportElgarL2011-09-02-0/+195