Items Tutorial
Almost all items on PlayerKits follow the same format, here you can find information of the properties of items. An example of an item config:
Id
Durability
Durability or data value of the item.
Name
Custom name of the item.
You can use any PlaceholderAPI variable. This will be static.
Lore
Custom lore/description of the item.
You can use any PlaceholderAPI variable. This will be static.
Amount
The number of items.
Custom Model Data
Custom model data value of the item. Only works on 1.16-1.21.3.
Custom Model Component Data
Enchants
Item Flags
Attributes
Color
Color of a leather armor.
Hide Tooltip
Whether the tooltip should be hidden or not. 1.20.6+
Tooltip Style
Model
Skull Data
Potion Data
Banner Data
Firework Data
Book Data
Information of a written book. Pages are stored in JSON format so I suggest you not to modify this manually. Hover and click events are stored, but only on 1.12+.
Armor Trim Data
NBT
NBT data of this item. This is difficult to implement manually, so I suggest you not to modify this option. (Only works on 1.8-1.20.4, nbt compounds don't exist anymore in Minecraft 1.20.5+)
Other Kit Items Properties
Kit items can have additional properties.
Offhand
Whether the item should be placed on the player's offhand when the kit es claimed (true/false).
Preview Slot
Custom slot to display the item in the kit preview inventory.
Last updated