← Packet index

Packet 332

ServerboundDataStorePacket

Applies a single update to the server data store from the client.

Packet datagramWire order
HeaderID 332varuint
0UpdateData Store Update · variable

Serialized fields

1 top-level fields
  1. 0UpdateThe update dataData Store Update
    1. 0Data Store Namestring
    2. 1PropertyThe name of the property in the data store that has changedstring
    3. 2PathThe path through the property that needs updatingstring
    4. 3DataThe value that is updatingoneOf<double, boolean, string>
      0Variant 0double
      1Variant 1boolean
      2Variant 2string
    5. 4Property Update CountThe number of times this property has updated. Does not increment unless the entire property updatesuint32
    6. 5Path Update CountThe number of times this path has updated. Resets if the entire property has changed.uint32

Changelog

Stable releases

Changes between stable protocol releases.

No stable release changes are recorded for this packet.