GUI Normal item
A tutorial how to create a normal static item to the gui
- Material
The item material you want to use. It will be displayed in the menu and you can expand it further. All materials can be found here: click here!
- Item amount
The amount of the item that will be showed
- Player head
In case you use the PLAYER_HEAD material, you can add a player skin to this head according to his name.
- Base64 head
In case you use the PLAYER_HEAD material, you can add a base64 skin to this head with base64 string. Heads can be found here...
This is head base64 string (at the bottom of the selected head page)
- Item name
Item can have a display name. Name supports colors and PlaceholderAPI.
- Item lore
Item can have a lore that contains multiple lines without any langth and size limit. Lore supports colors and PlaceholderAPI.
- CustomModelData
If you want to use a resourcepack item, you can set it with item custom model data
- Update
If you want to be your item in the GUI live updated, just add update line to your item and your item will be updated in specified interval for the gui.
- Item enchants
If you want to add enchants to your item, you can do it this way.
Format: ENCHANT;LEVEL
All enchant types can by found here
!
- Item itemflags
If you want to hide some things from the item, you can use itemflags.
All itemflags can be found here
!
Last updated
Was this helpful?