Items
Last updated
Last updated
The item type of the item . This is required.
Usage | Details |
---|---|
To make an item disappear but still execute its commands when clicked, simply set its material to "air".
This is where the item will be placed in the inventory.
Usage | Details |
---|---|
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.
The item name, if you don't put any display name the item will take the default name.
Set custommodeldata value to any number you want
Set how many item you want to be displayed
You can set item damage (For tools and armor)
You can use this to make your item enchantment glint
You can set item damage (For tools and armor)
You can set an leather armor color using this (For leather armor)
The format is RED:GREEN:BLUE
material: STONE
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
[head] base64_value
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.
[username] player_name
You can use this to show a player head by username, this accepts PlaceholderAPI placeholders.
[player]
This will put your head.
slot: 1
This will place the item only on one slot
slots:
- 1
- 2
This will place the item on multiple slots.
slot: 1-4
This is a slot range and it will place the item on the slot 1 to slot 4.
slot: -1
This is the filler slot (It will fill the container)