> For the complete documentation index, see [llms.txt](https://zessentials.groupez.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zessentials.groupez.dev/modules/items.md).

# Items

This module allows you to create custom items that can be given using the **/give** and **/giveall** commands. You must use the [zMenu documentation](https://docs.zmenu.dev/configurations/items) for configuring these items.

<figure><img src="/files/sglh1G6XdMoLYY051E2B" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/UGQfiGuKw60kHHIkgHva" alt=""><figcaption></figcaption></figure>

## Configuraiton

{% code fullWidth="true" %}

```yaml
########################################################################################################################
#
# ██╗████████╗███████╗███╗░░░███╗░██████╗
# ██║╚══██╔══╝██╔════╝████╗░████║██╔════╝
# ██║░░░██║░░░█████╗░░██╔████╔██║╚█████╗░
# ██║░░░██║░░░██╔══╝░░██║╚██╔╝██║░╚═══██╗
# ██║░░░██║░░░███████╗██║░╚═╝░██║██████╔╝
# ╚═╝░░░╚═╝░░░╚══════╝╚═╝░░░░░╚═╝╚═════╝░
#
# Documentation: https://zessentials.groupez.dev/modules/items
# zMenu Items documentation: https://docs.zmenu.dev/configurations/items
#
########################################################################################################################

custom-items:
  master_sword:
    name: "<gradient:#e88d1e:#e8511e>ᴍᴀsᴛᴇʀ sᴡᴏʀᴅ</gradient>"
    material: DIAMOND_SWORD
    enchants:
      - SHARPNESS,10
      - UNBREAKING,10
      - LOOTING,10
      - MENDING,1
```

{% endcode %}
