0x3C S3CPacketUpdateScore
Updates a single scoreboard entry (add, remove, or change score value).
Fields
| Field | Type | Description |
|---|---|---|
| name | String | Score name (player name or team) |
| objectiveName | String | Objective name |
| value | int | Score value |
| action | VarInt Enum | 0=create/update, 1=remove |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Name | String | |
| Objective | String | |
| Value | int | 0 for remove |
| Action | VarInt | 0=create, 1=remove |
MCP References
MCP
NetHandlerPlayClient.handleUpdateScore()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
Scoreboard
Track/block score updates.
AntiScoreboard
Track/block score updates.