Hackware

Switch to dark theme

death

Announces a player's death, with where it happened and how many totems it cost first.

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"
	}
}
FieldTypeConstraints
type"death"Discriminator
playerPlayer objectWho died — a third party, witnessed by the sender
popsinteger≥ 0 — totems popped before the death landed
timestampintegerRequired, ≥ 0. Sender's clock, epoch ms.
positionPositionWhere