thecatcore / Fabric---Discord-Link

MIT License
75 stars 31 forks source link

Compatibility with styled chat #158

Open Soham52 opened 3 years ago

Soham52 commented 3 years ago

Describe the bug when writing a custom message using the styled chat mod ( https://www.curseforge.com/minecraft/mc-mods/styled-chat ), the messages doesn't show up on discord , even though the server starting and stopping messages show up on discord.

Reproduction steps

  1. Install and configure fabric discord link
  2. also install and configure styled chat
  3. now join the server and send a message
  4. now go to discord and you will see there's nothing in the chat after the "server started" message

Expected behaviour the sent message should have appeared on discord

Additional context

fdlink.json fdlink.txt

Patbox commented 3 years ago

Currently the only way to fix this issue is changing on how messages are readed, instead of getting them on sendMessage they should be catched after their creation

Reimnop commented 2 years ago

Any update on this issue? I'm experiencing this as well.

soupglasses commented 2 years ago

Not so much an update on Fabric Discord Link status on supporting styled chat. But Blockbot has experimental support for styled chat in their rewrite. Which might be a project to look at if you'd like that support right now.

https://github.com/QuiltServerTools/BlockBot