We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potential editable setting in config or conf
fchat-prefix-member: "RECRUIT" <...other faction roles...> fchat-prefix-leader: "LEADER" fchat-format: "[%ROLEPREFIX%] %PLAYERNAME%: %MESSAGE%" So when player issues /f chat <chatType>, if he is for example leader of the faction, the chat format will be: [LEADER] TestAccount1: Hello there.
fchat-prefix-member: "RECRUIT" <...other faction roles...> fchat-prefix-leader: "LEADER" fchat-format: "[%ROLEPREFIX%] %PLAYERNAME%: %MESSAGE%"
So when player issues /f chat <chatType>, if he is for example leader of the faction, the chat format will be: [LEADER] TestAccount1: Hello there.
/f chat <chatType>
[LEADER] TestAccount1: Hello there.
Also, because default prefixes are like "-", "+", "*", "**", this can be by default like that so
fchat-prefix-member: "+" <...other faction roles...> fchat-prefix-leader: "**" fchat-format: "%ROLEPREFIX%" So it'll be something like (i think this is the default in plugin for now): **TestAccount1: Hello there.
fchat-prefix-member: "+" <...other faction roles...> fchat-prefix-leader: "**" fchat-format: "%ROLEPREFIX%"
So it'll be something like (i think this is the default in plugin for now): **TestAccount1: Hello there.
**TestAccount1: Hello there.
The text was updated successfully, but these errors were encountered:
I'll be doing this in the futue
Sorry, something went wrong.
No branches or pull requests
Potential editable setting in config or conf
Also, because default prefixes are like "-", "+", "*", "**", this can be by default like that so
The text was updated successfully, but these errors were encountered: