Posted October 17, 20196 yr Hello I am making a plugin that listens for a specific packet sent by a specific mod.Currently https://mcforge.readthedocs.io/en/latest/networking/simpleimpl/#using-packetsIn this article, I've figured out how mod sends packets.However, I do not know how the plugin receives the packet of the mod.Is there a way to do this?
October 17, 20196 yr Author 25 minutes ago, diesieben07 said: The packets are received via the standardized "custom payload" packets, which Bukkit calls "plugin channels". Can mod use it too?
October 17, 20196 yr Author 3 minutes ago, diesieben07 said: I do not understand your question. Can mod send packets to the 'plugin channels' of the plugin? I'm looking for a way for mod to send packet to plugin channel. I have read the documentation of mod production but it doesn't seem to be there. Is there a reference?
October 17, 20196 yr Author 8 minutes ago, diesieben07 said: If you follow the documentation on how to send custom packets with Forge, those packets will be sent using "custom payload" packets. Bukkit calls these "plugin channels". I'm new to mod development and I'm having a hard time here. Is this the correct document for 'how to send custom packets with Forge'?https://mcforge.readthedocs.io/en/latest/networking/simpleimpl/ Or do you have other documents that I don't know about? Edited October 17, 20196 yr by geumu
October 17, 20196 yr Author 2 minutes ago, diesieben07 said: Yes, that's correct Thank you very much for your help.
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.