kangarko / ChatControl-Red

Issue tracker and documentation for the next generation ChatControl Red, the most advanced chat management plugin.
43 stars 22 forks source link

1.19.4: "&x" shows up in message when player uses HexCodes in chat #2678

Closed VyperzDev closed 1 month ago

VyperzDev commented 1 month ago

"/version ChatControlRed" - plugin version

10.26.2

Are you using MySQL?

No

Are you using BungeeCord?

No

Error log (if applicable)

No response

"/chc debug" output (strongly recommended)

No response

Information about the issue/bug

Type in chat" {HexCode}{Message}" #222222Hello

the output: &x{ColoredMessage}

image

kangarko commented 1 month ago

Try on the default settings. I can't reproduce on 1.19.4. It's either your configuration or a third party plugin:

a

FaultyFunctions commented 1 month ago

I know this is closed but for anyone else that stumbles upon this, for me it was the plugin Interactive Chat that was conflicting. I fixed it by setting TranslateAltColorCode: '&' to TranslateAltColorCode: '' in the config.yml.

I believe Chat Control Red does everything that Interactive Chat can do so there really is no point in keeping Interactive Chat. Chat Control Red is way more flexible with chat replacement functionality like [pos] -> x: 3 y: 5 z: 14. Though Interactive Chat is easier to set them up.

VyperzDev commented 1 month ago

My issue was with CMI replacing the color codes in chat.

kangarko commented 1 month ago

I know this is closed but for anyone else that stumbles upon this, for me it was the plugin Interactive Chat that was conflicting. I fixed it by setting TranslateAltColorCode: '&' to TranslateAltColorCode: '' in the config.yml.

I believe Chat Control Red does everything that Interactive Chat can do so there really is no point in keeping Interactive Chat. Chat Control Red is more way flexible with chat replacement functionality like [pos] -> x: 3 y: 5 z: 14. Though Interactive Chat is easier to set them up.

Just curious what was easier to setup in InteractiveChat than in ChatControl. Thanks!