**Name**
| **Description**
| **Type**
|
color
| The color of the item, mainly for leather armor, banners, etc.
| Color:
\- #<hex> or <rrr,ggg,bbb>
|
custom-model-data
| The custom model data to use.
| <number>
|
damage
| How much damage (or durability) should be applied to the item.
| <number>
|
display-name
| The display name of the item (supports [MiniMessage](https://docs.advntr.dev/minimessage/index.html)).
| <string>
|
enchants
| Enchants to put on the item.
| Enchantment list:
\- \[<enchant name>:<amount>...\]
|
item-flags
| The item flags to apply. See [ItemFlag](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemFlag.html).
| Item Flag list:
-\[<item flag name>...\]
|
lore
| The lore of the item (supports [MiniMessage](https://docs.advntr.dev/minimessage/index.html)).
| Lore list:
\[<line>...\]
|
amount
| How amount of the item.
| <number>
|
unbreakable
| Whether the item is unbreakable.
| <true|false>
|
effects
| The potion effects to apply to the item.
| Potion effect list:
\- \[<[potion effect](https://docs.bplug.in/books/user-guide/page/potion-effect-format)>...\]
|