1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-06-04 10:25:07 +02:00

110 Commits

Author SHA1 Message Date
ementalo
9e6c686c29 Change namespace from com.earth2me to org.mcess - net.ess3.api changes still required 2015-04-11 21:47:56 +01:00
KHobbits
5a4dd00e30 Converted emulated player class calls to use base class. 2014-04-13 01:01:49 +01:00
KHobbits
51a6ae2cf0 Add chat configurables. 2014-03-30 15:50:32 +01:00
FearFree
a4f8193e38 Future Java versions may not support _ as identifier. 2014-03-22 16:08:11 +11:00
KHobbits
2bc4475d24 Reformat pom 2014-02-08 00:13:46 +00:00
Iaccidentally
58eb20d073 Modifier order consistency 2014-02-04 11:11:43 -05:00
Chris Ward
a6a33b9c4e Restore Bukkit dependency to parent pom 2014-01-30 10:34:16 +11:00
KHobbits
2c87e516bb Force Bukkit version to match deps. 2014-01-25 23:29:48 +00:00
Chris Ward
694ce12e1b Remove Ant, migrate Netbeans code style to pom.xml 2013-12-27 03:47:13 +11:00
Necrodoom
de0277b1a7 Ignore empty chat events generated by plugins 2013-12-07 22:15:01 +00:00
KHobbits
d624fe68b2 Try to be a little less confusing with non-command debug errors. 2013-12-05 23:03:31 +00:00
Iaccidentally
ed89f048a3 Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff 2013-11-06 21:22:32 -05:00
Chris Ward
4041c0404e Add Maven Support 2013-10-19 12:19:39 +01:00
Chris Ward
f19293c4d4 Remove .idea and *.iml from git 2013-10-18 17:32:47 +11:00
KHobbits
10167b3e95 Extract CommandSender to CommandSource, this should prevent Ess user object leaks. 2013-10-16 21:05:33 +01:00
KHobbits
fd6257355f Log notice when chat ignore is blocked by another plugin. 2013-07-17 23:26:26 +01:00
KHobbits
e705f5bb1c Fix local chat spy tag order. 2013-07-14 01:20:36 +01:00
KHobbits
913cbbc738 Whoops, wrong event. 2013-07-13 18:56:18 +01:00
KHobbits
f536224268 Fix local message when no players are in the area
Allow any translation key to be silenced by blanking it in locale file
2013-07-13 18:46:26 +01:00
Iaccidentally
acca5bd4d8 [API] fix other modules to use new packages 2013-07-13 12:40:50 -04:00
KHobbits
2cd909edc9 Add 'No one listening' message stub, will be empty by default and thus not sent. 2013-07-13 17:31:14 +01:00
KHobbits
4934cac1c6 Remove old chat hook
Use Bukkit API for local chat handling
Implement localChatSpy event
2013-07-13 17:25:58 +01:00
KHobbits
3632ace61d More cleanup 2013-07-07 13:02:40 +01:00
KHobbits
35e0cab96a Misc cleanup 2013-07-07 12:38:01 +01:00
KHobbits
7a68694a15 Add {TEAMPREFIX} {TEAMSUFFIX} and {TEAMNAME} to chat formatting. 2013-06-28 17:12:01 +01:00
KHobbits
ee5cc43061 Drop messageFormat for simple string replace, remove duped ' marks. 2013-06-27 09:33:35 +01:00
KHobbits
62edbc044c Split util classes. 2013-06-08 22:31:19 +01:00
KHobbits
145313b3ea Don't try and charge a user if we don't have the chat data stored. 2013-01-27 15:26:42 +00:00
KHobbits
8c4375e288 Use bukkit api for chat user list 2012-12-31 05:43:05 +00:00
KHobbits
406dda2d6f Fixing locale typo. 2012-09-09 18:35:20 +01:00
KHobbits
b4fc91db39 If chat event doesn't resolve to valid player, cancel and exit. 2012-09-09 06:36:14 +01:00
KHobbits
b2f75664a7 Fix Chat Formatting so chat type is shown first. 2012-08-09 13:11:51 +01:00
snowleo
7ea2f550db Prevent errors in listeners affecting EssentialsChat 2012-08-07 16:03:39 +02:00
snowleo
be11f840b4 More thread safety 2012-08-04 11:10:57 +02:00
ementalo
bb5e0b4a72 CB #2289 Bukkit #1512
Change PlayerChatEvent to AsyncPlayerChatEvent
2012-08-04 09:25:54 +01:00
snowleo
1a0667f659 Make chat handling more thread safe (and also faster) 2012-08-03 22:57:29 +02:00
snowleo
0dee3528c7 Synchronized chatStore 2012-08-03 21:45:32 +02:00
snowleo
a9639782b6 Netbeans 7.2 changes 2012-08-03 09:45:44 +02:00
md_5
a243082c3f Fix issue with cross world local chat. 2012-06-26 18:13:53 +10:00
KHobbits
b53c0dcb98 Players should not be able to ignore Console
Also implement chat exempt permission in other commands.
2012-06-16 16:22:51 +01:00
KHobbits
fbd0d27ac4 Fix chat showing [spy] prefix when social spy was not required to see the message.
Fixes #2263
2012-06-16 16:05:48 +01:00
KHobbits
93ec005d58 Replace op ignore exempt with ignore exempt chat permission:
essentials.chat.ignoreexempt
This permission won't prevent a player from ignoring the player, but the player will see the chat messages anyway.
2012-06-16 16:01:27 +01:00
Iaccidentally
a679c560b9 This is broken for some reason. Removing until fixed. 2012-06-12 01:41:39 -04:00
Iaccidentally
363f6beab5 oops. forgot this. 2012-06-12 01:13:12 -04:00
Iaccidentally
4f43e1c941 add admin chat 2012-06-12 00:59:53 -04:00
KHobbits
1f8648dbcc Chat spy, should show otherworld chat. 2012-04-06 02:36:27 +01:00
KHobbits
ce814c9d0f New Permission: essentials.chat.url
Without this perm, URLs will be modified not to be links.
2012-03-22 22:19:58 +00:00
KHobbits
35b14d2b58 Split colour permissions into 3: color/magic/format 2012-03-22 22:07:13 +00:00
md_5
7be3239af5 Make Essentials Update use new Listener system, and fix a few general mistakes, including that of the config 2012-02-15 19:34:46 +11:00
KHobbits
c6649615fe Fixing silly typo - Fixes shout costs. 2012-02-09 02:11:36 +00:00