0x37 S37PacketStatistics

Updates statistic values (walk distance, damage dealt, items crafted, etc.).

Clientbound (Server → Client) · PLAY · net/minecraft/network/play/server/S37PacketStatistics.java
playerstats

Fields

FieldTypeDescription
statisticsMap<Statistic, Integer>Statistic-to-value mapping

Wire Encoding

FieldTypeNotes
CountVarInt
Per-StatVarInt+VarIntStat ID + value

MCP References

MCPNetHandlerPlayClient.handleStatistics()

Handler Interface

HNDINetHandlerPlayClient

implementation Implementation Cases

StatSpoof

Read player statistics.

Vanilla hook: EventReceivePacket
← Back to all packets