Jump to content

Aragas

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Aragas

  1. Thanks. It works now, but i get there weird Unexpected packets, which are only on vanilla clients. Troubles with handling vanilla clients? I didn't see that in Forge clients. Maybe i can use Forge-Client protocol for connection or something like that? I don't want to spam in server output with Unexpected packet during modded negotiation - assuming vanilla or keepalives
  2. Yes, i used this protocol for bukkit/vanilla servers, but i can't connect to Forge server with this. What have you changed?
  3. Hello, new to Netty here. I'm making something like a bot that connect to server and receive/send messages from in-game chat, but i having trouble here. I parsed the FML and Forge source code, but haven't found something that make Client-Server connection. Is there any documentation on that? I have found only how to make new packets for mods. As i understand, for every command exist its own IPacket (IMessage?). Thanks.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.