SimpleClans

SimpleClans

467k Downloads

Clan prefix do NOT show in chat

SpecOpsElite opened this issue · 24 comments

commented

No errors no nothing in console, just the prefixes are not showing in the chat

commented

What chat plugin are you using.

commented

Also, see #347 for more info

commented

We're using Essentials Chat

commented

Show us config.yml of both SimpleClans and Essentials, and also what server version?

commented

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

commented

prefix is still not working what should i do?

commented

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)

commented

What spigot version

commented

1.8.3

commented

Nope :/ still dont work

commented

the clans all work just the prefixes dont

commented

Use /version essentials and provide the output.

commented

it just says Version: TeamCity

commented

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.

commented

Okay i uploaded all of it

commented

still not working

commented

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.

commented

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

commented

Okay I updated to 1.8.8 everything is working but clan prefixes are still not working

commented

I've ready googled it and i cant find anything

commented

you can troubleshoot by just having Essentials, EssentialsChat, and SimpleClans installed to see if it's another plugin interfering.

commented

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?

commented

############################################################

+------------------------------------------------------+

| 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}'

If you are using group formats make sure to remove the '#' to allow the setting to be read.

commented

Oh, you use the group-based formatting. I don't use that - not entirely sure then. Sorry - maybe someone else will know, or you can troubleshoot by just having Essentials, EssentialsChat, and SimpleClans installed to see if it's another plugin interfering.