Items

To make an item disappear but still execute its commands when clicked, simply set its material to "air".

Slot

This is where the item will be placed in the inventory.

If you are placing two or more items on the same slot they will have a nice animation.

Please note that the item slot should not be grater then the size.

Display Name

The item name, if you don't put any display name the item will take the default name.

# Example 1
display_name: "&cExample"
# Example 2
display_name: "<gradient:#ffffff-#000000>Example</gradient>"
# Example for an item with no name
display_name: "&r"

Lore

You can add lore to any items you like by using this

# Example 1
lore:
  - ""
  - "&7Example"
# Example 2
lore: ["a", "b"]

CustomModelData (1.13+)

Set custommodeldata value to any number you want

data: 1001

Item Amount

Set how many item you want to be displayed

amount: 64

Item Damage

You can set item damage (For tools and armor)

damage: 1

Glow

You can use this to make your item enchantment glint

glow: true/false

Update

Make this true if you would like the item to update its lore/name

update: true

Armor Color

You can set an leather armor color using this (For leather armor)

The format is RED:GREEN:BLUE

armor_color: R:G:B

View Requirement

You can place some requirements for the item to be showned in the inventory:

view_requirement:

Click Commands

Last updated