Item Tutorial
Tutorial on how to create items for custom items and for inventories
All items follow this format, remember to follow it in order not to have any error at the moment of using them.
Id
The id/material of the item, all ids are available on this page https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
Slot
In slot only works in inventories, enter the number you want the item to be positioned. not work with a custom items.
Display Name
This is to place a custom name to the item, if you want to use hex colors just use the #
Example with Hex
Example normal
Lore
Item description, it is a list if you want to add one more line just add it to the list.
Texture
The textures only work for the head items which use the texture, the textures can be found in this page https://minecraft-heads.com/custom-heads
Model Data
This is used to give you a custom model using a texture pack, example itemadder or oraxen
Last updated