Clan prefix do NOT show in chat
SpecOpsElite opened this issue · 24 comments
No errors no nothing in console, just the prefixes are not showing in the chat
Also, see #347 for more info
Show us config.yml of both SimpleClans and Essentials, and also what server version?
I'm using SimpleClans Version 2.6.0 and EssentialsChat-2.x-SNAPSHOT
SimpleClans Config: http://pastebin.com/HSdqM0M9
Essentials Config: http://pastebin.com/Xp67h0SR
chat-compatibility-mode: true
Set that to false perhaps?
Also, it doesn't seem like you're using EssentialsChat formatting (see line 515 of your Essentials config paste)
Ah, use EssentialsX, a drop-in replacement that's 100% compatible with your existing Essentials config. Simply replace the respective jars with the EssentialsX versions: http://ci.drtshock.net/job/essentialsx/
They pushed a fix for chat a couple days ago, so that may or may not have fixed what you're experiencing on this old version of Essentials.
I honestly don't know, I don't run 1.8.3, which is sorely outdated and has security exploits. I recommend you update to 1.8.8 or 1.9.
I would update it to 1,8,8 but it would break alot of my plugins
On Mon, Mar 7, 2016 at 11:31 AM, RoboMWM [email protected] wrote:
I honestly don't know, I don't run 1.8.3, which is sorely outdated and has
security exploits. I recommend you update to 1.8.8 or 1.9.—
Reply to this email directly or view it on GitHub
#382 (comment)
.
ComputerTechOfficial
Okay I updated to 1.8.8 everything is working but clan prefixes are still not working
you can troubleshoot by just having Essentials, EssentialsChat, and SimpleClans installed to see if it's another plugin interfering.
I'm sure not all of your plugins are NMS-specific and haven't been updated.
Anyways, you probably have something else modifying chat. Perhaps a plugin list would be useful. Also, did you fix the Essentials config as I mentioned earlier?
############################################################
+------------------------------------------------------+
| EssentialsChat |
+------------------------------------------------------+
############################################################
This section requires the EssentialsChat.jar to work.
chat:
If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
Users with essentials.chat.question can override this by prefixing text with a question mark (?)
You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
radius: 0
Chat formatting can be done in two ways, you can either define a standard format for all chat.
Or you can give a group specific chat format, to give some extra variation.
For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
#format: '{DISPLAYNAME} {MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
group-formats:
Owner: '{DISPLAYNAME}&4 {MESSAGE}'
HeadAdmin: '{DISPLAYNAME}&3 {MESSAGE}'
Admin: '{DISPLAYNAME}&c {MESSAGE}'
Moderator: '{DISPLAYNAME}&2 {MESSAGE}'
Helper: '{DISPLAYNAME}&6 {MESSAGE}'
Builder: '{DISPLAYNAME}&f {MESSAGE}'
Trusted: '{DISPLAYNAME}&f {MESSAGE}'
Member: '{DISPLAYNAME}&f {MESSAGE}'