EssentialsChat and Factions conflicting?

Discussion in 'Bukkit Help' started by CyanGuy512, Sep 9, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    CyanGuy512

    So I made a factions server and I decided to use essentialschat to add chat color by default (like when you talk it will be automaticaly purple). Then I decided I wanted the faction tags to show up by your name. Then when I turned them on, I could no longer use essentialschat chat colors. It is not giving me errors, but I think that factions chatformat overrides the essentialschat format (and factionschatformat is really cryptic so I don't know which part is about the chatcolor stuff or whatever) So could anyone please tell me how to use faction tags and chat color at the same time?
    Thanks,
    CyanGuy512
     
  2. Offline

    Rachel2560

    Try something like:

    Code:
    group-formats:
        Member: '&c[Global]&r {factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}&f[&2Member&f]&f&r {DISPLAYNAME}&7:&5 {MESSAGE}'
     
  3. Offline

    CyanGuy512

    This did not work. I want different colors for seperate ranks so i put this into the instance.json:
    Code:
     "ChatSetFormatTo": "group-formats:
        Member: '&c[Global]&r {factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}&f[&2Member&f]&f&r {DISPLAYNAME}&7:&e {MESSAGE}'
        Owner: '&c[Global]&r {factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}&f[&2Member&f]&f&r {DISPLAYNAME}&7:&d {MESSAGE}'
        Admin: '&c[Global]&r {factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}&f[&2Member&f]&f&r {DISPLAYNAME}&7:&6 {MESSAGE}'" 
    Then when i reloaded the server, the faction tags were not showing and the essentialschat color was active. I assume this is because the factions file could not parse the above script. If you could give me an exact script that i could paste in there, that would be amazing. I am using PermissionsEx and I am not sure how factions decides what rank you are.
    But nonetheless, my ranks and chat colors i want for them are: Member(&e), Helper(&a), Moderator(&c), Admin(&6), Head-Admin(&5), Owner(&d)
    Thanks,
    CyanGuy512
     
Thread Status:
Not open for further replies.

Share This Page