ChatItem
ChatItem copied to clipboard
ChatItem overriding my chat format
I've tried using the MONITOR event-priority and it still does that.
You're using your own system ?
If Yes, I suggest you to use LOWEST and change the format by itself (aka .setFormat()) and .setMessage(). You can also change the manager used with /chatitem select, and maybe another would answer
I've tried using both LOWEST and NORMAL. Just so you know I'm using this event specifically to change chat io.papermc.paper.event.player.AsyncChatEvent, I'm not sure if that matters.
Yes, that's matter. I'm personally using default bukkit events, maybe it's because of that
Ah I rely on using components, that's why I use this event. I also have a chatcolor plugin. Not sure exactly what the plugin causing the issue would be.