Not working with formatted chat.
Closed this issue · 1 comments
WMGameLive commented
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:
"[item]" is not replaced.
WMGameLive commented
nvm, i fixed it myself.