View on GitHub

Soupply

Automatically generated libraries for encoding and decoding Minecraft protocols

home / bedrock201 / types / player-list

Player list

Informations about a player that will be added to the player’s list in the pause menu.

Fields

Name Type
uuid mcpeUuid
entity id varlong
display name string
skin skin
? string

uuid

UUID of the player. If it’s associated with an XBOX Live account the player’s profile will also be available in pause menu.

entity id

Player’s id, used to associate the skin with the game’s entity spawned with AddPlayer.

display name

Player’s display name, that can contain Minecraft’s formatting codes. It shouldn’t contain suffixes nor prefixes.

skin

Player’s skin usually given in the Login’s packet body.