View on GitHub

Soupply

Automatically generated libraries for encoding and decoding Minecraft protocols

home / bedrock274 / play / login

Login

Encode/decode this packet in Sandbox

Id: 1

Id (hex): 01

Id (bin): 00000001

Clientbound: ✖️

Serverbound: ✔️

First MCPE packet sent after the establishment of the connection through raknet. It contains informations about the player.

Fields

Name Type Endianness Default
protocol uint big endian 274
body loginBody    

protocol

Version of the protocol used by the player.

body

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.