summaryrefslogtreecommitdiffstats
path: root/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayer.java
Commit message (Collapse)AuthorAgeLines
* Add chat configurables.KHobbits2014-03-30-6/+9
|
* Modifier order consistencyIaccidentally2014-02-04-1/+1
|
* Ignore empty chat events generated by pluginsNecrodoom2013-12-07-0/+6
|
* Try to be a little less confusing with non-command debug errors.KHobbits2013-12-05-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 ↵KHobbits2013-10-16-1/+1
| | | | leaks.
* [API] fix other modules to use new packagesIaccidentally2013-07-13-8/+3
|
* Remove old chat hookKHobbits2013-07-13-101/+2
| | | | | Use Bukkit API for local chat handling Implement localChatSpy event
* More cleanupKHobbits2013-07-07-1/+1
|
* Use bukkit api for chat user listKHobbits2012-12-31-5/+1
|
* Fixing locale typo.KHobbits2012-09-09-1/+0
|
* Fix Chat Formatting so chat type is shown first.KHobbits2012-08-09-1/+1
|
* Prevent errors in listeners affecting EssentialsChatsnowleo2012-08-07-5/+34
|
* More thread safetysnowleo2012-08-04-5/+11
|
* CB #2289 Bukkit #1512ementalo2012-08-04-10/+10
| | | | Change PlayerChatEvent to AsyncPlayerChatEvent
* Fix issue with cross world local chat.md_52012-06-26-3/+6
|
* Players should not be able to ignore ConsoleKHobbits2012-06-16-18/+20
| | | | Also implement chat exempt permission in other commands.
* Fix chat showing [spy] prefix when social spy was not required to see the ↵KHobbits2012-06-16-9/+12
| | | | | | message. Fixes #2263
* Replace op ignore exempt with ignore exempt chat permission:KHobbits2012-06-16-2/+1
| | | | | essentials.chat.ignoreexempt This permission won't prevent a player from ignoring the player, but the player will see the chat messages anyway.
* This is broken for some reason. Removing until fixed.Iaccidentally2012-06-12-2/+2
|
* add admin chatIaccidentally2012-06-12-0/+2
|
* Chat spy, should show otherworld chat.KHobbits2012-04-06-9/+8
|
* Adding translation keys for [L] and [Spy]KHobbits2012-01-20-2/+2
|
* Update for new CraftBukkit Event Codesnowleo2012-01-20-3/+2
| | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
* Reduce duplicate calls in EssentialsChatKHobbits2012-01-18-40/+43
| | | | Should cut the time down a little.
* Stripping vanilla colours from /msgKHobbits2012-01-16-4/+7
|
* Better distance checking.KHobbits2011-12-01-20/+17
|
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-10/+2
|
* EssChat update part 1.okamosy2011-10-30-0/+163