# Items

Each item entry is keyed by a number `'1'`, `'2'`, etc. for clarity (just keys, no meaning beyond indexing).

**Common Item Keys:**

* `slot`: Integer slot index in the inventory (0-based). For a 3-row chest, slots 0-26.
* `item`: Material name (e.g. `DIAMOND_SWORD`). Must be a valid Bukkit Material.
* `amount`: Stack size (1-64).
* `item-name`: Custom display name. Supports color codes.
* `item-lore`: List of lore lines, supports color and placeholders.
* `item-flags`: List of `ItemFlag`s or `all` to hide all. E.g. `[HIDE_ENCHANTS, HIDE_ATTRIBUTES]`. `all` hides all attributes and enchants.
* `unbreakable`: `true` or `false` - sets item as unbreakable.
* `enchantments`: (Optional) A list of enchantments like:

  ```yaml
  codeenchantments:
    DAMAGE_ALL: 5
    FIRE_ASPECT: 2
  ```
* `custom-model-data`: Integer for resource pack model variants.
* `texture-base64`: For PLAYER\_HEAD items, base64 texture string.

**To access the item modify menu, right-click on an item in a scene.**

<div data-full-width="true"><figure><img src="https://68941692-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY5GIjG4eZ0A7OJ93YeYo%2Fuploads%2FZ8k3P6yD692tXbwze3ON%2Fmodifyi.png?alt=media&#x26;token=203e76d2-0efa-4071-b1fc-ad590779ebcb" alt=""><figcaption><p>Item Modify Menu</p></figcaption></figure></div>

<div data-full-width="true"><figure><img src="https://68941692-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY5GIjG4eZ0A7OJ93YeYo%2Fuploads%2FuXCV9XHZ7BKXpfUvPcbe%2FItemCloner3.gif?alt=media&#x26;token=cc68c8c7-6732-4fbc-b528-180a6e9e77ec" alt=""><figcaption><p>Item Cloner</p></figcaption></figure></div>

<div data-full-width="false"><figure><img src="https://68941692-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY5GIjG4eZ0A7OJ93YeYo%2Fuploads%2Fjjrn9gX4yAExMuPw9qRT%2FChangeMaterial.png?alt=media&#x26;token=a9340111-5ce3-4233-a02f-818f2db9befa" alt=""><figcaption><p>Edit Material Menu</p></figcaption></figure></div>

<figure><img src="https://68941692-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY5GIjG4eZ0A7OJ93YeYo%2Fuploads%2FefS7HvZjhsy8lAvtAwot%2Fedit%20lore.png?alt=media&#x26;token=5cd93840-39b6-499d-9e2d-5a77202aaf29" alt=""><figcaption><p>Edit Lore Menu</p></figcaption></figure>

<figure><img src="https://68941692-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY5GIjG4eZ0A7OJ93YeYo%2Fuploads%2FQTWm15l5pxeG785312oo%2Fattributez.png?alt=media&#x26;token=8ef9c7c3-d1d2-426a-8893-36063f80771f" alt=""><figcaption><p>Attributes Menu</p></figcaption></figure>

<figure><img src="https://68941692-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY5GIjG4eZ0A7OJ93YeYo%2Fuploads%2FRlh7aQB7t4ieumjCU63h%2Fitem%20flags.png?alt=media&#x26;token=e15c54e9-2b8d-49f8-bfee-72046514107d" alt=""><figcaption><p>Item Flag Menu</p></figcaption></figure>
