Announces that a player died. Part of the IRC schema reference.
{
"type": "death",
"player": {
"uuid": "069a79f4-44e9-4726-a5be-fca90e38aaf5",
"name": "Notch"
},
"pops": 3,
"timestamp": 1754826000000,
"position": {
"x": 1024.5,
"y": 64,
"z": -2048.5,
"dimension": "nether"
}
}| Field | Type | Constraints |
|---|---|---|
type | "death" | Discriminator |
player | Player object | Who died — a third party, witnessed by the sender |
pops | integer | ≥ 0 — totems popped before the death landed |
timestamp | integer | Required, ≥ 0. Sender's clock, epoch ms. |
position | Position | Where |