DeluxeChat Help

Status
This thread has been locked.

Wordpressed

All Around Guy
Deactivated
Feedback score
1
Posts
156
Reactions
61
Resources
0
Hello. I am using factionsuuid and deluxechat. I want the faction name to have a different color depending on the faction relationship, though I still want to use deluxechat. How would I go about doing this?​
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Jayson

Supreme
Feedback score
17
Posts
1,258
Reactions
741
Resources
0
I belive this is configurable in mstore > factions_conf > instance.json


"chatSetFormat": true,
"chatSetFormatAt": "LOWEST",
"chatSetFormatTo": "{factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}§f%1$s %2$s",
"chatParseTags": true,
"chatParseTagsAt": "LOW",
"colorMember": "GREEN",
"colorAlly": "DARK_PURPLE",
"colorTruce": "LIGHT_PURPLE",
"colorNeutral": "WHITE",
"colorEnemy": "RED",
"colorNoPVP": "GOLD",
"colorFriendlyFire": "DARK_RED","
 

Tabbin

Java Developer
Supreme
Feedback score
20
Posts
777
Reactions
512
Resources
0
I'm pretty sure you just put the placeholder in and it's default changes it?
 

PixelatedHighDef

Ex-SaiCoPvP Manager
Supreme
Feedback score
7
Posts
97
Reactions
87
Resources
0
As I said, I am working with FactionsUUID
Should work by going into Plugins -> Factions -> conf.json
Then the first few settings.

"colorMember": "GREEN",
"colorAlly": "LIGHT_PURPLE",
"colorTruce": "DARK_PURPLE",
"colorNeutral": "WHITE",
"colorEnemy": "RED",
"colorPeaceful": "GOLD",
"colorWar": "DARK_RED",

http://prntscr.com/cz5s6e
 

Wordpressed

All Around Guy
Deactivated
Feedback score
1
Posts
156
Reactions
61
Resources
0
Should work by going into Plugins -> Factions -> conf.json
Then the first few settings.

"colorMember": "GREEN",
"colorAlly": "LIGHT_PURPLE",
"colorTruce": "DARK_PURPLE",
"colorNeutral": "WHITE",
"colorEnemy": "RED",
"colorPeaceful": "GOLD",
"colorWar": "DARK_RED",

http://prntscr.com/cz5s6e
I am well aware of this, but as I said, I am looking for the relationship color to work with deluxechat.
I'm pretty sure you just put the placeholder in and it's default changes it?
Either I'm using the placeholder wrong or deluxechat's relation placeholders are broken.[DOUBLEPOST=1477515312][/DOUBLEPOST]This may be the culprit. http://prntscr.com/czcw1k
Where is says chatTagEnabled, I have it set false, but, when I set it true, deluxechat stops on me and essentials chat takes the lead (which is not what I want)

When using the relation placeholders, nothing happens. It just leaves a blank space. I have them enabled in the deluxechat config, so now I'm stuck with the faction name in chat properly, but only 1 color.[DOUBLEPOST=1477521795][/DOUBLEPOST]Problem fixed, ended up I needed to update deluxechat
 
Last edited:
Status
This thread has been locked.
Top