Skip to content
New issue

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

Add TITLE prefix (configurable look) for faction chat (or any factions plugin chat: ally/truce/enemy) #195

Open
TheJoshue opened this issue Oct 9, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@TheJoshue
Copy link

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.

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.

@TheJoshue TheJoshue added the enhancement New feature or request label Oct 9, 2021
@Driftay
Copy link
Collaborator

Driftay commented Oct 9, 2021

I'll be doing this in the futue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants