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.