Skip to content

Block Data

Jenya705 edited this page Nov 5, 2021 · 3 revisions

Command block

Fields

Field name Field description
Command Command written in command block

JSON Example

{
  "command": "/gamemode creative @a"
}

Chest

Fields

Field name Field description
Watchers Players watching in chest
Inventory Chest inventory

JSON Example

{
  "watchers": [
    {
      "name": "Jenya705",
      "uuid": "ca78e928-484b-36ff-bc1e-ade3e86597df",
      "type": "player"
    }
  ],
  "inventory": {
    "size": 28
  }
}
Clone this wiki locally