ChatItem icon indicating copy to clipboard operation
ChatItem copied to clipboard

ChatItem color bleeds when using &r to reset formatting

Open codeHusky opened this issue 1 year ago • 1 comments

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: image

Revised LPC format config (workaround) chat-format: "&e{prefix}{displayname}&r&f: {message}" Result: image

codeHusky avatar Oct 05 '23 22:10 codeHusky