Factions Prefix with EssentialsChat

Discussion in 'Bukkit Help' started by flyinggoatman, Aug 24, 2013.

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

    flyinggoatman

    Hello I am having some issues with setting up the prefix for factions with EssentialsChat.

    here is my config

    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                  EssentialsChat                    | #
    # +------------------------------------------------------+ #
    ############################################################
     
    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.
      # If set to the default chat format which "should" be compatible with ichat.
      # 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:
      default: '{DISPLAYNAME}&f:&6 {MESSAGE}'
      Admin: '{DISPLAYNAME}&f:&b {MESSAGE}'
      Mod: '{DISPLAYNAME}&f:&a {MESSAGE}'
      VIP: '{DISPLAYNAME}&f:&e {MESSAGE}'
      O: '&7[{factions_roleprefix{&r&7{factions_nameforce}&r&7] &r{DISPLAYNAME}&r&7:&r {MESSAGE}'
      HeadMod: '{DISPLAYNAME}&f:&a&o {MESSAGE}'
     
      # If you are using group formats make sure to remove the '#' to allow the setting to be read.
    if you need to see the result of this please join creepercarch.com and then it may be easier to fix.


    and also this is my factions config, if that helps :).
    Code:
    {
      "taskPlayerPowerUpdateMinutes": 1.0,
      "taskPlayerDataRemoveMinutes": 5.0,
      "taskEconLandRewardMinutes": 20.0,
      "removePlayerDataWhenBanned": true,
      "removePlayerDataAfterInactiveDays": 20.0,
      "radiusClaimFailureLimit": 9,
      "radiusClaimRadiusLimit": 5,
      "chatSetFormat": false,
      "chatSetFormatAt": "LOWEST",
      "chatSetFormatTo": "<{factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}§f%1$s> %2$s",
      "chatParseTags": true,
      "chatParseTagsAt": "LOW",
      "herochatFactionName": "Faction",
      "herochatFactionNick": "F",
      "herochatFactionFormat": "{color}[&l{nick}&r{color} &l{factions_roleprefix}&r{color}{factions_title|rp}{sender}{color}] &f{msg}",
      "herochatFactionColor": "GREEN",
      "herochatFactionDistance": 0,
      "herochatFactionIsShortcutAllowed": false,
      "herochatFactionCrossWorld": true,
      "herochatFactionMuted": false,
      "herochatFactionWorlds": [],
      "herochatAlliesName": "Allies",
      "herochatAlliesNick": "A",
      "herochatAlliesFormat": "{color}[&l{nick}&r&f {factions_relcolor}&l{factions_roleprefix}&r{factions_relcolor}{factions_name|rp}{sender}{color}] &f{msg}",
      "herochatAlliesColor": "DARK_PURPLE",
      "herochatAlliesDistance": 0,
      "herochatAlliesIsShortcutAllowed": false,
      "herochatAlliesCrossWorld": true,
      "herochatAlliesMuted": false,
      "herochatAlliesWorlds": [],
      "colorMember": "GREEN",
      "colorAlly": "DARK_PURPLE",
      "colorTruce": "LIGHT_PURPLE",
      "colorNeutral": "WHITE",
      "colorEnemy": "RED",
      "colorNoPVP": "GOLD",
      "colorFriendlyFire": "DARK_RED",
      "prefixLeader": "**",
      "prefixOfficer": "*",
      "prefixMember": "+",
      "prefixRecruit": "-",
      "playersWhoBypassAllProtection": [],
      "worldsNoClaiming": [Creative, world, survival, survival_nether, survival_the_end ],
      "worldsNoPowerLoss": [Creative, world, survival, survival_nether, survival_the_end ],
      "worldsIgnorePvP": [Creative, world, survival, survival_nether, survival_the_end ],
      "handleExploitObsidianGenerators": true,
      "handleExploitEnderPearlClipping": true,
      "handleExploitTNTWaterlog": false,
      "logFactionCreate": true,
      "logFactionDisband": true,
      "logFactionJoin": true,
      "logFactionKick": true,
      "logFactionLeave": true,
      "logLandClaims": true,
      "logLandUnclaims": true,
      "logMoneyTransactions": true,
      "logPlayerCommands": true
    }
     
  2. Offline

    Lolmewn

    You're only giving some factions tag to people in the rank 'O' it seems. Try adding them to other ranks too, such as 'default'.
     
  3. Offline

    flyinggoatman

    it just comes up as same, i made them separate ranks so that the chat is different colours and members can tell who's who with just a glance.
     
Thread Status:
Not open for further replies.

Share This Page