Sven65/ChatItem

Not working with formatted chat.

Closed this issue · 1 comments

Describe the bug
if you use another plugin to format the chat, ChatItem will not working.

To Reproduce
Simply code a plugin like this:
@EventHandler public void onChat(AsyncPlayerChatEvent e) { e.setFormat(e.getPlayer().getName() + " : " + e.getMessage()); }

And the message will become like this:
image

"[item]" is not replaced.

nvm, i fixed it myself.