# 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="https://3650476264-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfAyz09ASs8veyxsflZ9y%2Fuploads%2F7aAkEZF2r00A22NFWbJE%2Fmaster_sword_give.png?alt=media&#x26;token=f2402e2d-2eca-4543-ad93-2aa5c5c51f91" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3650476264-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfAyz09ASs8veyxsflZ9y%2Fuploads%2F0dioGD1bAyNet5hLjh1X%2Fmaster_sword.png?alt=media&#x26;token=eaf4c344-35c0-4e92-9168-4a01bbf1740f" 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 %}
