FactionsX Setup Guides

Chat Setup

  1. Download EssentialsX & install the EssentialsX & EssentialsChat plugin.
  2. Go to the chat format section in /plugins/EssentialsX/config.yml. The default format is provided below.
format: '<{DISPLAYNAME}> {MESSAGE}'
  1. We can add [FACTION] into this format to add the chat format. So we can change it to :
format: '[FACTION] <{DISPLAYNAME}> {MESSAGE}'
  1. Next, lets verify the following config options in /plugins/FactionsX/config/general-config.json
"chatHandledByAnotherPlugin": false,
"chatFactionPlaceholder": "[FACTION]",
"chatFactionReplaceString": "[RELATIONAL_COLOR][TAG] [FACTION] ",
"chatNoFactionReplaceString": "",

From here a simple /fx reload reload-configs all & /ess reload should do the trick.