FactionsX Setup Guides
Chat Setup
- Download EssentialsX & install the EssentialsX & EssentialsChat plugin.
- Go to the chat format section in /plugins/EssentialsX/config.yml. The default format is provided below.
format: '<{DISPLAYNAME}> {MESSAGE}'
- We can add [FACTION] into this format to add the chat format. So we can change it to :
format: '[FACTION] <{DISPLAYNAME}> {MESSAGE}'
- 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.