Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

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": [
    "ca78e928-484b-36ff-bc1e-ade3e86597df"
  ],
  "inventory": {
    "size": 28
  }
}

Clone this wiki locally