⚔️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 for configuring these items.

Configuraiton

########################################################################################################################
#
# ██╗████████╗███████╗███╗░░░███╗░██████╗
# ██║╚══██╔══╝██╔════╝████╗░████║██╔════╝
# ██║░░░██║░░░█████╗░░██╔████╔██║╚█████╗░
# ██║░░░██║░░░██╔══╝░░██║╚██╔╝██║░╚═══██╗
# ██║░░░██║░░░███████╗██║░╚═╝░██║██████╔╝
# ╚═╝░░░╚═╝░░░╚══════╝╚═╝░░░░░╚═╝╚═════╝░
#
# 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

Last updated