summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/GroupManager.java
Commit message (Expand)AuthorAgeLines
* Minor typo fix - NecrodoomElgarL2012-09-25-1/+1
* Include the GM version when logging errors.ElgarL2012-08-31-2/+4
* Only output a Data update message if something has changed.ElgarL2012-06-22-2/+2
* Allow 'manucheckp' to notify when superperms reports false but it isElgarL2012-04-22-1/+1
* Fix forgetting sub groups on a manload.ElgarL2012-04-21-6/+42
* Re-initialize the WorldsHolder on a reload, as un-registering andElgarL2012-04-16-35/+61
* Finally remove all deprecated methods.ElgarL2012-04-13-55/+0
* Code tidyElgarL2012-04-13-10/+6
* Stop using our own deprecated methods as we tell others to do.ElgarL2012-04-13-10/+8
* Update all code formatting to use tabs for indentation.ElgarL2012-04-13-150/+167
* Unregister the worldsHolder as a service on a reload/shutdown instead ofElgarL2012-04-12-1/+1
* Fix 'manuadd' to use the default or selected world (via 'manselect'), ifElgarL2012-04-10-3/+12
* Stop the error on shutdown if GM failed to load at startup.ElgarL2012-04-10-42/+128
* Added missing confirmation message on '/manload'.ElgarL2012-04-07-0/+2
* Expand 'manwhois' to also list a users subgroups.ElgarL2012-04-07-0/+10
* Remove all permission attachments when performing a manload or restart.ElgarL2012-04-06-0/+3
* Added a new permission node 'groupmanager.op'. This will cause playersElgarL2012-04-02-1/+1
* Correct GrammarElgarL2012-03-22-1/+1
* Removed Portuguese text, and added English replacements. Made more sense of t...Michael Bonney2012-03-21-153/+153
* change []<> for optional command componentsElgarL2012-03-06-1/+1
* Expanded '/manuadd'to accept an optional variable for the world (egElgarL2012-03-06-32/+54
* Make 'manload' reload the config correctly.ElgarL2012-02-28-9/+9
* Prevent promoting players to, and demoting to GlobalGroups.ElgarL2012-02-25-0/+28
* Prevent adding inheritances to globalgroups. These are permissionsElgarL2012-02-25-0/+10
* 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