summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/EssentialsEntityListener.java
Commit message (Expand)AuthorAgeLines
* Convert 9 anonymous scheduled tasks to named classes for better logging.KHobbits2014-05-18-4/+5
* Converted emulated player class calls to use base class.KHobbits2014-04-13-6/+6
* Future Java versions may not support _ as identifier.FearFree2014-03-22-2/+2
* Cleanup warp charging, to properly handle warp sign costs.KHobbits2014-03-19-2/+3
* Fix projectiles compiling.KHobbits2014-02-19-1/+2
* Logger cleanup pt 1.KHobbits2013-12-07-1/+1
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-1/+1
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-8/+8
* Clean ImportsKHobbits2013-10-11-9/+9
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-0/+1
* Don't treat AFK players as god mode when dealing with food regen.KHobbits2013-05-09-6/+13
* Clean up last commitIaccidentally2013-04-16-2/+6
* [FIX] Update user activity when shooting a bowIaccidentally2013-04-16-1/+9
* Import cleanupKHobbits2013-03-16-1/+1
* Minor entity optimization.KHobbits2013-02-11-3/+6
* Don't block food recovery in god mode.KHobbits2013-02-05-0/+3
* Reduce chance of self repeating powertool actions.KHobbits2013-01-19-3/+4
* Update Bukkit to 1.4.7-R0.1Iaccidentally2013-01-17-1/+1
* Reorganize entity listenerKHobbits2012-12-30-26/+22
* Ignore self damage in teleport entity protection.KHobbits2012-12-29-1/+1
* Fix godmode pvp protection not blocking thrown pots and arrows.KHobbits2012-11-04-48/+65
* New permission: essentials.vanish.pvpKHobbits2012-10-07-0/+5
* Code commentsKHobbits2012-10-06-0/+1
* Add potion effect clearing on /heal - Chris WardKHobbits2012-09-28-9/+3
* Cleanup of god mode effects, suggested by gravypod.KHobbits2012-09-28-6/+11
* God mode cancel potion effects - Chris wardKHobbits2012-09-28-0/+14
* Async EssentialsSpawn join event, like the others.KHobbits2012-09-08-1/+1
* New Permission: essentials.god.pvpKHobbits2012-09-08-0/+5
* Fix powertool command logging.KHobbits2012-08-31-0/+4
* Disable AFK when player damages entity.KHobbits2012-08-28-9/+13
* Recommit Keep Exp on death permissionKHobbits2012-07-29-0/+11
* Revert "add essentials.keepxp to allow a player to keep their level after dea...ementalo2012-06-25-9/+1
* add essentials.keepxp to allow a player to keep their level after death.Iaccidentally2012-06-24-1/+9
* Play a bit less greedy with eventsKHobbits2012-06-10-5/+5
* Tidy up PVP attack delay.KHobbits2012-05-22-5/+5
* Adding new config setting login-attack-delay. Set this in seconds for a delay...ementalo2012-05-22-1/+9
* Small cleanup of thingsmd_52012-04-24-3/+3
* Do we have to remind @khobbits not to code while drunk. Again.md_52012-04-16-1/+1
* Don't fire entity powertool commands, with our user object.KHobbits2012-04-16-3/+13
* Adds pvp protection after teleportsnowleo2012-03-27-0/+3
* Use ignoreCancelled on event registration.KHobbits2012-03-10-4/+4
* Entity event cleanupKHobbits2012-03-02-47/+42
* Update for new CraftBukkit Event Codesnowleo2012-01-20-9/+11
* CB#1518 B#1042snowleo2011-11-27-1/+2
* CB#1501 B#1037snowleo2011-11-25-0/+13
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-1/+2
* Code cleanup continued.KHobbits2011-11-18-9/+1
* Cleanup debug message, code tidy.KHobbits2011-10-25-1/+0
* Only prevent AFK heal, if freeze player is enabled.KHobbits2011-10-25-5/+7
* Fix health event name.KHobbits2011-10-24-1/+2