1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 18:15:13 +00:00
Files
bedrock-protocol-docs/json/ServerStatsPacket.json

42 lines
1.2 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "987645125",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"3585685332": {
"title": "ServerStatsPacketPayload",
"type": "object",
"properties": {
"NetworkTime": {
"type": "number",
"x-underlying-type": "float",
"x-ordinal-index": 1
},
"ServerTime": {
"type": "number",
"x-underlying-type": "float",
"x-ordinal-index": 0
}
},
"required": [
"NetworkTime",
"ServerTime"
]
}
},
"title": "ServerStatsPacket",
"description": "Used to send performance and other valuable stats back to the client",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/3585685332",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 192,
"[cereal:packet_details]": "Sent from server."
}
}