summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/events
Commit message (Collapse)AuthorAgeLines
* v2.1: - Update for CraftBukkit 1.7.8-R0.1(3050). - Add UUID support. Plugins ↵ElgarL2014-05-04-1/+1
| | | | can still query by player name but a UUID is faster and preferable.
* Don't try to use the worldHolder before it's initialised.ElgarL2013-02-22-1/+1
|
* Added a new mirroring option in the config of 'all_unnamed_worlds'. ThisElgarL2013-02-22-0/+16
| | | will cause all new or unnamed worlds to use this mirroring.
* Store a plugin and server reference.ElgarL2013-01-11-20/+23
|
* Synchronize the raising of GroupManager events to Bukkit.getServer()ElgarL2013-01-09-37/+68
| | | (should prevent deadlocks).
* Update all code formatting to use tabs for indentation.ElgarL2012-04-13-153/+171
|
* Update for Bukkit R5 compatability.ElgarL2012-02-21-3/+0
| | | Removed some unused variables.
* Updated Essentials to work with R5snowleo2012-02-21-5/+5
|
* Separated all events to be independent classes.ElgarL2012-01-21-45/+50
|
* Update to new Bukkit Event system.ElgarL2012-01-21-5/+47
| | | Update GroupManagerBridge for new event system.
* Changed the way events are raised to prevent variable corruption.ElgarL2011-12-29-6/+24
|
* GM now registers with Bukkits ServicesManager.ElgarL2011-12-13-0/+2
|
* Update event Action names to be uniqueElgarL2011-12-13-0/+210
|
* Moved events into GMWorldListenerElgarL2011-10-01-3/+10
| | | Better error output
* Missed Event classElgarL2011-10-01-0/+36