HuskChat icon indicating copy to clipboard operation
HuskChat copied to clipboard

Platform inconsistencies between suffix text formatting

Open MisterCookie1234 opened this issue 2 years ago • 9 comments

Hello.

I'd like to be able to attach suffixes to Groups, that are able to change the Textcolor, like here:

image

MisterCookie1234 avatar Mar 20 '22 15:03 MisterCookie1234

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.

MalzSmith avatar Mar 29 '22 09:03 MalzSmith

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

WiIIiam278 avatar Mar 29 '22 10:03 WiIIiam278

Running Velocity-161 and having this issue. Config:

channels:
  global:
    format: '%prefix% %name%%suffix% &8&l> &a'

Chat text will still be white.

dazogga avatar Jul 03 '22 14:07 dazogga

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&'

DJIronic avatar Oct 25 '22 01:10 DJIronic

It's best to try and apply the suffix formatting in your luckperms group node as that seems to take priority.

WiIIiam278 avatar Oct 25 '22 08:10 WiIIiam278

Unfortunately, even with: format: '&white&[%prefix%&white&] %name% &gray&» %suffix%' with Luckperms Suffix set to weight 90, it does not work: image

I also tried: image

DJIronic avatar Oct 25 '22 13:10 DJIronic

try with %fullname%

WiIIiam278 avatar Oct 25 '22 13:10 WiIIiam278

Unfortunately, did not help :/ image

(testesd with: format: '&white&[%prefix%&white&] %name% &gray&» %fullname%'' , i know I have duplicates there, made it just for test)

DJIronic avatar Oct 25 '22 13:10 DJIronic

It colored the nickname, but chat message is still being forced to white.

DJIronic avatar Oct 25 '22 13:10 DJIronic

This should be fixed with the move to minedown-adventure

WiIIiam278 avatar Jan 22 '23 20:01 WiIIiam278

Im still experiencing this bug with the latest version.

Dsanderslol avatar Jul 11 '23 03:07 Dsanderslol

You must leave a space after the formatting code for it to work

WiIIiam278 avatar Jul 11 '23 08:07 WiIIiam278