1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-24 21:31:32 +02:00
Commit Graph

83 Commits

Author SHA1 Message Date
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
KHobbits
4f1eb9f1cb Switch website URL's to point at wiki. 2012-01-28 00:20:46 +00:00
KHobbits
7e5687b5cc Adding translation keys for [L] and [Spy] 2012-01-20 22:57:35 +00:00
KHobbits
42ab423479 Check shout/question messages are longer than 1 character. 2012-01-20 22:54:47 +00:00
snowleo
93d632a9ff Removing load info, bucket displays that now. 2012-01-20 05:52:35 +01:00
snowleo
ebb3a1c19f Update for new CraftBukkit Event Code
EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
2012-01-20 05:20:37 +01:00
snowleo
5995544f2d Cache MessageFormats for Chat 2012-01-19 02:03:20 +01:00
KHobbits
9f37b06123 Compiled regex is faster. 2012-01-18 23:35:30 +00:00
KHobbits
be5e54ab99 Make sure to clean the chatStore. 2012-01-18 23:08:40 +00:00
KHobbits
59090403e8 Reduce duplicate calls in EssentialsChat
Should cut the time down a little.
2012-01-18 22:53:39 +00:00
KHobbits
d9c4b564fc Stripping vanilla colour from /helpop and /mail
Adding support for &k in EssChat
Adding support for colour in /msg and /r - New perm: essentials.msg.color
2012-01-16 20:25:36 +00:00
KHobbits
717766b6f9 Stripping vanilla colours from /msg 2012-01-16 19:42:15 +00:00
snowleo
9cb1e28654 Strip colors from chat, if the user does not have the permission. 2012-01-16 20:29:55 +01:00
snowleo
f301e883fc Netbeans 7.1 stuff 2012-01-12 23:37:39 +01:00
KHobbits
18ce62d0b9 Update copylibs. 2011-12-13 03:11:11 +00:00
KHobbits
c6b275dcc1 Update Bukkit jars and paths. 2011-12-12 22:45:59 +00:00
KHobbits
06c2453941 Update plugin information. 2011-12-09 21:51:31 +00:00
snowleo
de12c5c6d1 Fix broken charge for shout and question 2011-12-09 02:48:57 +01:00
KHobbits
b0377498f7 Better distance checking. 2011-12-01 15:15:45 +00:00
snowleo
4f8be31343 Cleanup of the library folder
Also: we don't use the mysql.jar/sqlite.jar anymore, since it is included in craftbukkit. I don't know why this reference in config.yml still exists.
2011-12-01 01:35:48 +01:00
snowleo
5e2123c91e If Essentials core fails to read one of the configs now, it will disable 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. 2011-11-30 20:49:11 +01:00
snowleo
3c71ae4cd9 Locale.ENGLISH!!1! 2011-11-27 06:23:07 +01:00
snowleo
220d68f375 Switch to the new I18n class and format cleanup of all classes 2011-11-21 02:55:26 +01:00
snowleo
c132a75c1a CB# 1467 B#1022 2011-11-20 14:03:00 +01:00
KHobbits
2e0fb15952 More code cleanup. 2011-11-18 18:33:22 +00:00
okamosy
ffd7ba7d5f EssChat update part 1. 2011-10-30 21:29:56 +00:00
feildmaster
4c0fc6e52f Edited Priority to "High"
Adds compatibility to plugins that adds text to the current "format."
2011-10-03 03:45:38 -05:00
KHobbits
5d95d1fca6 Adding command cost for !shout and ?question. 2011-08-17 15:28:58 +01:00