mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 12:25:14 +00:00
46 lines
1.6 KiB
JSON
46 lines
1.6 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "892679638",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"1036942217": {
|
|
"title": "MultiplayerSettingsPacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"PacketType": {
|
|
"title": "MultiplayerSettingsPacketType",
|
|
"type": "string",
|
|
"enum": [
|
|
"EnableMultiplayer",
|
|
"DisableMultiplayer",
|
|
"RefreshJoincode"
|
|
],
|
|
"x-underlying-type": "int32",
|
|
"x-serialization-options": [
|
|
"Compression",
|
|
"EnumAsValue"
|
|
],
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"PacketType"
|
|
]
|
|
}
|
|
},
|
|
"title": "MultiplayerSettingsPacket",
|
|
"description": "Syncs multiplayer settings",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/1036942217",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 139,
|
|
"[cereal:packet_details]": "\n\tThis is used by EDU for joining players and removing players from your session,\n\tthe settings (there is only one) is an enum for enabling/disabling/refreshing multiplayer join codes.\n\tStarts on the client, and a response to the client is issued from the server.\n\t"
|
|
}
|
|
} |