summaryrefslogtreecommitdiffstats
path: root/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerLowest.java
Commit message (Collapse)AuthorAgeLines
* Change namespace from com.earth2me to org.mcess - net.ess3.api changes still ↵ementalo2015-04-11-64/+0
| | | | required
* Converted emulated player class calls to use base class.KHobbits2014-04-13-1/+1
|
* [API] fix other modules to use new packagesIaccidentally2013-07-13-1/+1
|
* Add 'No one listening' message stub, will be empty by default and thus not sent.KHobbits2013-07-13-3/+0
|
* Remove old chat hookKHobbits2013-07-13-9/+9
| | | | | Use Bukkit API for local chat handling Implement localChatSpy event
* Misc cleanupKHobbits2013-07-07-1/+1
|
* Add {TEAMPREFIX} {TEAMSUFFIX} and {TEAMNAME} to chat formatting.KHobbits2013-06-28-0/+7
|
* Drop messageFormat for simple string replace, remove duped ' marks.KHobbits2013-06-27-6/+6
|
* Split util classes.KHobbits2013-06-08-2/+3
|
* If chat event doesn't resolve to valid player, cancel and exit.KHobbits2012-09-09-0/+6
|
* CB #2289 Bukkit #1512ementalo2012-08-04-3/+3
| | | | Change PlayerChatEvent to AsyncPlayerChatEvent
* Make chat handling more thread safe (and also faster)snowleo2012-08-03-4/+9
|
* New Permission: essentials.chat.urlKHobbits2012-03-22-2/+5
| | | | Without this perm, URLs will be modified not to be links.
* Split colour permissions into 3: color/magic/formatKHobbits2012-03-22-8/+1
|
* Update for new CraftBukkit Event Codesnowleo2012-01-20-0/+3
| | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
* Cache MessageFormats for Chatsnowleo2012-01-19-1/+3
|
* Compiled regex is faster.KHobbits2012-01-18-1/+1
|
* Reduce duplicate calls in EssentialsChatKHobbits2012-01-18-4/+10
| | | | Should cut the time down a little.
* Stripping vanilla colour from /helpop and /mailKHobbits2012-01-16-1/+1
| | | | | Adding support for &k in EssChat Adding support for colour in /msg and /r - New perm: essentials.msg.color
* Strip colors from chat, if the user does not have the permission.snowleo2012-01-16-0/+3
|
* Fix broken charge for shout and questionsnowleo2011-12-09-1/+3
|
* Locale.ENGLISH!!1!snowleo2011-11-27-1/+2
|
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-2/+1
|
* More code cleanup.KHobbits2011-11-18-2/+0
|
* EssChat update part 1.okamosy2011-10-30-0/+38