Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with other mods that process chat #4

Open
Gjum opened this issue Sep 3, 2020 · 0 comments
Open

Compatibility with other mods that process chat #4

Gjum opened this issue Sep 3, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@Gjum
Copy link
Owner

Gjum commented Sep 3, 2020

Due to the way Synapse deduplicates/formats chat messages, CivRelay, AdvancedMacros, Macromod, and other mods do not observe any snitch/group/... chat messages.

Possible solutions:

  • Instead of writing formatted chat messages directly to the GUI, Synapse could send a fake packet to the NetHandler.
  • Synapse could publish events that other mods can listen for.

Note that chat messages don't only originate from the Minecraft server, but also from other clients connected via the relay server. This means that merely formatting synchronously in the chat handler isn't enough.

@Gjum Gjum added the bug Something isn't working label Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant