summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/GroupManager.java
Commit message (Expand)AuthorAgeLines
* Remove Transient :: Formatting CleanupIaccidentally2013-01-14-381/+876
* Revert "Remove GM from 3.0"Iaccidentally2013-01-11-0/+2038
* Remove GM from 3.0Chris Ward2013-01-11-2038/+0
* Missing gm changesementalo2012-06-06-360/+510
* Merging of master into 3.0snowleo2012-03-13-9/+47
* A command of '/manload' with no world arguments now performs a fullElgarL2012-02-18-33/+21
* Change Service registration to register WorldsHolder instead ofElgarL2012-02-11-1/+1
* Fix world mirroring so it correctly creates data files and data sourcesElgarL2012-02-05-2/+3
* Fix a bug with getWorldData return the main world data for all mirrors,ElgarL2012-02-02-1/+1
* Fix players retaining permissions when demoted.ElgarL2012-01-29-15/+16
* addSubGroup now returns a boolean for success/failure.ElgarL2012-01-24-2/+4
* Separated all events to be independent classes.ElgarL2012-01-21-1/+0
* Update to new Bukkit Event system.ElgarL2012-01-21-3/+1
* Fixed text when adding a subgroup to not say the player was moved.ElgarL2012-01-19-1/+1
* Major, MAJOR changes to support partial/full world mirroring.ElgarL2012-01-11-3/+3
* Fix 'manucheckp' to correctly report if a permission is available fromElgarL2012-01-05-20/+20
* Reload GlobalGroups when you perform a world load.ElgarL2012-01-03-0/+2
* Changed the way events are raised to prevent variable corruption.ElgarL2011-12-29-19/+0
* Delayed GroupManager events so Superperms will be fully updated beforeElgarL2011-12-20-2/+12
* manpromote and mandemote now correctly sent the notification to theElgarL2011-12-19-3/+3
* Fixed a typoElgarL2011-12-18-1/+1
* Changed ServicesManager registration to lowest from normal.ElgarL2011-12-18-1/+1
* GM now registers with Bukkits ServicesManager.ElgarL2011-12-13-0/+8
* Added custom events so plugins can now be notified of changes withinElgarL2011-12-13-0/+10
* Offline player checks now support partial name matches.ElgarL2011-12-12-2/+9
* Update GM version to 1.7ElgarL2011-12-12-106/+86
* Fixed a crash on reload due to bukkit not unloading plugins beforeElgarL2011-11-17-0/+3
* Fixed up javadoc comment errorsElgarL2011-11-04-1/+1
* GM will now check to see if it's data files have been changed at eachElgarL2011-11-02-4/+24
* Prevent setting 'minutes' in the config to zero causing an error.ElgarL2011-11-01-3/+7
* Added a config.yml setting of 'validate_toggle' for those who preferElgarL2011-10-31-0/+14
* Expanded 'canUserBuild()' to include inheritance and subgroups.ElgarL2011-10-31-0/+1
* Fixed an error on 'manucheckv'. If the users doesn't have the variableElgarL2011-10-31-1/+7
* Typo's and formattingElgarL2011-10-31-1754/+1755
* Added Global GroupsElgarL2011-10-31-2/+17
* Fixed GM to recognize Superperm child nodes.ElgarL2011-10-28-0/+1
* Added data.save.hours setting to config. This allow control over howElgarL2011-10-16-0/+1
* Added a config setting - bukkit_perms_override: falseElgarL2011-10-12-5/+8
* v 1.4:ElgarL2011-10-11-2/+2
* Added two new permission nodes - groupmanager.notify.self &ElgarL2011-10-11-0/+26
* Merge branch 'master' into groupmanagersnowleo2011-10-11-2/+2
|\
| * Changes for new Bukkitsnowleo2011-10-11-2/+2
* | Removed null supression in GroupManager.javaElgarL2011-10-11-1/+1
* | 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
* Moved events into GMWorldListenerElgarL2011-10-01-5/+6
* Added event handling to manage new world creation at runtime.ElgarL2011-10-01-1/+12
* Rewrote Config loading to use Bukkits Configuration featuresElgarL2011-10-01-22/+25
* Fixed silly error with isLoaded()ElgarL2011-09-25-3/+3
* Fix for if the scheduler failsElgarL2011-09-24-0/+2