Difference between revisions of "Pre-release protocol"

From wiki.vg
Jump to navigation Jump to search
(23w16a)
(Updated to 1.21-pre2)
 
(84 intermediate revisions by 7 users not shown)
Line 1: Line 1:
This page documents the changes from the [[Protocol|last stable Minecraft release]] (currently [[Protocol version numbers|1.19.4, protocol 762]]) to the current pre-release (currently [[Protocol version numbers|23w16a, protocol {{Snapshot PVN|1073741955}}]]). Note that this page contains bleeding-edge information that may not be completely or correctly documented.
+
This page documents the changes from the [[Protocol|last stable Minecraft release]] (currently [[Protocol version numbers|1.20.6, protocol 766]]) to the current pre-release (currently [[Protocol version numbers|1.21-pre2, protocol {{Snapshot PVN|1073742024}}]]). Note that this page contains bleeding-edge information that may not be completely or correctly documented.
  
 
One who wishes to commandeer the merging of this into [[Protocol]] when an update is made must be sure to respect any changes that may have occurred to the respective packets there.
 
One who wishes to commandeer the merging of this into [[Protocol]] when an update is made must be sure to respect any changes that may have occurred to the respective packets there.
Line 9: Line 9:
 
=== Data types ===
 
=== Data types ===
  
No changes so far.
+
No changes documented so far.
  
 
=== Packets ===
 
=== Packets ===
Line 18: Line 18:
 
  !colspan="2"| Documentation
 
  !colspan="2"| Documentation
 
  |-
 
  |-
!colspan="4"| Play clientbound
+
!colspan="4"| Configuration clientbound
{{PacketList|0x31|Open Sign Editor}}
+
{{PacketList|0x0F|Clientbound Report Details (configuration)|rel=added}}
{{PacketList|0x6B|Feature Flags}}
+
{{PacketList|0x10|Clientbound Server Links (configuration)|rel=added}}
{{PacketList|0x6D|Update Recipes}}
+
|-
|-
+
!colspan="4"| Play clientbound
!colspan="4"| Play serverbound
+
{{PacketList|0x7A|Clientbound Report Details (play)|rel=added}}
{{PacketList|0x2E|Update Sign}}
+
{{PacketList|0x7B|Clientbound Server Links (play)|rel=added}}
 +
|-
 
|}
 
|}
  
== New/modified data types ==
+
== Handshake ==
  
 
No changes so far.
 
No changes so far.
  
== Entity Metadata ==
+
== Status ==
  
 
No changes so far.
 
No changes so far.
  
=== Entity ===
+
== Login ==
  
 
No changes so far.
 
No changes so far.
  
== Block Actions ==
+
== Configuration ==
 +
 
 +
=== Clientbound ===
 +
 
 +
==== Clientbound Report Details (configuration) ====
 +
 
 +
Contains a list of key-value text entries that are included in any crash or disconnection report generated during connection to the server.
 +
 
 +
{| class="wikitable" {{added}}
 +
! Packet ID
 +
! State
 +
! Bound To
 +
! colspan="2"| Field Name
 +
! colspan="2"| Field Type
 +
! Notes
 +
|-
 +
| rowspan="3"| 0x0F
 +
| rowspan="3"| Configuration
 +
| rowspan="3"| Client
 +
| colspan="2"| Details Count
 +
| colspan="2"| {{Type|VarInt}} (32)
 +
| The number of details in the following array.
 +
|-
 +
| rowspan="2"| Details
 +
| Title
 +
| rowspan="2"| {{Type|Array}}
 +
| {{Type|String}} (128)
 +
|
 +
|-
 +
| Description
 +
| {{Type|String}} (4096)
 +
|
 +
|}
  
No changes so far.
+
==== Clientbound Server Links (configuration) ====
  
== Inventories ==
+
This packet contains a list of links that the Notchian client will display in the menu available from the pause menu. Link labels can be built-in or custom (i.e., any text).
  
{| class="wikitable"
+
{| class="wikitable" {{added}}
 +
! Packet ID
 +
! State
 +
! Bound To
 +
! colspan="2"| Field Name
 +
! colspan="2"| Field Type
 +
! Notes
 +
|-
 +
| rowspan="4"| 0x10
 +
| rowspan="4"| Configuration
 +
| rowspan="4"| Client
 +
| colspan="2"| Links Count
 +
| colspan="2"| {{Type|VarInt}}
 +
| The number of links in the following array.
 +
|-
 +
| rowspan="3"| Links
 +
| Is built-in
 +
| rowspan="3"| {{Type|Array}}
 +
| {{Type|Boolean}}
 +
| Determines if the following label is built-in (from enum) or custom (text component).
 +
|-
 +
| Label
 +
| {{Type|VarInt}} {{Type|Enum}} / {{Type|Text Component}}
 +
| See below.
 
  |-
 
  |-
  ! Type
+
| URL
 +
| {{Type|String}}
 +
| Valid URL.
 +
|}
 +
 
 +
 
 +
{| class="wikitable" {{added}}
 +
  ! ID
 
  ! Name
 
  ! Name
  ! Description
+
  ! Notes
 
  |-
 
  |-
 
  | 0
 
  | 0
  | minecraft:generic_9x1
+
  | Bug Report
  | A 1-row inventory, not used by the notchian server.
+
  | Displayed on connection error screen; included as a comment in the disconnection report.
 
  |-
 
  |-
 
  | 1
 
  | 1
  | minecraft:generic_9x2
+
  | Community Guidelines
  | A 2-row inventory, not used by the notchian server.
+
  |  
 
  |-
 
  |-
 
  | 2
 
  | 2
  | minecraft:generic_9x3
+
  | Support
  | General-purpose 3-row inventory.  Used by {{Minecraft Wiki|Chest}}, {{Minecraft Wiki|minecart with chest}}, {{Minecraft Wiki|ender chest}}, and {{Minecraft Wiki|barrel}}
+
  |  
 
  |-
 
  |-
 
  | 3
 
  | 3
  | minecraft:generic_9x4
+
  | Status
  | A 4-row inventory, not used by the notchian server.
+
  |  
 
  |-
 
  |-
 
  | 4
 
  | 4
  | minecraft:generic_9x5
+
  | Feedback
  | A 5-row inventory, not used by the notchian server.
+
  |  
 
  |-
 
  |-
 
  | 5
 
  | 5
  | minecraft:generic_9x6
+
  | Community
  | General-purpose 6-row inventory, used by large chests.
+
  |  
 
  |-
 
  |-
 
  | 6
 
  | 6
  | minecraft:generic_3x3
+
  | Website
  | General-purpose 3-by-3 square inventory, used by {{Minecraft Wiki|Dispenser}} and {{Minecraft Wiki|Dropper}}
+
  |  
 
  |-
 
  |-
 
  | 7
 
  | 7
  | minecraft:anvil
+
  | Forums
  | {{Minecraft Wiki|Anvil}}
+
  |  
 
  |-
 
  |-
 
  | 8
 
  | 8
  | minecraft:beacon
+
  | News
  | {{Minecraft Wiki|Beacon}}
+
  |  
 
  |-
 
  |-
 
  | 9
 
  | 9
  | minecraft:blast_furnace
+
  | Announcements
  | {{Minecraft Wiki|Blast Furnace}}
+
  |  
|-
 
| 10
 
| minecraft:brewing_stand
 
| {{Minecraft Wiki|Brewing stand}}
 
|-
 
| 11
 
| minecraft:crafting
 
| {{Minecraft Wiki|Crafting table}}
 
|-
 
| 12
 
| minecraft:enchantment
 
| {{Minecraft Wiki|Enchantment table}}
 
|-
 
| 13
 
| minecraft:furnace
 
| {{Minecraft Wiki|Furnace}}
 
|-
 
| 14
 
| minecraft:grindstone
 
| {{Minecraft Wiki|Grindstone}}
 
|-
 
| 15
 
| minecraft:hopper
 
| {{Minecraft Wiki|Hopper}} or {{Minecraft Wiki|minecart with hopper}}
 
|-
 
| 16
 
| minecraft:lectern
 
| {{Minecraft Wiki|Lectern}}
 
 
  |-
 
  |-
| 17
 
| minecraft:loom
 
| {{Minecraft Wiki|Loom}}
 
|-
 
| 18
 
| minecraft:merchant
 
| {{Minecraft Wiki|Villager}}, {{Minecraft Wiki|Wandering Trader}}
 
|-
 
| 19
 
| minecraft:shulker_box
 
| {{Minecraft Wiki|Shulker box}}
 
|- {{removed}}
 
| 20
 
| minecraft:legacy_smithing
 
| {{Minecraft Wiki|Smithing Table}}
 
{{Warning|The Notchian server only sends this type if [[Protocol#Feature_Flags|feature flag]] '''update_1_20''' was '''not''' enabled}}
 
|-
 
| {{change|21|20}}
 
| minecraft:smithing
 
| {{Minecraft Wiki|Smithing Table}}
 
{{change|{{Warning|The Notchian server only sends this type if [[Protocol#Feature_Flags|feature flag]] '''update_1_20''' was enabled}}|}}
 
|-
 
| {{change|22|21}}
 
| minecraft:smoker
 
| {{Minecraft Wiki|Smoker}}
 
|-
 
| {{change|23|22}}
 
| minecraft:cartography
 
| {{Minecraft Wiki|Cartography Table}}
 
|-
 
| {{change|24|23}}
 
| minecraft:stonecutter
 
| {{Minecraft Wiki|Stonecutter}}
 
 
  |}
 
  |}
  
== Plugin Channels ==
+
=== Serverbound ===
  
 
No changes so far.
 
No changes so far.
Line 162: Line 164:
 
=== Clientbound ===
 
=== Clientbound ===
  
==== Open Sign Editor ====
+
==== Clientbound Report Details (play) ====
  
Sent when the client has placed a sign and is allowed to send [[#Update Sign|Update Sign]].  There must already be a sign at the given location (which the client does not do automatically) - send a [[#Block Update|Block Update]] first.
+
Contains a list of key-value text entries that are included in any crash or disconnection report generated during connection to the server.
  
{| class="wikitable"
+
{| class="wikitable" {{added}}
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  ! Field Name
+
  ! colspan="2"| Field Name
  ! Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  | rowspan="2" | 0x31
+
  | rowspan="3"| 0x7A
  | rowspan="2" | Play
+
| rowspan="3"| Configuration
  | rowspan="2" | Client
+
| rowspan="3"| Client
  | Location
+
| colspan="2"| Details Count
  | Position
+
  | colspan="2"| {{Type|VarInt}} (32)
 +
| The number of details in the following array.
 +
|-
 +
  | rowspan="2"| Details
 +
| Title
 +
  | rowspan="2"| {{Type|Array}}
 +
  | {{Type|String}} (128)
 
  |
 
  |
|- {{added}}
 
| Is Front Text
 
| Boolean
 
| Whether the opened editor is for the front or on the back of the sign
 
|}
 
 
==== Feature Flags ====
 
 
Used to enable and disable features, generally experimental ones, on the client.
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
| rowspan="2"| 0x6B
 
| rowspan="2"| Play
 
| rowspan="2"| Client
 
| Total Features
 
| VarInt
 
| Number of features that appear in the array below.
 
 
  |-
 
  |-
  | Feature Flags
+
  | Description
  | Identifier Array
+
  | {{Type|String}} (4096)
 
  |
 
  |
|}
+
|}
 
 
As of {{change|1.19.4|1.20}}, the following feature flags are available:
 
  
* minecraft:vanilla - enables vanilla features</li>
+
==== Clientbound Server Links (play) ====
* minecraft:bundle - enables support for the bundle</li>
 
* {{change|minecraft:update_1_20 - enables all the Minecraft 1.20 features that are available in 1.19.4</li>|}}
 
  
==== Update Recipes ====
+
This packet contains a list of links that the Notchian client will display in the menu available from the pause menu. Link labels can be built-in or custom (i.e., any text).
  
{| class="wikitable"
+
{| class="wikitable" {{added}}
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
Line 226: Line 206:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  | rowspan="4"| 0x6D
+
  | rowspan="4"| 0x7B
  | rowspan="4"| Play
+
  | rowspan="4"| Configuration
 
  | rowspan="4"| Client
 
  | rowspan="4"| Client
  | colspan="2"| Num Recipes
+
  | colspan="2"| Links Count
  | colspan="2"| VarInt
+
  | colspan="2"| {{Type|VarInt}}
  | Number of elements in the following array.
+
  | The number of links in the following array.
 
  |-
 
  |-
  | rowspan="3"| Recipe
+
  | rowspan="3"| Links
  | Type
+
  | Is built-in
  | rowspan="3"| Array
+
  | rowspan="3"| {{Type|Array}}
  | Identifier
+
  | {{Type|Boolean}}
  | The recipe type, see below.
+
  | Determines if the following label is built-in (from enum) or custom (text component).
 
  |-
 
  |-
  | Recipe ID
+
  | Label
  | Identifier
+
  | {{Type|VarInt}} {{Type|Enum}} / {{Type|Text Component}}
  |
+
  | See below.
 
  |-
 
  |-
  | Data
+
  | URL
  | Varies
+
  | {{Type|String}}
  | Additional data for the recipe.
+
  | Valid URL.
|}
+
|}
  
Recipe types:
+
{| class="wikitable" {{added}}
 
+
  ! ID
{| class="wikitable"
+
  ! Name
  ! Type
+
  ! Notes
  ! Description
 
  ! Data
 
 
  |-
 
  |-
  | <code>minecraft:crafting_shapeless</code>
+
  | 0
  | Shapeless crafting recipe. All items in the ingredient list must be present, but in any order/slot.
+
  | Bug Report
  | As follows:
+
  | Displayed on connection error screen; included as a comment in the disconnection report.
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    | Group
 
    | String
 
    | Used to group similar recipes together in the recipe book. Tag is present in recipe JSON.
 
    |-
 
    |Category
 
    |VarInt Enum
 
    |Building = 0, Redstone = 1, Equipment = 2, Misc = 3
 
    |-
 
    | Ingredient count
 
    | VarInt
 
    | Number of elements in the following array.
 
    |-
 
    | Ingredients
 
    | Array of Ingredient.
 
    |
 
    |-
 
    | Result
 
    | [[Slot]]
 
    |
 
    |}
 
 
  |-
 
  |-
  | <code>minecraft:crafting_shaped</code>
+
  | 1
  | Shaped crafting recipe. All items must be present in the same pattern (which may be flipped horizontally or translated).
+
  | Community Guidelines
  | As follows:
+
  |  
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    | Width
 
    | VarInt
 
    |
 
    |-
 
    | Height
 
    | VarInt
 
    |
 
    |-
 
    | Group
 
    | String
 
    | Used to group similar recipes together in the recipe book. Tag is present in recipe JSON.
 
    |-
 
    |Category
 
    |VarInt Enum
 
    |Building = 0, Redstone = 1, Equipment = 2, Misc = 3
 
    |-
 
    | Ingredients
 
    | Array of Ingredient
 
    | Length is <code>width * height</code>. Indexed by <code>x + (y * width)</code>.
 
    |-
 
    | Result
 
    | [[Slot]]
 
    |-
 
    | Show notification
 
    | Boolean
 
    | Show a toast when the recipe is [[Protocol#Update_Recipe_Book|added]].
 
    |}
 
 
  |-
 
  |-
  | <code>minecraft:crafting_special_armordye</code>
+
  | 2
  | Recipe for dying leather armor
+
  | Support
  | rowspan="14" | As follows:
+
  |  
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    |Category
 
    |VarInt Enum
 
    |Building = 0, Redstone = 1, Equipment = 2, Misc = 3
 
    |}
 
 
  |-
 
  |-
  | <code>minecraft:crafting_special_bookcloning</code>
+
  | 3
  | Recipe for copying contents of written books
+
| Status
 +
  |  
 
  |-
 
  |-
  | <code>minecraft:crafting_special_mapcloning</code>
+
  | 4
  | Recipe for copying maps
+
| Feedback
 +
  |  
 
  |-
 
  |-
  | <code>minecraft:crafting_special_mapextending</code>
+
  | 5
  | Recipe for adding paper to maps
+
| Community
 +
  |  
 
  |-
 
  |-
  | <code>minecraft:crafting_special_firework_rocket</code>
+
  | 6
  | Recipe for making firework rockets
+
| Website
 +
  |  
 
  |-
 
  |-
  | <code>minecraft:crafting_special_firework_star</code>
+
  | 7
  | Recipe for making firework stars
+
| Forums
 +
  |  
 
  |-
 
  |-
  | <code>minecraft:crafting_special_firework_star_fade</code>
+
  | 8
  | Recipe for making firework stars fade between multiple colors
+
| News
 +
  |  
 
  |-
 
  |-
  | <code>minecraft:crafting_special_repairitem</code>
+
  | 9
  | Recipe for repairing items via crafting
+
  | Announcements
  |-
+
  |  
| <code>minecraft:crafting_special_tippedarrow</code>
 
| Recipe for crafting tipped arrows
 
|-
 
| <code>minecraft:crafting_special_bannerduplicate</code>
 
| Recipe for copying banner patterns
 
|-
 
| <code>minecraft:crafting_special_shielddecoration</code>
 
| Recipe for applying a banner's pattern to a shield
 
|-
 
| <code>minecraft:crafting_special_shulkerboxcoloring</code>
 
| Recipe for recoloring a shulker box
 
|-
 
| <code>minecraft:crafting_special_suspiciousstew</code>
 
| Recipe for crafting suspicious stews
 
|-
 
| <code>minecraft:crafting_decorated_pot</code>
 
| Recipe for crafting decorated pots
 
{{change|{{Warning|The Notchian server only sends this recipe if [[Protocol#Feature_Flags|feature flag]] '''update_1_20''' was enabled}}|}}
 
|-
 
| <code>minecraft:smelting</code>
 
| Smelting recipe
 
| rowspan="4"| As follows:
 
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    | Group
 
    | String
 
    | Used to group similar recipes together in the recipe book.
 
    |-
 
    |Category
 
    |VarInt Enum
 
    |Food = 0, Blocks = 1, Misc = 2
 
    |-
 
    | Ingredient
 
    | Ingredient
 
    |
 
    |-
 
    | Result
 
    | [[Slot]]
 
    |
 
    |-
 
    | Experience
 
    | Float
 
    |
 
    |-
 
    | Cooking time
 
    | VarInt
 
    |
 
    |}
 
|-
 
| <code>minecraft:blasting</code>
 
| Blast furnace recipe
 
|-
 
| <code>minecraft:smoking</code>
 
| Smoker recipe
 
|-
 
| <code>minecraft:campfire_cooking</code>
 
| Campfire recipe
 
 
  |-
 
  |-
| <code>minecraft:stonecutting</code>
 
| Stonecutter recipe
 
| As follows:
 
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    | Group
 
    | String
 
    | Used to group similar recipes together in the recipe book.  Tag is present in recipe JSON.
 
    |-
 
    | Ingredient
 
    | Ingredient
 
    |
 
    |-
 
    | Result
 
    | [[Slot]]
 
    |
 
    |}
 
|- {{removed}}
 
| <code>minecraft:smithing</code>
 
| Smithing table recipe
 
{{Warning|The Notchian server only sends this recipe if [[Protocol#Feature_Flags|feature flag]] '''update_1_20''' was '''not''' enabled}}
 
| As follows:
 
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    | Base
 
    | Ingredient
 
    | First item.
 
    |-
 
    | Addition
 
    | Ingredient
 
    | Second item.
 
    |-
 
    | Result
 
    | [[Slot]]
 
    |
 
    |}
 
|-
 
| <code>minecraft:smithing_transform</code>
 
| Recipe for smithing netherite gear
 
{{change|{{Warning2|The Notchian server only sends this recipe if [[Protocol#Feature_Flags|feature flag]] '''update_1_20''' was enabled. It supersedes the <code>minecraft:smithing</code> recipe type}}|}}
 
| As follows:
 
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    | Template
 
    | Ingredient
 
    | The smithing template.
 
    |-
 
    | Base
 
    | Ingredient
 
    | The base item.
 
    |-
 
    | Addition
 
    | Ingredient
 
    | The additional ingredient.
 
    |-
 
    | Result
 
    | [[Slot]]
 
    |
 
    |}
 
|-
 
| <code>minecraft:smithing_trim</code>
 
| Recipe for applying armor trims
 
{{change|{{Warning2|The Notchian server only sends this recipe if [[Protocol#Feature_Flags|feature flag]] '''update_1_20''' was enabled. It supersedes the <code>minecraft:smithing</code> recipe type}}|}}
 
| As follows:
 
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    | Template
 
    | Ingredient
 
    | The smithing template.
 
    |-
 
    | Base
 
    | Ingredient
 
    | The base item.
 
    |-
 
    | Addition
 
    | Ingredient
 
    | The additional ingredient.
 
    |}
 
|}
 
 
Ingredient is defined as:
 
 
{| class="wikitable"
 
! Name
 
! Type
 
! Description
 
|-
 
| Count
 
| VarInt
 
| Number of elements in the following array.
 
|-
 
| Items
 
| Array of [[Slot]]
 
| Any item in this array may be used for the recipe.  The count of each item should be 1.
 
 
  |}
 
  |}
  
 
=== Serverbound ===
 
=== Serverbound ===
 
==== Update Sign ====
 
 
This message is sent from the client to the server when the “Done” button is pushed after placing a sign.
 
 
The server only accepts this packet after [[#Open Sign Editor|Open Sign Editor]], otherwise this packet is silently ignored.
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
| rowspan="6"| 0x2E
 
| rowspan="6"| Play
 
| rowspan="6"| Server
 
| Location
 
| Position
 
| Block Coordinates.
 
|- {{added}}
 
| Is Front Text
 
| Boolean
 
| Whether the updated text is in front or on the back of the sign
 
|-
 
| Line 1
 
| String (384)
 
| First line of text in the sign.
 
|-
 
| Line 2
 
| String (384)
 
| Second line of text in the sign.
 
|-
 
| Line 3
 
| String (384)
 
| Third line of text in the sign.
 
|-
 
| Line 4
 
| String (384)
 
| Fourth line of text in the sign.
 
|}
 
 
== Status ==
 
 
=== Clientbound ===
 
  
 
No changes so far.
 
No changes so far.
 
=== Serverbound ===
 
 
No changes so far.
 
 
== Login ==
 
 
=== Clientbound ===
 
 
No changes so far.
 
 
=== Serverbound ===
 
 
No changes so far.
 
 
  
 
[[Category:Minecraft Modern]]
 
[[Category:Minecraft Modern]]

Latest revision as of 10:40, 8 June 2024

This page documents the changes from the last stable Minecraft release (currently 1.20.6, protocol 766) to the current pre-release (currently 1.21-pre2, protocol Snapshot 200). Note that this page contains bleeding-edge information that may not be completely or correctly documented.

One who wishes to commandeer the merging of this into Protocol when an update is made must be sure to respect any changes that may have occurred to the respective packets there.

Contents

Data types

No changes documented so far.

Packets

ID Packet name Documentation
Configuration clientbound
0x0F Clientbound Report Details (configuration) Pre
0x10 Clientbound Server Links (configuration) Pre
Play clientbound
0x7A Clientbound Report Details (play) Pre
0x7B Clientbound Server Links (play) Pre

Handshake

No changes so far.

Status

No changes so far.

Login

No changes so far.

Configuration

Clientbound

Clientbound Report Details (configuration)

Contains a list of key-value text entries that are included in any crash or disconnection report generated during connection to the server.

Packet ID State Bound To Field Name Field Type Notes
0x0F Configuration Client Details Count VarInt (32) The number of details in the following array.
Details Title Array String (128)
Description String (4096)

Clientbound Server Links (configuration)

This packet contains a list of links that the Notchian client will display in the menu available from the pause menu. Link labels can be built-in or custom (i.e., any text).

Packet ID State Bound To Field Name Field Type Notes
0x10 Configuration Client Links Count VarInt The number of links in the following array.
Links Is built-in Array Boolean Determines if the following label is built-in (from enum) or custom (text component).
Label VarInt Enum / Text Component See below.
URL String Valid URL.


ID Name Notes
0 Bug Report Displayed on connection error screen; included as a comment in the disconnection report.
1 Community Guidelines
2 Support
3 Status
4 Feedback
5 Community
6 Website
7 Forums
8 News
9 Announcements

Serverbound

No changes so far.

Play

Clientbound

Clientbound Report Details (play)

Contains a list of key-value text entries that are included in any crash or disconnection report generated during connection to the server.

Packet ID State Bound To Field Name Field Type Notes
0x7A Configuration Client Details Count VarInt (32) The number of details in the following array.
Details Title Array String (128)
Description String (4096)

Clientbound Server Links (play)

This packet contains a list of links that the Notchian client will display in the menu available from the pause menu. Link labels can be built-in or custom (i.e., any text).

Packet ID State Bound To Field Name Field Type Notes
0x7B Configuration Client Links Count VarInt The number of links in the following array.
Links Is built-in Array Boolean Determines if the following label is built-in (from enum) or custom (text component).
Label VarInt Enum / Text Component See below.
URL String Valid URL.
ID Name Notes
0 Bug Report Displayed on connection error screen; included as a comment in the disconnection report.
1 Community Guidelines
2 Support
3 Status
4 Feedback
5 Community
6 Website
7 Forums
8 News
9 Announcements

Serverbound

No changes so far.