summaryrefslogtreecommitdiffstats
path: root/EssentialsChat
Commit message (Collapse)AuthorAgeLines
* Converted emulated player class calls to use base class.KHobbits2014-04-13-1/+1
|
* Add chat configurables.KHobbits2014-03-30-7/+9
|
* Future Java versions may not support _ as identifier.FearFree2014-03-22-8/+8
|
* Reformat pomKHobbits2014-02-08-2/+2
|
* Modifier order consistencyIaccidentally2014-02-04-1/+1
|
* Restore Bukkit dependency to parent pomChris Ward2014-01-30-7/+0
|
* Force Bukkit version to match deps.KHobbits2014-01-25-0/+7
|
* Remove Ant, migrate Netbeans code style to pom.xmlChris Ward2013-12-27-1671/+0
|
* Ignore empty chat events generated by pluginsNecrodoom2013-12-07-1/+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-62/+57
|
* Add Maven SupportChris Ward2013-10-19-0/+51
|
* Remove .idea and *.iml from gitChris Ward2013-10-18-27/+0
|
* Extract CommandSender to CommandSource, this should prevent Ess user object ↵KHobbits2013-10-16-1/+28
| | | | leaks.
* Log notice when chat ignore is blocked by another plugin.KHobbits2013-07-17-1/+2
|
* Fix local chat spy tag order.KHobbits2013-07-14-4/+4
|
* Whoops, wrong event.KHobbits2013-07-13-1/+1
|
* Fix local message when no players are in the areaKHobbits2013-07-13-2/+2
| | | | Allow any translation key to be silenced by blanking it in locale file
* [API] fix other modules to use new packagesIaccidentally2013-07-13-15/+10
|
* Add 'No one listening' message stub, will be empty by default and thus not sent.KHobbits2013-07-13-3/+4
|
* Remove old chat hookKHobbits2013-07-13-160/+105
| | | | | Use Bukkit API for local chat handling Implement localChatSpy event
* More cleanupKHobbits2013-07-07-1/+1
|
* 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-7/+19
|
* Don't try and charge a user if we don't have the chat data stored.KHobbits2013-01-27-1/+1
|
* Use bukkit api for chat user listKHobbits2012-12-31-5/+1
|
* Fixing locale typo.KHobbits2012-09-09-1/+0
|
* If chat event doesn't resolve to valid player, cancel and exit.KHobbits2012-09-09-0/+6
|
* 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-24/+24
| | | | Change PlayerChatEvent to AsyncPlayerChatEvent
* Make chat handling more thread safe (and also faster)snowleo2012-08-03-4/+9
|
* Synchronized chatStoresnowleo2012-08-03-1/+2
|
* Netbeans 7.2 changessnowleo2012-08-03-55/+402
|
* 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
|
* oops. forgot this.Iaccidentally2012-06-12-1/+1
|
* add admin chatIaccidentally2012-06-12-0/+2
|
* Chat spy, should show otherworld chat.KHobbits2012-04-06-9/+8
|
* 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
|
* Make Essentials Update use new Listener system, and fix a few general ↵md_52012-02-15-3/+1
| | | | mistakes, including that of the config
* Fixing silly typo - Fixes shout costs.KHobbits2012-02-09-1/+1
|
* Switch website URL's to point at wiki.KHobbits2012-01-28-1/+1
|