> For the complete documentation index, see [llms.txt](https://smuddgge.gitbook.io/leaf-3.3.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smuddgge.gitbook.io/leaf-3.3.0/inventorys.md).

# Inventorys

More information on the inventory configuration section

Inventories require the dependency protocolize.

{% code title="Example" overflow="wrap" %}

```yaml
inventory:
  # The size and type of the inventory
  size: GENERIC_9X6
  # The title is displayed at the top of the inventory
  title: "&8&lMenu"
  # The items in the inventory
  content:
    # The slots the item will be in
    "top,bottom":
      # The material of the item
      material: LIME_STAINED_GLASS_PANE
    "center0":
      # The skull value of the item
      skull: "<player>"
      # The display name of the item
      name: "&a&l<player>"
      # The lore of the item
      lore:
        - "&7You are amazing!"
```

{% endcode %}
