summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/Jails.java
Commit message (Expand)AuthorAgeLines
* Rename listening methods to be a little more descriptive of their purpose.KHobbits2014-05-24-8/+8
* Future Java versions may not support _ as identifier.FearFree2014-03-22-11/+11
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-1/+2
* Clean ImportsKHobbits2013-10-11-2/+2
* [API] fix implementation?Iaccidentally2013-07-13-2/+1
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-1/+3
* Misc cleanupKHobbits2013-07-07-1/+1
* Attempt to optimize Essentials login event.KHobbits2013-02-11-1/+3
* Unregister unused events.KHobbits2012-12-31-5/+17
* Fixing up NPE bug in jails (implemented in Dev2.9.163)KHobbits2012-04-05-3/+6
* Jail update, jailed people can't attack other players.KHobbits2012-04-05-7/+20
* Don't register jail listeners, if no jails are set.KHobbits2012-03-28-1/+20
* Graph a little bit extra information.KHobbits2012-03-15-0/+13
* Update offline user check.KHobbits2012-03-12-1/+1
* Use ignoreCancelled on event registration.KHobbits2012-03-10-4/+4
* Change jail listener to catch respawn at HighestKHobbits2012-02-28-2/+2
* More info, and less severe warning on jail error.KHobbits2012-01-31-3/+24
* Update jails to new event system.KHobbits2012-01-31-21/+22
* More null checks for Jailssnowleo2011-12-19-2/+8
* Fix Jails not loaded after server start.snowleo2011-12-07-0/+1
* Catch TeleportClause.COMMAND in the teleport listener.ementalo2011-12-07-1/+2
* Updated Jails to use the new config classessnowleo2011-12-06-0/+246