Hey Cayorion, basically this is what ive set up so far. ( "chatSetFormatTo": "{factions_relcolor}§r{factions_relcolor}§f §8[§7{factions_name}§8] §f%1$s§8: %2$s", ) Now when your in a faction its perfectly working as it should do. The tag when your in a faction is &8[&7FactionName&8] and thats perfectly fine but the problem is, when your not in a faction, i want it to just show nothing, just show there name and then what there message is but for some reason its showing &8[] before there name. Ive tried everthing and even my server developer cannot fix the issue so he has told me to contact you. If you could help me that would be massively appreciated.
Well this part of your chat tag: §8[§7{factions_name}§8] you can see the §8 and the brackets, and then in between is the variable that is replaced with the faction name. The only way would be to remove the brackets here, but then you wouldn't have brackets around the faction name anymore. It would then look like this: §7{factions_name}§r