kangarko / ChatControl-Red

Issue tracker and documentation for the next generation ChatControl Red, the most advanced chat management plugin.
49 stars 23 forks source link

1.21: Chat issues #2766

Closed Rexmen1 closed 3 months ago

Rexmen1 commented 3 months ago

"/version ChatControlRed" - plugin version

10.27.7

Are you using MySQL?

No

Are you using BungeeCord?

Yes

Error log (if applicable)

No response

"/chc debug" output (strongly recommended)

debug.zip

Information about the issue/bug

So chat is not preventing swear words, or not replacing emoji etc in chat... it does show that it worked in console but in chat not... im using cmi as my chat plugin, and it worked fine until 1.20 im using same settings since 2-3 years never had issue until recently...

[02:58:20 INFO]: *--------- Rule match (chat) for rexmen --------- [02:58:20 INFO]: MATCH: \:star\: [02:58:20 INFO]: CATCH: :star: [02:58:20 INFO]: UPDATE: ★ [02:58:20 INFO]: ★ [02:58:20 INFO]: xMissZeldax issued server command: /es withdraw REDSTONE:0 [02:58:22 INFO]: nope

image

Rexmen1 commented 3 months ago

I think neither chatcontrol or cmi is working correctly here? as it does show that cmi is working correct chat in public chat but in console something else is taking priority

kangarko commented 3 months ago

Probably CMI taking over the chat format. Can you adjust your listener priorities please? https://github.com/kangarko/ChatControl-Red/wiki/Listener-Priorities

Also try toggling Modern Chat Listener option in settings.yml

Rexmen1 commented 3 months ago

Chat_Listener_Priority: HIGHEST

-------------------------------------------------------------------------------------------------

1.19+: Use Paper chat event? This event is fired AFTER the old chat event. We provide this toggle

for compatibility. See https://github.com/kangarko/ChatControl-Red/wiki/Listener-Priorities

-------------------------------------------------------------------------------------------------

Modern_Chat_Listener: false

Rexmen1 commented 3 months ago

was able to fix it... ty

kangarko commented 3 months ago

You're welcome!