Problem/Bug Herochat and Factions compatibility messed up.

Discussion in 'Bukkit Help' started by Tails_Prower_24, Oct 28, 2016.

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

    Tails_Prower_24

    Hello to everyone reading this. There seems to be a problem in the herochat config.

    It is in Factions.yml and I beleive it comes with the plugin.

    Here is my config:

    Code:
    name: Faction
    nick: F
    format: '{color}[&l{nick}&r{color} &l{factions_roleprefix}&r{color}{factions_title|rp}{sender}{color}]
      &f{msg}'
    password: ''
    color: GREEN
    distance: 0
    shortcut: false
    verbose: false
    crossworld: true
    muted: false
    worlds: []
    bans: []
    mutes: []
    moderators: []
    
    This is what It does (picture):
    upload_2016-10-28_21-8-15.png

    Something seems to be wrong. If someone could help to put it in order, I will thank him a lot and give a like!
     
  2. I don't think HeroChat supports Factions, but if you want you can modify the chat format with Factions in \mstore\factions_mconf\instance.json at line 124 :
    "chatSetFormat": true,
    "chatSetFormatAt": "HIGHEST",
    "chatSetFormatTo": "<{factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}§f%1$s> %2$s",
    "chatParseTags": true,
    "chatParseTagsAt": "HIGHEST",
     
    Tails_Prower_24 likes this.
  3. Offline

    Tails_Prower_24

    I don't know if this is related to changing it, but I got a lot of factions errors

    Here: https://bukkit.org/threads/oh-dang-lots-of-factions-errors.435221/
    EDIT: NO FACTIONS ERRORS ANYMORE

    Herochat came with that file config with all the stuff in it including formatting for Factions. Why would it not support it?

    I'm still having problems with this. I did change the instance file. So now it is what @Bakalexis said it should be.
     
    Last edited: Nov 23, 2016
  4. Offline

    Tails_Prower_24

  5. Offline

    Tails_Prower_24

  6. Offline

    Tails_Prower_24

    Bump.

    I got something different this time. I tried something else. This time I wanted to make Herochat use the formatting in essentials I set up so I found the config in Herochat under formatting is "{default}" I I thought that was linked to essentials.

    Here is my faction channel config for Herochat:
    Code:
    name: Faction
    nick: Faction
    format: '{default}'
    password: ''
    color: WHITE
    distance: 0
    shortcut: false
    verbose: true
    crossworld: true
    muted: false
    worlds: []
    bans: []
    mutes: []
    moderators: []
    
    and for essentials:
    Code:
    chat:
      radius: 0
      format: '[FACTION]&r{DISPLAYNAME}: &r {MESSAGE}'
    
    and for factions:
    Code:
    "chatSetFormat": false,
    "chatSetFormatAt": "HIGHEST",
    "chatSetFormatTo": "§7[{factions_roleprefix}§r§7{factions_nameforce}§r§7] §r§7[{GROUP}] §r{DISPLAYNAME}§r§7:§r {MESSAGE}",
    "chatParseTags": true,
    "chatParseTagsAt": "HIGHEST",
    
    I changed Chatsetformat to false because I found a post that said it works for this.
     
    Last edited: Nov 24, 2016
Thread Status:
Not open for further replies.

Share This Page