Skip to content

Conversation

@NgLoader
Copy link
Contributor

@NgLoader NgLoader commented Nov 29, 2025

Just added fabric support for the plugin-message-channel over velocity/bungeecord.
In version 1.21.8 the CustomPayloadPacket was changed, so I added a new sub-project named fabric/mc1218.

Key changes:

  • Set usingProxy to true on fabric servers
  • Added fabric networking api to support 1.21.8

This has been tested on version 1.21.10 (ATM).

@NgLoader NgLoader marked this pull request as ready for review November 29, 2025 03:32
@ManInMyVan ManInMyVan requested a review from Axionize November 29, 2025 05:09
@NgLoader NgLoader requested a review from ManInMyVan November 29, 2025 18:45
@Axionize
Copy link
Contributor

Is there a reason you're handling version specific code yourself for sending this packet instead of just using a PacketEvents wrappers?

@NgLoader
Copy link
Contributor Author

PacketEvents didn't work correctly. I tried it, but it sent the wrong packet (possibly a mismatched packet ID).
But I can give it another try.

@Axionize
Copy link
Contributor

Axionize commented Dec 3, 2025

PacketEvents didn't work correctly. I tried it, but it sent the wrong packet (possibly a mismatched packet ID). But I can give it another try.

The less platform-specific code in Grim the better

How are you sending it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants