Skip to content

Commit

Permalink
Merge pull request #751 from jamiechapman/patch-1
Browse files Browse the repository at this point in the history
Corrected Unconnected Pong packet header - Update raknet-and-mcpe.md
  • Loading branch information
SmokeyStack authored Nov 1, 2023
2 parents 7c34c69 + b94ad73 commit fa553ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/servers/raknet-and-mcpe.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Minecraft Bedrock will send out a message to all listed servers (and the local n

After this message, the server will respond with something called an unconnected pong. The reason these messages are unconnected is because the client has not established a connection to the server. This is the format of an unconnected pong:

`0xc1 | client alive time in ms (recorded from previous ping) | server GUID | string length | Edition (MCPE or MCEE for Education Edition);MOTD line 1;Protocol Version;Version Name;Player Count;Max Player Count;Server Unique ID;MOTD line 2;Game mode;Game mode (numeric);Port (IPv4);Port (IPv6);`
`0x1c | client alive time in ms (recorded from previous ping) | server GUID | string length | Edition (MCPE or MCEE for Education Edition);MOTD line 1;Protocol Version;Version Name;Player Count;Max Player Count;Server Unique ID;MOTD line 2;Game mode;Game mode (numeric);Port (IPv4);Port (IPv6);`

Example:

Expand Down

0 comments on commit fa553ce

Please sign in to comment.