Item Configuration

material

Material option has 2 usages. You can defined a minecraft material, or you can defined an ID of an Item from a different plugin that will be used!

Vanilla Item

If you want to use a regular minecraft item, just use "material: STONE" for example

ItemsAdder

Usage: "material: itemsadder:namespace:id"

Oraxen

Usage: "material: oraxen:itemId"

HeadDatabase

Usage: "material: hdb:headId"

MythicMobs

Usage: "material: mythicitem:itemId"

Aquatic Item Storage

Usage: "material: aquatic:itemId"

display-name

Display Name, Lore, etc. supports Hex Colors & Gradients. I recommend checking the Colors page!

"display-name" set the name of the Item.

lore

"lore" is a description of your item.

model-data

"model-data" is an item NBT tag that is being used for Resource Packs

amount

"amount" sets an amount of your item. (min. 1, max. 64)

enchants

"enchants" is a list of enchantments that will be applied to the item

Example:

enchants:
    - "unbreaking:1"

flags

"flags" is a list of item flags that will be applied to the item

Example:

flags:
    - "HIDE_ENCHANTS"

Last updated