Prefix/Suffix formatter variables
AaronMcHale opened this issue ยท 3 comments
Variables to include a players prefix/suffix in message formatters, this could be achieved by hooking into Vault https://dev.bukkit.org/bukkit-plugins/vault/
Hi sorry that may have been a little vague, used to making quick issues on my own projects.
What I'm asking is would it be possible to add support for inserting a user's in-game chat prefix/suffix that comes from a Permissions Plugin using variables in the message formatters in the same way HeroChat and other Chat plugins do , so for example:
- %userprefix%
- %usersuffux%
- %groupprefix%
- %groupsuffix%
This support would mean that we could display this information in Minecraft Chat or Discord Chat and keep a consistent format for our chat.
This would be made easy by integrating with Vault (as linked in the OP), which would allow easy access to this information.
Thanks
Aaron