0x00 C00PacketServerQuery
Requests the server's status (MOTD, player count, favicon, protocol version). Empty packet with no payload.
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| No payload | Completely empty packet — just the 0x00 packet ID |
MCP References
MCP
NetHandlerStatusServer.processServerQuery()Handler Interface
HND
INetHandlerStatusServerNotes
Sent immediately after C00Handshake when the nextState is STATUS (1). The server responds with S00PacketServerInfo (JSON status). Used by the multiplayer server list screen (OldServerPinger.java).
implementation Implementation Cases
ServerScanner
(Jigsaw 0.26)
Send server list pings for IP scanning.