Is support/bug reports really the place? I always thought this was for installation issues and stuff.
Anyhow, my server packet handler sends packets to all clients like this
MinecraftServer server = ModLoader.getMinecraftServerInstance();
server.getConfigurationManager().sendPacketToAllPlayers(packet);
Feel like I'm gonna get raged at for using something from ModLoader, especially since I use it again for sending from client to server:
ModLoader.sendPacket(packet);
Just to clarify, the title of this thread isn't my problem; I just want to know how to set up packets correctly. This was Kinniken's thread title, sorry about the hi-jack.