-
Notifications
You must be signed in to change notification settings - Fork 475
feat(fabric): proxy plugin message channel #2379
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
base: 2.0
Are you sure you want to change the base?
feat(fabric): proxy plugin message channel #2379
Conversation
chore: remove debug message
fabric/mc1218/src/main/java/ac/grim/grimac/platform/fabric/mc1218/Fabric1218PlatformServer.java
Outdated
Show resolved
Hide resolved
fabric/src/main/java/ac/grim/grimac/platform/fabric/GrimACFabricEntryPoint.java
Show resolved
Hide resolved
fabric/src/main/java/ac/grim/grimac/platform/fabric/GrimACFabricLoaderPlugin.java
Show resolved
Hide resolved
fabric/src/main/java/ac/grim/grimac/platform/fabric/FabricPlatformPlugin.java
Show resolved
Hide resolved
chore: remove cleanup code
…er/Grim into feat-proxy-plugin-message-channel
|
Is there a reason you're handling version specific code yourself for sending this packet instead of just using a PacketEvents wrappers? |
|
PacketEvents didn't work correctly. I tried it, but it sent the wrong packet (possibly a mismatched packet ID). |
The less platform-specific code in Grim the better How are you sending it? |
Just added fabric support for the plugin-message-channel over velocity/bungeecord.
In version 1.21.8 the
CustomPayloadPacketwas changed, so I added a new sub-project named fabric/mc1218.Key changes:
usingProxytotrueon fabric serversfabric networking apito support 1.21.8This has been tested on version 1.21.10 (ATM).