home / bedrock201 / play / player-list
Player list
Encode/decode this packet in Sandbox
Id: 63
Id (hex): 3F
Id (bin): 00111111
Clientbound: ✔️
Serverbound: ✖️
Adds or removes a player from the player’s list displayed in the pause menu. This packet should be sent before spawning a player with AddPlayer, otherwise the skin is not applied.
Fields
Name | Type |
---|---|
action | ubyte |
Variants
Variant | Field | Value |
---|---|---|
Add | action | 0 |
Remove | action | 1 |
Add
Additional Fields
Name | Type |
---|---|
players | playerList[] |
Remove
Additional Fields
Name | Type |
---|---|
players | mcpeUuid[] |