0x3D S3DPacketDisplayScoreboard
Sets which scoreboard objective is displayed in a position (sidebar, list, below name).
Fields
| Field | Type | Description |
|---|---|---|
| position | byte | 0=sidebar, 1=playerList, 2=belowName |
| objectiveName | String | Objective to display (empty string to clear) |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Position | byte | 0=sidebar, 1=playerList, 2=belowName |
| Objective | String |
MCP References
MCP
NetHandlerPlayClient.handleDisplayScoreboard()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
Scoreboard
Track/block scoreboard display.
AntiScoreboard
Track/block scoreboard display.