Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Don't try and charge a user if we don't have the chat data stored. | KHobbits | 2013-01-27 | -1/+1 |
| | ||||
* | Use bukkit api for chat user list | KHobbits | 2012-12-31 | -5/+1 |
| | ||||
* | Fixing locale typo. | KHobbits | 2012-09-09 | -1/+0 |
| | ||||
* | If chat event doesn't resolve to valid player, cancel and exit. | KHobbits | 2012-09-09 | -0/+6 |
| | ||||
* | Fix Chat Formatting so chat type is shown first. | KHobbits | 2012-08-09 | -1/+1 |
| | ||||
* | Prevent errors in listeners affecting EssentialsChat | snowleo | 2012-08-07 | -5/+34 |
| | ||||
* | More thread safety | snowleo | 2012-08-04 | -5/+11 |
| | ||||
* | CB #2289 Bukkit #1512 | ementalo | 2012-08-04 | -24/+24 |
| | | | | Change PlayerChatEvent to AsyncPlayerChatEvent | |||
* | Make chat handling more thread safe (and also faster) | snowleo | 2012-08-03 | -4/+9 |
| | ||||
* | Synchronized chatStore | snowleo | 2012-08-03 | -1/+2 |
| | ||||
* | Fix issue with cross world local chat. | md_5 | 2012-06-26 | -3/+6 |
| | ||||
* | Players should not be able to ignore Console | KHobbits | 2012-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 ↵ | KHobbits | 2012-06-16 | -9/+12 |
| | | | | | | message. Fixes #2263 | |||
* | Replace op ignore exempt with ignore exempt chat permission: | KHobbits | 2012-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. | Iaccidentally | 2012-06-12 | -2/+2 |
| | ||||
* | oops. forgot this. | Iaccidentally | 2012-06-12 | -1/+1 |
| | ||||
* | add admin chat | Iaccidentally | 2012-06-12 | -0/+2 |
| | ||||
* | Chat spy, should show otherworld chat. | KHobbits | 2012-04-06 | -9/+8 |
| | ||||
* | New Permission: essentials.chat.url | KHobbits | 2012-03-22 | -2/+5 |
| | | | | Without this perm, URLs will be modified not to be links. | |||
* | Split colour permissions into 3: color/magic/format | KHobbits | 2012-03-22 | -8/+1 |
| | ||||
* | Make Essentials Update use new Listener system, and fix a few general ↵ | md_5 | 2012-02-15 | -3/+1 |
| | | | | mistakes, including that of the config | |||
* | Fixing silly typo - Fixes shout costs. | KHobbits | 2012-02-09 | -1/+1 |
| | ||||
* | Switch website URL's to point at wiki. | KHobbits | 2012-01-28 | -1/+1 |
| | ||||
* | Adding translation keys for [L] and [Spy] | KHobbits | 2012-01-20 | -2/+2 |
| | ||||
* | Check shout/question messages are longer than 1 character. | KHobbits | 2012-01-20 | -1/+1 |
| | ||||
* | Removing load info, bucket displays that now. | snowleo | 2012-01-20 | -1/+0 |
| | ||||
* | Update for new CraftBukkit Event Code | snowleo | 2012-01-20 | -8/+14 |
| | | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities. | |||
* | Cache MessageFormats for Chat | snowleo | 2012-01-19 | -1/+3 |
| | ||||
* | Compiled regex is faster. | KHobbits | 2012-01-18 | -1/+1 |
| | ||||
* | Make sure to clean the chatStore. | KHobbits | 2012-01-18 | -1/+2 |
| | ||||
* | Reduce duplicate calls in EssentialsChat | KHobbits | 2012-01-18 | -103/+133 |
| | | | | Should cut the time down a little. | |||
* | Stripping vanilla colour from /helpop and /mail | KHobbits | 2012-01-16 | -1/+1 |
| | | | | | Adding support for &k in EssChat Adding support for colour in /msg and /r - New perm: essentials.msg.color | |||
* | Stripping vanilla colours from /msg | KHobbits | 2012-01-16 | -4/+7 |
| | ||||
* | Strip colors from chat, if the user does not have the permission. | snowleo | 2012-01-16 | -0/+3 |
| | ||||
* | Update plugin information. | KHobbits | 2011-12-09 | -1/+1 |
| | ||||
* | Fix broken charge for shout and question | snowleo | 2011-12-09 | -45/+59 |
| | ||||
* | Better distance checking. | KHobbits | 2011-12-01 | -20/+17 |
| | ||||
* | If Essentials core fails to read one of the configs now, it will disable ↵ | snowleo | 2011-11-30 | -5/+14 |
| | | | | itself. If other modules detect that Essentials is not enabled, they will be disabled too. EssentialsProtect will go into emergency mode, canceling all events that could hurt your world. Fix the file and either restart or reload the server. | |||
* | Locale.ENGLISH!!1! | snowleo | 2011-11-27 | -2/+4 |
| | ||||
* | Switch to the new I18n class and format cleanup of all classes | snowleo | 2011-11-21 | -22/+13 |
| | ||||
* | More code cleanup. | KHobbits | 2011-11-18 | -2/+0 |
| | ||||
* | EssChat update part 1. | okamosy | 2011-10-30 | -148/+333 |
| | ||||
* | Edited Priority to "High" | feildmaster | 2011-10-03 | -1/+1 |
| | | | Adds compatibility to plugins that adds text to the current "format." | |||
* | Adding command cost for !shout and ?question. | KHobbits | 2011-08-17 | -16/+36 |
| | ||||
* | Readded some code, so that the user is not checked, if he is next to himself. | snowleo | 2011-07-23 | -1/+1 |
| | ||||
* | EssentialsChat: The user should see his own message | snowleo | 2011-07-21 | -6/+7 |
| | | | | Corrected radius | |||
* | Fix for local chat not working (instead acting just like global chat) | Brettflan | 2011-07-20 | -1/+1 |
| | ||||
* | Removed leftovers from initial Factions integration | Brettflan | 2011-07-20 | -2/+1 |
| | ||||
* | More changes to the EssentialsChat API for Factions | snowleo | 2011-07-20 | -37/+9 |
| | ||||
* | The event.getPlayer() is needed for the hook. | snowleo | 2011-07-19 | -2/+2 |
| |