Disabling a Faction tag "Wilderness" #29


  • New
  • Defect
Open
Assigned to jesster1234
  • _ForgeUser8236712 created this issue Aug 12, 2013

    How do i disable or edit "Wilderness" faction tag prefix?  Every time a new player spawns, that person has a ugly green tag saying "Wilderness" in front of their name. I searched up on their factions site and it said i need to disable "factions_nameforce" tag in my chat plugin; I can't seem to find it in bChat. It would be awesome if anyone can help me on this, thanks!

    Versions:
    R: bChatManager 3.0 for 1.6.2 Jul 30, 2013
    R: Factions 2.0.5 MCore 6.6.X for CB 1.6.2-R0.1 Aug 08, 2013

  • _ForgeUser8236712 added the tags New Defect Aug 12, 2013
  • _ForgeUser10485229 posted a comment Oct 23, 2013

    I've found a fix for this. If your using essentials chat to configure it (essentials config file)

      format: '&f[&a{factions_roleprefix}&r&e{factions_name}&r&f]&7{DISPLAYNAME}:&7 {MESSAGE}'
    

    as an example. you put {factions_name} instead of {factions_nameforce}
    If you aren't using the essentials chat
    the instance.json file of the factions

      "chatSetFormatTo": "<{factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_nameforce|rp}> "
    

    You take out the force on faction_name again.


    Edited Feb 1, 2014

To post a comment, please login or register a new account.