← Back to Index

ServerboundDataStorePacket (332)

Applies a single update to the server data store from the client.
Field Name Type Field Index Description
Update (Required) Data Store Update 0 The update data

Data Store Update

Field Name Type Field Index Description
Data Store Name (Required) string 0
Property (Required) string 1 The name of the property in the data store that has changed
Path (Required) string 2 The path through the property that needs updating
Data (Required) oneOf 3 The value that is updating
oneOf<double, boolean, string>:
Control Value [uint32] Type Details
0 double Underlying: double
1 boolean Underlying: boolean
2 string -
Update Count (Required) uint32 4 The number of times this property has updated