Id: 1
Hex: 01
Bin: 00000001
Sent by the client
First MCPE packet sent after the establishment of the connection through raknet. It contains informations about the player.
Fields:
Name | Type |
---|---|
protocol | uint |
edition | ubyte |
body | ubyte[] |
Version of the protocol used by the player.
Edition that the player is using to join the server. The different editions may have different features and servers may block the access from unaccepted editions of the game.
Constants:
Name | Value |
---|---|
classic | 0 |
education | 1 |
Zlib-compressed bytes that contains 2 JWTs with more informations about the player and its account. Once uncompressed the resulting payload will contain 2 JWTs which length is indicated by a little-endian unsigned integer each.