Items
The item type of the item ๐ . This is required.
Usage | Details |
---|---|
| This is the usage for a regular material. If you want to take a look at all of the regular material see hub.spigotmc.org |
| To get the Base64 head value you need to go to minecraft-heads.com and choose a custom head and then copy value from the bottom of the page. |
| You can use this to show a player head by username, this accepts PlaceholderAPI placeholders. |
| This will put your head. |
| You can put here a custom item from ItemsAdder! NOTE: You can use only the id if you would like! |
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.
Usage | Details |
---|---|
| This will place the item only on one slot |
| This will place the item on multiple slots. You can reduce the size of the list on one line, using the yaml sytanx of lists, here is an example: |
| This is a slot range and it will place the item on the slot 1 to slot 4. |
| This is the filler slot (It will fill the container) |
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.
Lore
You can add lore to any items you like by using this
CustomModelData (1.13+)
Set custommodeldata value to any number you want
Item Amount
Set how many item you want to be displayed
Item Damage
You can set item damage (For tools and armor)
Glow
You can use this to make your item enchantment glint
Update
Make this true if you would like the item to update its lore/name
Armor Color
You can set an leather armor color using this (For leather armor)
The format is RED:GREEN:BLUE
View Requirement
You can place some requirements for the item to be showned in the inventory:
Click Commands
Last updated