`Console.WriteLine((PacketTypes.PlayerSpawn, args.Length, 10));` writes `(PlayerSpawn, 11, 10)` where 10 is the actual packet size (https://tshock.readme.io/docs/multiplayer-packet-structure#spawn-player-12). Same for other packets.