Are there any mod incompatibilities? [Fabric 1.20.1] #151
-
Every function seems to be working on my server except the in-game chat > Discord. I don't see anything in the server logs that stands out and I'm not sure why this feature isn't working for me. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi, do you have a list of mods on your server? This mod uses the Do you have the correct Discord channel id in your |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hi, 👋
I had a look into that "beautifiedchatserver" mod. I believe that is the culprit, it is injecting into where the chat message is received, sending its own new message and then cancelling the original message. Fabric is therefore never aware of the chat message and other mods can't pick it up.
https://github.com/Serilum/Collective/blob/1.21.0/Fabric%2Fsrc%2Fmain%2Fjava%2Fcom%2Fnatamus%2Fcollective%2Ffabric%2Fmixin%2FServerGamePacketListenerImplMixin.java#L32
I would recommend trying out Styled Chat for a much better experience.