Skip to content

Version: 11.5.0, Multiple lines chat format got player kicked when with chat sent with some placeholders/minitags, kick msg: Internal Exception: io.netty.handler.codec.DecoderException: Failed to decode packet 'clientbound/minecraft:system_chat' #3308

@Pattanawaris

Description

@Pattanawaris

Are you using MySQL?

No

Are you using a proxy?

Yes - Velocity

"/version ChatControlRed" - plugin version

11.5.0

Optional: Error log

No error occurred

ZIP of "/chc debug"

No response

Steps to reproduce

Version: 11.5.0, Multiple lines chat format got player kicked when with chat sent with some placeholders/minitags, kick msg: Internal Exception: io.netty.handler.codec.DecoderException: Failed to decode packet 'clientbound/minecraft:system_chat' , everything work fine after I changed chat format into single line.

My case is if chat is multi line format like:

Message:
- '&f{tab_tabsuffix}<#25c9ff>{cmi_user_nickname}&r'
- '&f->{player_chat_decoration}{player_chat_color}{message}'

and when someone send emoji , for example Nexo's emoji ':smile:' everyone that able to see the msg got kicked

but when it's single line like this:

Message:
- '&f{tab_tabsuffix}<#25c9ff>{cmi_user_nickname}&r &f->{player_chat_decoration}{player_chat_color}{message}'

It works fine.

for more case when I add '{mythicprefixes_chat}' placeholder form MythicPrefixes into format , when someone equipping prefix send a message, it kick everyone too.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions