Factions 2.5 + Essentials 2.13.1.7 Group Chat Formatting

Discussion in 'Bukkit Help' started by dNiym, Aug 6, 2014.

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

    dNiym

    Okay I have been banging my head against this for a while..

    I can't seem to use Group chat formatting (in essentials) with the factions plugin.
    Whenever factions plugin is enabled, nothing I change in essentials seems to take effect.

    I have set the following in :
    /plugins/factions/conf.json
    Code:
      "chatSetFormatTo": "<{faction_relcolor}§l{faction_roleprefix}§r{faction_relcolor}{faction_tag_pr}§f%s> %s",
      "chatParseTags": true,
      "chatParseTagsColored": false,
      "chatSingleFormats": {
        "pb": " %s ",
        "pl": " %s",
        "pr": "%s "
      },
      "chatTagFormat": "%s§f",
    and in /mstore/factions_mconf/instance.json
    Code:
      "chatSetFormat": false,
      "chatSetFormatAt": "HIGH",
      "chatSetFormatTo": "{factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}§f%1$s: %2$s",
      "chatParseTags": true,
      "chatParseTagsAt": "HIGHEST",
    
    and in plugins/Essentials/config.yml
    Code:
     format: '{WORLDNAME}&r &4[{GROUP}&4]&r {faction_relcolor}{faction_tag_pr}&r - {faction_relcolor}{faction_roleprefix}&r - {faction_relcolor}{faction_title}&r {DISPLAYNAME}&7:&r {MESSAGE}'
      #format: '&7[{GROUP}]&r  ZORM{DISPLAYNAME}&7:&r {MESSAGE}'
     
      group-formats:
        NotChosen: '&7[{GROUP}]&r  ZORM{DISPLAYNAME}&7:&r {MESSAGE}'
        Avatar: 'TEST {factions_nameforce} &7[{GROUP}]&r  ZORM{DISPLAYNAME}&7:&r {MESSAGE}'
    in plugins/multiverse-core/config.yml
    Code:
      prefixchat: 'false'
    I've tried commenting out the default chat format and just using group-formats as well as tried just using the default, as long as the factions plugin is running no chat related settings seem to change no matter what I set them to in essentials/config.yml..

    Setting: "chatSetFormat": false,
    in /mstore/factions_mconf/instance.json
    DOES change the way text is formatted but it isnt using essentials format, so im not sure where it's getting it...
    it always formats it as [GROUP] [DISPLAY_NAME] [MESSAGE]

    Full Plugin list:
    Plugins (35): GroupManager, NoCheatPlus, WorldEdit, MassiveCore, Buycraft, Vault, BlockDisguise, Multiverse-Core, BungeePortals, WorldGuard, MCBans, TreasureHunt, Head, CommandSyncBukkit, Announcer, SparkTrail, 1vs1, ChestShop, ProtocolLib, Votifier, BungeeLobbyKick, SimpleHat, Essentials, EssentialsProtect, EssentialsSpawn, Enjin_Minecraft_Plugin, Multiverse-Inventories, dTools, EchoPet, DisguiseCraft, EssentialsChat, Factions, FactionChat, CombatLog
     
  2. Offline

    SkeletonKing

Thread Status:
Not open for further replies.

Share This Page