ChatItem
ChatItem copied to clipboard
ChatItem color bleeds when using &r to reset formatting
When using &r
to reset color codes and formatting in a chat formatting with LPC, ChatItem will fail to prevent colors from "bleeding" at that point and will misformat the message.
Using LPC and ChatItem 2.4.8
LPC format config:
chat-format: "&e{prefix}{displayname}&r: {message}"
Result:
Revised LPC format config (workaround)
chat-format: "&e{prefix}{displayname}&r&f: {message}"
Result: