Question How do I make Faction tags integrate with the Essentials chat format the way that I want them?

Discussion in 'Bukkit Help' started by CombatWiZ, Jan 7, 2015.

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

    CombatWiZ

    It's extremely difficult for me to put into words, but I'm bothered by the way that faction tags are displayed in the chat when you type them into the Essentials config.

    For example, I'd like to have the faction names displayed into brackets. Like so,

    "[FactionHere] combatwiz:"

    But whenever a user is not currently in a faction, they would look like,

    "[] combatwiz:"

    For me... I don't see how I would make it so that the brackets appear whenever a user joins a faction. Currently my Essentials chat format looks like,

    '{DISPLAYNAME}:&7 {MESSAGE}'

    If someone could help me out that'd be extremely appreciated. Thanks.
     
  2. Sadly this is the way how factions works, the only way to fix this is to entirely disable the factionprefix, or let someone make a custom plugin for you that features this.
     
  3. Offline

    CombatWiZ

    I see... well I guess I'll just have to deal with it then :'(
     
  4. Offline

    Larry Newman

    @CombatWiZ Go to mstore/factions_mconf/instance.json on your server and find this line:

    Code:
      "chatSetFormatTo": "<{factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}§f%1$s> %2$s",
    That's the chat format. Two lines above you should find a variable that says chatSetFormat and you should change that to true.
     
  5. Offline

    17xDillz1997

    For me that doesn't happen. Use a older version? I still don't understand what you want. You don't want brackets when someone is not in a faction?
     
  6. Offline

    CombatWiZ

    Yes, to put it simply.
     
  7. Offline

    17xDillz1997

    A lower version ?
     
  8. Offline

    Larry Newman

    @CombatWiZ Isn't there a plugin called FactionsChat? I just remembered this
     
    CombatWiZ likes this.
  9. Offline

    CombatWiZ

    I'll try that and see how it works.
     
  10. Offline

    Huntfishplay

Thread Status:
Not open for further replies.

Share This Page