summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/EssentialsPlayerListener.java
Commit message (Expand)AuthorAgeLines
* Make sure we close any open inventories of players who leave.KHobbits2014-08-14-0/+13
* Formatting fixes.KHobbits2014-07-19-1/+2
* Optimize player / user iteration.md_52014-07-19-3/+2
* Add permission check before resetting speed on login The staff of my server a...Alexander Likhachev2014-07-19-2/+5
* Update to new ban method.FearFree2014-07-12-38/+0
* Don't check silentjoin.vanish if another plugin has hidden the join message.KHobbits2014-05-26-1/+5
* New permission: essentials.silentjoin.vanishKHobbits2014-05-25-2/+5
* Utilize write transactions for delaylogin task.KHobbits2014-05-25-19/+30
* Convert 9 anonymous scheduled tasks to named classes for better logging.KHobbits2014-05-18-8/+12
* Tweak to player login event.KHobbits2014-05-18-8/+14
* Optimize PlayerLoginEvent@ArkhamNetwork2014-05-17-31/+24
* Only dispose users who are offline at point of disposal.KHobbits2014-05-10-58/+60
* Essentials UUID conversion.KHobbits2014-04-13-1/+1
* Converted emulated player class calls to use base class.KHobbits2014-04-13-29/+29
* Add socialspy wildcard supportNecrodoom2014-03-26-1/+1
* Future Java versions may not support _ as identifier.FearFree2014-03-22-11/+11
* Only enable teleport protection on plugin/command caused teleport events.KHobbits2014-03-09-1/+1
* Fix login death caused by built up fall damage using /fly.KHobbits2014-03-03-53/+54
* Fix ghost items with /recipeKHobbits2014-02-09-5/+36
* Track UUID for future use.KHobbits2014-02-02-0/+1
* Attempt to fix client issue with speed reset on world change.KHobbits2014-01-26-0/+8
* Make /speed persist on world change if permissions exist.KHobbits2014-01-26-10/+23
* Logger cleanup pt 1.KHobbits2013-12-07-1/+1
* Fix issue in login messagesChris Ward2013-12-07-0/+4
* Disable the login message hooks automaticallyChris Ward2013-12-07-5/+4
* Fix login messagesChris Ward2013-12-07-4/+8
* Revert "Fixed bug when logging in silently"Chris Ward2013-12-07-15/+18
* Fixed bug when logging in silentlyZarubinator2013-12-06-18/+15
* Who doesn't love a good ol' NPEChris Ward2013-12-06-1/+1
* Cleanup join/quit messages.Chris Ward2013-12-05-27/+22
* Fix custom join messages Removes double message, adds colour codes and placeh...Chris Ward2013-12-05-25/+33
* Cache join/quit messages.KHobbits2013-12-05-7/+9
* Add options to disable join/quit messages and custom join/quit messagesIaccidentally2013-12-05-4/+22
* Add ability to supress join/leave messages :: new permissions: essentials.sil...Iaccidentally2013-11-06-0/+8
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-12/+12
* Clean ImportsKHobbits2013-10-11-5/+4
* Update ItemStack reference to getTypeId()GunfighterJ2013-09-17-4/+2
* Expose other plugins ban masks.KHobbits2013-09-04-1/+16
* Reset fall distance when toggling fly so fall damage is not accidentally appl...KHobbits2013-08-18-0/+1
* Use user object to send messages when possible.KHobbits2013-08-15-1/+1
* When in fly+god mode or when in creative mode, don't use safe teleport locati...KHobbits2013-08-11-10/+1
* The /tpahere command now stores the location of 'here' rather than using the ...KHobbits2013-08-11-1/+1
* Log notice when chat ignore is blocked by another plugin.KHobbits2013-07-17-27/+42
* Fix local message when no players are in the areaKHobbits2013-07-13-5/+1
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-0/+1
* fix mute message when chattingNecrodoom2013-07-12-1/+1
* More cleanupKHobbits2013-07-07-3/+3
* Misc cleanupKHobbits2013-07-07-2/+2
* Split util classes.KHobbits2013-06-08-5/+7
* Teleport invulnerability should trigger on respawn as well as normal teleport.KHobbits2013-06-08-0/+5