Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Java Edition protocol/FAQ: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Sync: new page from Minecraft
 
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
The recommended login sequence as of 1.21 looks like this, where '''C''' is the client and '''S''' is the server:
The recommended login sequence as of 1.21 looks like this, where '''C''' is the client and '''S''' is the server:
# Client connects to the server
# Client connects to the server
# '''C'''→'''S''': [[Minecraft:Java Edition protocol/Packets#Handshake|Handshake]] State=2
# '''C'''→'''S''': {{packet|Handshake}} State=2
# '''C'''→'''S''': [[Minecraft:Java Edition protocol/Packets#Login Start|Login Start]]
# '''C'''→'''S''': {{packet|Login Start}}
# '''S'''→'''C''': [[Minecraft:Java Edition protocol/Packets#Encryption Request|Encryption Request]] (optional)
# '''S'''→'''C''': {{packet|Encryption Request}} (optional)
# Client auth (Only if server sent Encryption Request)
# Client auth (Only if server sent Encryption Request)
# '''C'''→'''S''': [[Minecraft:Java Edition protocol/Packets#Encryption Response|Encryption Response]] (Only if server sent Encryption Request)
# '''C'''→'''S''': {{packet|Encryption Response}} (Only if server sent Encryption Request)
# Server auth, both enable encryption (Only if server sent Encryption Request)
# Server auth, both enable encryption (Only if server sent Encryption Request)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Set Compression|Set Compression]] (Optional, enables compression)
# '''S''' → '''C''': {{packet|Set Compression}} (Optional, enables compression)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Login Success|Login Success]]
# '''S''' → '''C''': {{packet|Login Success}}
# '''C''' → '''S''': [[Minecraft:Java Edition protocol/Packets#Login Acknowledged|Login Acknowledged]]
# '''C''' → '''S''': {{packet|Login Acknowledged}}
# '''C''' → '''S''': [[Minecraft:Java Edition protocol/Packets#Serverbound Plugin Message (configuration)|Serverbound Plugin Message]] (Optional, <code>[[Minecraft:Java Edition protocol/Plugin channels#Brand|minecraft:brand]]</code> with the client's brand)
# '''C''' → '''S''': {{packet|Plugin Message (serverbound)}} (Optional, <code>[[Minecraft:Java Edition protocol/Plugin channels#Brand|minecraft:brand]]</code> with the client's brand)
# '''C''' → '''S''': [[Minecraft:Java Edition protocol/Packets#Client Information (configuration)|Client Information]] (Optional)
# '''C''' → '''S''': {{packet|Client Information}} (Optional)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Clientbound Plugin Message (configuration)|Clientbound Plugin Message]] (Optional, <code>[[Minecraft:Java Edition protocol/Plugin channels#Brand|minecraft:brand]]</code> with the server's brand)
# '''S''' → '''C''': {{packet|Plugin Message (clientbound)}} (Optional, <code>[[Minecraft:Java Edition protocol/Plugin channels#Brand|minecraft:brand]]</code> with the server's brand)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Feature Flags|Feature Flags]] (Optional)
# '''S''' → '''C''': {{packet|Feature Flags}} (Optional)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Clientbound Known Packs|Clientbound Known Packs]] (Optional)
# '''S''' → '''C''': {{packet|Known Packs (clientbound)}} (Optional)
# '''C''' → '''S''': [[Minecraft:Java Edition protocol/Packets#Serverbound Known Packs|Serverbound Known Packs]] (Optional)
# '''C''' → '''S''': {{packet|Known Packs (serverbound)}} (Optional, but the vanilla server will wait for this packet to continue)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Registry Data 2|Registry Data]] (Multiple)
# '''S''' → '''C''': {{packet|Registry Data 2}} (Multiple)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Update Tags (configuration)|Update Tags]] (Optional)
# '''S''' → '''C''': {{packet|Update Tags}} (Optional)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Finish Configuration|Finish Configuration]]
# '''S''' → '''C''': {{packet|Finish Configuration}}
# '''C''' → '''S''': [[Minecraft:Java Edition protocol/Packets#Acknowledge Finish Configuration|Acknowledge Finish Configuration]]
# '''C''' → '''S''': {{packet|Acknowledge Finish Configuration}}
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Login (play)|Login (play)]]
# '''S''' → '''C''': {{packet|Login (play)}}
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Change Difficulty|Change Difficulty]] (Optional)
# '''S''' → '''C''': {{packet|Change Difficulty}} (Optional)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Player Abilities (clientbound)|Player Abilities]] (Optional)
# '''S''' → '''C''': {{packet|Player Abilities (clientbound)}} (Optional)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Set Held Item (clientbound)|Set Held Item]] (Optional)
# '''S''' → '''C''': {{packet|Set Held Item (clientbound)}} (Optional)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Update Recipes|Update Recipes]] (Optional)
# '''S''' → '''C''': {{packet|Update Recipes}} (Optional)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Entity Event|Entity Event]] (Optional, for the [[Minecraft:Server.properties#op-permission-level|OP permission level]]; see [[Minecraft:Minecraft Wiki:Projects/wiki.vg merge/Entity statuses#Player|Entity statuses#Player]])
# '''S''' → '''C''': {{packet|Entity Event}} (Optional, for the [[Minecraft:Server.properties#op-permission-level|OP permission level]]; see [[Minecraft:Minecraft Wiki:Projects/wiki.vg merge/Entity statuses#Player|Entity statuses#Player]])
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Commands|Commands]] (Optional)
# '''S''' → '''C''': {{packet|Commands}} (Optional)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Update Recipe Book|Update Recipe Book]] (Optional)
# '''S''' → '''C''': {{packet|Update Recipe Book}} (Optional)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Synchronize Player Position|Synchronize Player Position]]
# '''S''' → '''C''': {{packet|Synchronize Player Position}}
# '''C''' → '''S''': [[Minecraft:Java Edition protocol/Packets#Confirm Teleportation|Confirm Teleportation]]
# '''C''' → '''S''': {{packet|Confirm Teleportation}}
# '''C''' → '''S''': [[Minecraft:Java Edition protocol/Packets#Set Player Position and Rotation|Set Player Position and Rotation]] (Optional, to confirm the spawn position)
# '''C''' → '''S''': {{packet|Set Player Position and Rotation}} (Optional, to confirm the spawn position)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Server Data|Server Data]] (Optional)
# '''S''' → '''C''': {{packet|Server Data}} (Optional)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Player Info Update|Player Info Update]] (Add Player action, all players except the one joining (the vanilla server separates these, you don't need to))
# '''S''' → '''C''': {{packet|Player Info Update}} (Add Player action, all players except the one joining (the vanilla server separates these, you don't need to))
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Player Info Update|Player Info Update]] (Add Player action, joining player)
# '''S''' → '''C''': {{packet|Player Info Update}} (Add Player action, joining player)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Initialize World Border|Initialize World Border]] (Optional)
# '''S''' → '''C''': {{packet|Initialize World Border}} (Optional)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Update Time|Update Time]] (Optional)
# '''S''' → '''C''': {{packet|Update Time}} (Optional)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Set Default Spawn Position|Set Default Spawn Position]] (Optional, “home” spawn, not where the client will spawn on login)
# '''S''' → '''C''': {{packet|Set Default Spawn Position}} (Optional, “home” spawn, not where the client will spawn on login)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Game Event|Game Event]] (Start waiting for level chunks event, required for the client to spawn. Despite the name, a custom server may choose to send some chunks before sending this packet)
# '''S''' → '''C''': {{packet|Game Event}} (Start waiting for level chunks event, required for the client to spawn. Despite the name, a custom server may choose to send some chunks before sending this packet)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Set Ticking State|Set Ticking State]] (Optional)
# '''S''' → '''C''': {{packet|Set Ticking State}} (Optional)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Step Tick|Step Tick]] (Optional, the vanilla server sends this regardless of ticking state)
# '''S''' → '''C''': {{packet|Step Tick}} (Optional, the vanilla server sends this regardless of ticking state)
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Set Center Chunk|Set Center Chunk]]
# '''S''' → '''C''': {{packet|Set Center Chunk}}
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Chunk Data and Update Light|Chunk Data and Update Light]] (One sent for each chunk in a circular area centered on the player's position)
# '''S''' → '''C''': {{packet|Chunk Data and Update Light}} (One sent for each chunk in a circular area centered on the player's position)
# '''C''' → '''S''': [[Minecraft:Java Edition protocol/Packets#Player Loaded|Player Loaded]] (After the "Loading terrain..." screen has closed (see [[#…my_player_isn't_spawning!|below]]), or skipped if 60 ticks pass before then)
# '''C''' → '''S''': {{packet|Player Loaded}} (After the "Loading terrain..." screen has closed (see [[#…my_player_isn't_spawning!|below]]), or skipped if 60 ticks pass before then)
# '''S''' → '''C''': inventory, entities, etc.
# '''S''' → '''C''': inventory, entities, etc.


=== Offline mode ===
=== Offline mode ===
If the vanilla server is in offline mode, it will not send the [[Minecraft:Java Edition protocol/Packets#Encryption Request|Encryption Request]] packet, and likewise, the client should not send [[Minecraft:Java Edition protocol/Packets#Encryption Response|Encryption Response]]. In this case, encryption is never enabled, and no authentication is performed.
If the vanilla server is in offline mode, it will not send the {{packet|Encryption Request}} packet, and likewise, the client should not send {{packet|Encryption Response}}. In this case, encryption is never enabled, and no authentication is performed.


Clients can tell that a server is in offline mode if the server sends a [[Minecraft:Java Edition protocol/Packets#Login Success|Login Success]] without sending [[Minecraft:Java Edition protocol/Packets#Encryption Request|Encryption Request]].
Clients can tell that a server is in offline mode if the server sends a {{packet|Login Success}} without sending {{packet|Encryption Request}}.


Versions 1.20.5 and newer support protocol encryption in offline mode, in which case the [[Minecraft:Java Edition protocol/Packets#Encryption Request|Encryption Request]] packet can be sent with Should Authenticate set to false, and both the client and server should not authenticate with Mojang. However, it's currently not possible to configure the vanilla server to do this.
Versions 1.20.5 and newer support protocol encryption in offline mode, in which case the {{packet|Encryption Request}} packet can be sent with Should Authenticate set to false, and both the client and server should not authenticate with Mojang. However, it's currently not possible to configure the vanilla server to do this.


== What does the normal status ping sequence look like? ==
== What does the normal status ping sequence look like? ==
When a vanilla client and server exchange information in a status ping, the exchange of packets will be as follows:
When a vanilla client and server exchange information in a status ping, the exchange of packets will be as follows:


# '''C''' → '''S''': [[Minecraft:Java Edition protocol/Packets#Handshake|Handshake]] with Next State set to 1 ([[Minecraft:Java Edition protocol/Packets#Status|Status]])
# '''C''' → '''S''': {{packet|Handshake}} with Next State set to 1 ([[Minecraft:Java Edition protocol/Packets#Status|Status]])
# Client and Server set protocol state to [[Minecraft:Java Edition protocol/Packets#Status|Status]].
# Client and Server set protocol state to [[Minecraft:Java Edition protocol/Packets#Status|Status]].
# '''C''' → '''S''': [[Minecraft:Java Edition protocol/Packets#Status Request|Status Request]]
# '''C''' → '''S''': {{packet|Status Request}}
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Status Response|Status Response]]
# '''S''' → '''C''': {{packet|Status Response}}
# '''C''' → '''S''': [[Minecraft:Java Edition protocol/Packets#Ping Request (status)|Ping Request]]
# '''C''' → '''S''': {{packet|Ping Request (status)}}
# '''S''' → '''C''': [[Minecraft:Java Edition protocol/Packets#Pong Response (status)|Pong Response]]
# '''S''' → '''C''': {{packet|Pong Response (status)}}
# Both sides close the connection
# Both sides close the connection


(Note that '''C''' is the vanilla client and '''S''' is the vanilla server).
(Note that '''C''' is the vanilla client and '''S''' is the vanilla server).


The [[Minecraft:Java Edition protocol/Packets#Ping Request (status)|Ping Request]] packet may be left out, however the client will not receive a [[Minecraft:Java Edition protocol/Packets#Pong Response (status)|Pong Response]] packet and the server won't close the connection.{{more info|How long does it take for the connection to time out if this occurs?}}
The {{packet|Ping Request (status)}} packet may be left out, however the client will not receive a {{packet|Pong Response (status)}} packet and the server won't close the connection.{{more info|How long does it take for the connection to time out if this occurs?}}


== I think I've done everything right, but… ==
== I think I've done everything right, but… ==
=== …my player isn't spawning! ===
=== …my player isn't spawning! ===


The Minecraft client will wait at the "Loading Terrain..." screen until late in the login sequence. As of 1.21.4 (and starting with 1.20.3), in order for the client to spawn, it must have received a [[Minecraft:Java Edition protocol/Packets#Game Event|Game Event]] packet with event 13 ("Start waiting for level chunks"), and at least one of the following conditions must be met:
The Minecraft client will wait at the "Loading Terrain..." screen until late in the login sequence. As of 1.21.4 (and starting with 1.20.3), in order for the client to spawn, it must have received a {{packet|Game Event}} packet with event 13 ("Start waiting for level chunks"), and at least one of the following conditions must be met:


* The player is in a loaded chunk (sent via [[Minecraft:Java Edition protocol/Packets#Chunk Data and Update Light|Chunk Data and Update Light]]).
* The player is in a loaded chunk (sent via {{packet|Chunk Data and Update Light}}).
* The player is below the minimum world height or above the maximum world height (teleported via [[Minecraft:Java Edition protocol/Packets#Synchronize Player Position|Synchronize Player Position]], or moved by gravity after the [[Minecraft:Java Edition protocol/Packets#Player Loaded|Player Loaded]] timeout has expired).
* The player is below the minimum world height or above the maximum world height (teleported via {{packet|Synchronize Player Position}}, or moved by gravity after the {{packet|Player Loaded}} timeout has expired).
* The player is in spectator mode (set via [[Minecraft:Java Edition protocol/Packets#Player Info Update|Player Info Update]], ''not'' the Game Mode field in Login (play)!)
* The player is in spectator mode (set via {{packet|Player Info Update}}, ''not'' the Game Mode field in Login (play)!)
* The player is dead (set via [[Minecraft:Java Edition protocol/Packets#Set Health|Set Health]] or [[Minecraft:Java Edition protocol/Packets#Combat Death|Combat Death]]).
* The player is dead (set via {{packet|Set Health}} or {{packet|Combat Death}}).


The client will also spawn after spending 30 seconds in the loading screen, even if it never received Game Event 13.
The client will also spawn after spending 30 seconds in the loading screen, even if it never received Game Event 13.
Line 92: Line 92:
As of 1.21.4, the minimum packets that need to be received and sent by the server in order to get the client past the loading terrain screen and into the world appear to be:
As of 1.21.4, the minimum packets that need to be received and sent by the server in order to get the client past the loading terrain screen and into the world appear to be:


# Receive [[Minecraft:Java Edition protocol/Packets#Handshake|Handshake]]
# Receive {{packet|Handshake}}
# Receive [[Minecraft:Java Edition protocol/Packets#Login Start|Login Start]]
# Receive {{packet|Login Start}}
# Send [[Minecraft:Java Edition protocol/Packets#Login Success|Login Success]]
# Send {{packet|Login Success}}
# Receive [[Minecraft:Java Edition protocol/Packets#Login Acknowledged|Login Acknowledged]]
# Receive {{packet|Login Acknowledged}}
# Send multiple [[Minecraft:Java Edition protocol/Packets#Registry Data 2|Registry Data]] (one for each registry, must contain NBT unless the server also negotiates [[Minecraft:Java Edition protocol/Registries#Known packs negotiation|known packs]] and the client indicates support in the reply)
# Send multiple {{packet|Registry Data}} (one for each registry, must contain NBT unless the server also negotiates [[Minecraft:Java Edition protocol/Registries#Known packs negotiation|known packs]] and the client indicates support in the reply)
# Send [[Minecraft:Java Edition protocol/Packets#Finish Configuration|Finish Configuration]]
# Send {{packet|Finish Configuration}}
# Receive [[Minecraft:Java Edition protocol/Packets#Acknowledge Finish Configuration|Acknowledge Finish Configuration]]
# Receive {{packet|Acknowledge Finish Configuration}}
# Send [[Minecraft:Java Edition protocol/Packets#Login .28play.29|Login (Play)]]
# Send {{packet|Login (play)}}
# Send [[Minecraft:Java Edition protocol/Packets#Game Event|Game Event]], Start waiting for level chunks
# Send {{packet|Game Event}}, Start waiting for level chunks
# Send [[Minecraft:Java Edition protocol/Packets#Chunk Data and Update Light|Chunk Data and Update Light]] and/or [[Minecraft:Java Edition protocol/Packets#Synchronize Player Position|Synchronize Player Position]] (see above)
# Send {{packet|Chunk Data and Update Light}} and/or {{packet|Synchronize Player Position}} (see above)


The most difficult part of this may be sending the Registry Data packets required to define the contents of server-side data packs (including the vanilla data pack) which the client needs to know about. The amount of data that is strictly required is rather small compared to the amount sent by a vanilla server, but depending on your expectations and chosen approach, it may be easier to send all vanilla entries anyway. A complete list of requirements can be found at [[Minecraft:Java Edition protocol/Registries#List of synchronized registries]].
The most difficult part of this may be sending the Registry Data packets required to define the contents of server-side data packs (including the vanilla data pack) which the client needs to know about. The amount of data that is strictly required is rather small compared to the amount sent by a vanilla server, but depending on your expectations and chosen approach, it may be easier to send all vanilla entries anyway. A complete list of requirements can be found at [[Minecraft:Java Edition protocol/Registries#List of synchronized registries]].
Line 107: Line 107:
Possible approaches include:
Possible approaches include:


* Parse the JSON files in the vanilla data pack (and possibly custom data packs), convert them to NBT, and send them as entries in Registry Data packets. The vanilla client is rather lenient in its interpretation of NBT, so no knowledge of the schema is required to perform this conversion (though the vanilla server does use a schema, and it may be wise to do so later in development). It is also necessary to send [[Minecraft:Java Edition protocol/Packets#Update Tags (configuration)|Update Tags]] to define the tags referenced in the vanilla registry JSON. They can also be obtained from JSON files in the data pack. This was the vanilla server behavior prior to 1.21, and is still used as a fallback when known packs negotiation fails, e.g. due to mismatched game versions with the same PVN.
* Parse the JSON files in the vanilla data pack (and possibly custom data packs), convert them to NBT, and send them as entries in Registry Data packets. The vanilla client is rather lenient in its interpretation of NBT, so no knowledge of the schema is required to perform this conversion (though the vanilla server does use a schema, and it may be wise to do so later in development). It is also necessary to send {{packet|Update Tags}} to define the tags referenced in the vanilla registry JSON. They can also be obtained from JSON files in the data pack. This was the vanilla server behavior prior to 1.21, and is still used as a fallback when known packs negotiation fails, e.g. due to mismatched game versions with the same PVN.
* Gather a list of JSON files provided for each registry in the vanilla data pack. Negotiate [[Minecraft:Java Edition protocol/Registries#Known packs negotiation|known packs]], and send listings of the vanilla entries for each registry (removing the <code>.json</code> from the names), ''without'' NBT. The client will load the JSON files from its copy of the data pack, and behave as if they were sent by the server as NBT. It is still necessary to send Update Tags as before. This is done by the vanilla server since 1.21 when known packs negotiation succeeds, in order to save bandwidth. A server may take advantage of this to avoid needing to encode NBT early in development, but serious implementations should also support the fallback case. One may also want to support a mix of fully vanilla entries that can be sourced from known packs, and custom entries/overrides, as is done by the vanilla server when custom data packs are in use.
* Gather a list of JSON files provided for each registry in the vanilla data pack. Negotiate [[Minecraft:Java Edition protocol/Registries#Known packs negotiation|known packs]], and send listings of the vanilla entries for each registry (removing the <code>.json</code> from the names), ''without'' NBT. The client will load the JSON files from its copy of the data pack, and behave as if they were sent by the server as NBT. It is still necessary to send Update Tags as before. This is done by the vanilla server since 1.21 when known packs negotiation succeeds, in order to save bandwidth. A server may take advantage of this to avoid needing to encode NBT early in development, but serious implementations should also support the fallback case. One may also want to support a mix of fully vanilla entries that can be sourced from known packs, and custom entries/overrides, as is done by the vanilla server when custom data packs are in use.
* Negotiate known packs, and send the minimum required entries without NBT. As of 1.21.10 this includes the [[Minecraft:Java Edition protocol/Registries#Damage type requirements|required damage types]], the biome <code>minecraft:plains</code>, and one arbitrary entry for each of the registries that are required to be non-empty (variants and dimension types). As of 1.21.10 no tags are required for these vanilla entries. This is the absolute minimum amount of data required to be sent by the server, but also the least flexible approach.
* Negotiate known packs, and send the minimum required entries without NBT. As of 1.21.10 this includes the [[Minecraft:Java Edition protocol/Registries#Damage type requirements|required damage types]], the biome <code>minecraft:plains</code>, and one arbitrary entry for each of the registries that are required to be non-empty (variants and dimension types). As of 1.21.10 no tags are required for these vanilla entries. This is the absolute minimum amount of data required to be sent by the server, but also the least flexible approach.
Line 121: Line 121:


=== …the client disconnects after some time with a "Timed out" error ===
=== …the client disconnects after some time with a "Timed out" error ===
The server is expected to send a [[Minecraft:Java Edition protocol/Packets#Keep Alive (clientbound)|Keep Alive]] packet every 1-15 seconds (if the server does not send a keep alive within 20 seconds of state change to Play, the client will disconnect from the server for '''Timed Out'''), and the client should respond with the serverbound version of that packet. If either party does not receive keep alives for some period of time, they will disconnect.
The server is expected to send a {{packet|Keep Alive (clientbound)}} packet every 1-15 seconds (if the server does not send a keep alive within 20 seconds of state change to Play, the client will disconnect from the server for '''Timed Out'''), and the client should respond with the serverbound version of that packet. If either party does not receive keep alives for some period of time, they will disconnect.


=== ...some of the packets I expect to receive seem to be missing or too short ===
=== ...some of the packets I expect to receive seem to be missing or too short ===

Latest revision as of 11:16, 17 June 2026

People very, very often have questions regarding the Java Edition protocol, so we'll try to address some of the most common ones on this document. If you're still having trouble, join us on the Minecraft Wiki's Discord server, the Minecraft Protocol Discord server, or our IRC channel #mcdevs on irc.libera.chat.

Is the protocol documentation complete?

Depending on your definition, yes! All packet types are known and their layout documented. Some finer details are missing, but everything you need to make functional programs is present. We also collect information on the pre-release protocol changes, allowing us to quickly document new releases.

What's the normal login sequence for a client?

(This is about joining a Minecraft server. See Minecraft:Microsoft authentication for how to log in to a Minecraft account, and Minecraft:protocol encryption for details on player authentication during server login.)

The recommended login sequence as of 1.21 looks like this, where C is the client and S is the server:

  1. Client connects to the server
  2. CS: Template:Packet State=2
  3. CS: Template:Packet
  4. SC: Template:Packet (optional)
  5. Client auth (Only if server sent Encryption Request)
  6. CS: Template:Packet (Only if server sent Encryption Request)
  7. Server auth, both enable encryption (Only if server sent Encryption Request)
  8. SC: Template:Packet (Optional, enables compression)
  9. SC: Template:Packet
  10. CS: Template:Packet
  11. CS: Template:Packet (Optional, minecraft:brand with the client's brand)
  12. CS: Template:Packet (Optional)
  13. SC: Template:Packet (Optional, minecraft:brand with the server's brand)
  14. SC: Template:Packet (Optional)
  15. SC: Template:Packet (Optional)
  16. CS: Template:Packet (Optional, but the vanilla server will wait for this packet to continue)
  17. SC: Template:Packet (Multiple)
  18. SC: Template:Packet (Optional)
  19. SC: Template:Packet
  20. CS: Template:Packet
  21. SC: Template:Packet
  22. SC: Template:Packet (Optional)
  23. SC: Template:Packet (Optional)
  24. SC: Template:Packet (Optional)
  25. SC: Template:Packet (Optional)
  26. SC: Template:Packet (Optional, for the OP permission level; see Entity statuses#Player)
  27. SC: Template:Packet (Optional)
  28. SC: Template:Packet (Optional)
  29. SC: Template:Packet
  30. CS: Template:Packet
  31. CS: Template:Packet (Optional, to confirm the spawn position)
  32. SC: Template:Packet (Optional)
  33. SC: Template:Packet (Add Player action, all players except the one joining (the vanilla server separates these, you don't need to))
  34. SC: Template:Packet (Add Player action, joining player)
  35. SC: Template:Packet (Optional)
  36. SC: Template:Packet (Optional)
  37. SC: Template:Packet (Optional, “home” spawn, not where the client will spawn on login)
  38. SC: Template:Packet (Start waiting for level chunks event, required for the client to spawn. Despite the name, a custom server may choose to send some chunks before sending this packet)
  39. SC: Template:Packet (Optional)
  40. SC: Template:Packet (Optional, the vanilla server sends this regardless of ticking state)
  41. SC: Template:Packet
  42. SC: Template:Packet (One sent for each chunk in a circular area centered on the player's position)
  43. CS: Template:Packet (After the "Loading terrain..." screen has closed (see below), or skipped if 60 ticks pass before then)
  44. SC: inventory, entities, etc.

Offline mode

If the vanilla server is in offline mode, it will not send the Template:Packet packet, and likewise, the client should not send Template:Packet. In this case, encryption is never enabled, and no authentication is performed.

Clients can tell that a server is in offline mode if the server sends a Template:Packet without sending Template:Packet.

Versions 1.20.5 and newer support protocol encryption in offline mode, in which case the Template:Packet packet can be sent with Should Authenticate set to false, and both the client and server should not authenticate with Mojang. However, it's currently not possible to configure the vanilla server to do this.

What does the normal status ping sequence look like?

When a vanilla client and server exchange information in a status ping, the exchange of packets will be as follows:

  1. CS: Template:Packet with Next State set to 1 (Status)
  2. Client and Server set protocol state to Status.
  3. CS: Template:Packet
  4. SC: Template:Packet
  5. CS: Template:Packet
  6. SC: Template:Packet
  7. Both sides close the connection

(Note that C is the vanilla client and S is the vanilla server).

The Template:Packet packet may be left out, however the client will not receive a Template:Packet packet and the server won't close the connection.Template:More info

I think I've done everything right, but…

…my player isn't spawning!

The Minecraft client will wait at the "Loading Terrain..." screen until late in the login sequence. As of 1.21.4 (and starting with 1.20.3), in order for the client to spawn, it must have received a Template:Packet packet with event 13 ("Start waiting for level chunks"), and at least one of the following conditions must be met:

The client will also spawn after spending 30 seconds in the loading screen, even if it never received Game Event 13.

In past versions, you could either (1.19.3 through 1.20.2) send the default spawn position packet or (pre-1.19.3) send the player position packet. In general, try sending packets that inform the client about the player's position in the world in order to get past the loading terrain screen.

As of 1.21.4, the minimum packets that need to be received and sent by the server in order to get the client past the loading terrain screen and into the world appear to be:

  1. Receive Template:Packet
  2. Receive Template:Packet
  3. Send Template:Packet
  4. Receive Template:Packet
  5. Send multiple Template:Packet (one for each registry, must contain NBT unless the server also negotiates known packs and the client indicates support in the reply)
  6. Send Template:Packet
  7. Receive Template:Packet
  8. Send Template:Packet
  9. Send Template:Packet, Start waiting for level chunks
  10. Send Template:Packet and/or Template:Packet (see above)

The most difficult part of this may be sending the Registry Data packets required to define the contents of server-side data packs (including the vanilla data pack) which the client needs to know about. The amount of data that is strictly required is rather small compared to the amount sent by a vanilla server, but depending on your expectations and chosen approach, it may be easier to send all vanilla entries anyway. A complete list of requirements can be found at Minecraft:Java Edition protocol/Registries#List of synchronized registries.

Possible approaches include:

  • Parse the JSON files in the vanilla data pack (and possibly custom data packs), convert them to NBT, and send them as entries in Registry Data packets. The vanilla client is rather lenient in its interpretation of NBT, so no knowledge of the schema is required to perform this conversion (though the vanilla server does use a schema, and it may be wise to do so later in development). It is also necessary to send Template:Packet to define the tags referenced in the vanilla registry JSON. They can also be obtained from JSON files in the data pack. This was the vanilla server behavior prior to 1.21, and is still used as a fallback when known packs negotiation fails, e.g. due to mismatched game versions with the same PVN.
  • Gather a list of JSON files provided for each registry in the vanilla data pack. Negotiate known packs, and send listings of the vanilla entries for each registry (removing the .json from the names), without NBT. The client will load the JSON files from its copy of the data pack, and behave as if they were sent by the server as NBT. It is still necessary to send Update Tags as before. This is done by the vanilla server since 1.21 when known packs negotiation succeeds, in order to save bandwidth. A server may take advantage of this to avoid needing to encode NBT early in development, but serious implementations should also support the fallback case. One may also want to support a mix of fully vanilla entries that can be sourced from known packs, and custom entries/overrides, as is done by the vanilla server when custom data packs are in use.
  • Negotiate known packs, and send the minimum required entries without NBT. As of 1.21.10 this includes the required damage types, the biome minecraft:plains, and one arbitrary entry for each of the registries that are required to be non-empty (variants and dimension types). As of 1.21.10 no tags are required for these vanilla entries. This is the absolute minimum amount of data required to be sent by the server, but also the least flexible approach.
  • Do not negotiate known packs, and send entirely custom data. There is no strict requirement to use any definitions from the vanilla data pack. The only required entries with specific names are the ones listed above, and even these do not need to have the same data as in vanilla. This approach may be preferred by servers that demand extreme customization of client behavior, and may or may not also be considered more fun/interesting by the developer.

Regardless of the approach, the order in which the entries are listed in the Registry Data packets is critically important, as it determines the IDs used to refer to the entries elsewhere in the protocol. The server may choose this order arbitrarily, but it must keep track of the IDs assigned as a result.

…chunks are randomly showing and disappearing!

The vanilla client only reliably renders chunks surrounded by other loaded chunks on all sides. See Chunk Format#Tips and notes.

…the client is trying to send an invalid packet that begins with 0xFE01

The client is attempting a legacy ping, this happens if your server did not respond to the Server List Ping properly, including if it sent malformed JSON.

…the client disconnects after some time with a "Timed out" error

The server is expected to send a Template:Packet packet every 1-15 seconds (if the server does not send a keep alive within 20 seconds of state change to Play, the client will disconnect from the server for Timed Out), and the client should respond with the serverbound version of that packet. If either party does not receive keep alives for some period of time, they will disconnect.

...some of the packets I expect to receive seem to be missing or too short

You may be misusing the socket API. In particular, it is invalid to assume that the amount of data returned by calls to recv (or equivalent, depending on the API you're using) relates to packet boundaries in any way. There are no "borders" in a TCP data stream, only bytes. Regardless of how any two consecutive packets are sent, the receiver may get one packet, then the other, both at once, half of one, then the rest of both, or any other permutation of buffer sizes adding up to the total size of the packets. The only correct way to know where one packet ends and another begins is the packet length field, and you need to be prepared to handle multiple packets in one buffer, packets split across multiple buffers, etc. (as well as length fields split across multiple buffers!)

Similarly, depending on the API being used, a send call may also not guarantee that its whole input buffer is sent (consult the relevant documentation for details). This may also cause the connection to appear to hang during the login process, since the server will be left waiting indefinitely for the rest of the packet to arrive.

One reason why packets sent separately may arrive at once is Nagle's algorithm, a feature of many TCP implementations intended to improve efficiency particularly for applications making lots of small send calls. It is not the only reason, though, and disabling it should not be seen as a solution to the problem discussed here. Nonetheless, the delays it introduces are detrimental to real-time applications like Minecraft, so the vanilla client and server disable it, and you should too. This is typically done by enabling a socket option called TCP_NODELAY. Especially when disabling Nagle's algorithm, you should group multiple packets sent during the same tick in one send buffer for the best performance.

Navigation

Template:Navbox Java Edition technical Template:License wiki.vg