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 | Default |
---|---|---|
protocol | uint | 113 |
version | ubyte | |
body | loginBody |
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 |
---|---|
vanilla | 0 |
education | 1 |
Payload that contains 2 JWTs (with each length indicated by an unsigned little-endian 32-bits integer) with more informations about the player and its account.