Posted January 23, 20223 yr Hey! Is there any way to receive packets from spigot server to forge client? I saw this topic: https://mcforge.readthedocs.io/en/1.16.x/networking/simpleimpl/, but i think it's only forge client-forge mod communication. Version: 1.16.5 Edited January 23, 20223 yr by Suchdiffrent update
January 23, 20223 yr Sorry if I'm not giving enough information, I'm not exactly knowledgeable in this topic. But you can catch sent packets on the server (spigot) using something like ProtocolLib. And to send them (forge) you can use SimpleImpl. (Make sure you have a set id, and that the spigot plugin and forge mod have the same id for the packet) (Maybe add some sort of id at the beginning of the packet that is shared between the mod and spigot?) Edited January 23, 20223 yr by Majd123mc
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.