ChatItem icon indicating copy to clipboard operation
ChatItem copied to clipboard

ChatItem overriding my chat format

Open ImNotStable opened this issue 1 year ago • 5 comments

image

ImNotStable avatar Jan 30 '24 23:01 ImNotStable

I've tried using the MONITOR event-priority and it still does that.

ImNotStable avatar Jan 30 '24 23:01 ImNotStable

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

Elikill58 avatar Jan 31 '24 09:01 Elikill58

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.

ImNotStable avatar Jan 31 '24 14:01 ImNotStable

Yes, that's matter. I'm personally using default bukkit events, maybe it's because of that

Elikill58 avatar Jan 31 '24 14:01 Elikill58

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.

ImNotStable avatar Jan 31 '24 14:01 ImNotStable