HuskChat
HuskChat copied to clipboard
Platform inconsistencies between suffix text formatting
Hello.
I'd like to be able to attach suffixes to Groups, that are able to change the Textcolor, like here:
You can already somewhat do this by changing the format for the channel
For example setting a group suffix to &c
and using a config like this will cause the messages to be red.
global:
format: '%prefix%&r&f[<%name%>](suggest_command=/msg %name% ):%suffix% '
broadcast_scope: GLOBAL
log_to_console: true
shortcut_commands:
- /global
- /g
You can also use MineDown in the suffix and it will apply to the message. This is probably not intended and is caused by how the ComponentBuilder in Bungeecord works. It's been like this forever.
It's intentional that you can use the suffix to change the chat color, but the way it's done is a bit weird indeed and the result of componentbuilder bleeding. The behaviour is different on velocity too which annoys me so this could do with another look on my part
Running Velocity-161 and having this issue. Config:
channels:
global:
format: '%prefix% %name%%suffix% &8&l> &a'
Chat text will still be white.
Is there any progress on this issue @WiIIiam278? We're having the same issue as Dazooga.
I am unable to re-color the chat message even when specified directly and not via placeholder:
format: '&white&[%prefix%&white&] %name% &gray&» &rainbow&'
It's best to try and apply the suffix formatting in your luckperms group node as that seems to take priority.
Unfortunately, even with: format: '&white&[%prefix%&white&] %name% &gray&» %suffix%'
with Luckperms Suffix set to weight 90, it does not work:
I also tried:
try with %fullname%
Unfortunately, did not help :/
(testesd with:
format: '&white&[%prefix%&white&] %name% &gray&» %fullname%''
, i know I have duplicates there, made it just for test)
It colored the nickname, but chat message is still being forced to white.
This should be fixed with the move to minedown-adventure
Im still experiencing this bug with the latest version.
You must leave a space after the formatting code for it to work