Basic
Collection of basic item properties
enabled
enabled
With this setting you can disable an item completely.
Items won't be deleted from the world or inventories if you disable them.
name
name
Item name shown in the tooltip.
ItemsAdder 4.0.8 and lower use the display_name
property instead.
permission_suffix
permission_suffix
This property is used to identify if a user has permission to see an item in the /ia
GUI.
For example the full permission will be ia.user.ia.seeitem.myitem
.
For now this is the only use of this permission.
Permissionlore
lore
Lore lines of the item.
enchants
enchants
Enchants of the item. You can set vanilla enchants and custom enchants of other plugins (for example EcoEnchants, ExcellentEnchants...). Supports also namespaces (if you are creating custom enchants using Namespaced keys).
attribute_modifiers
attribute_modifiers
These are the vanilla attribute modifiers, you can get more info here https://minecraft.gamepedia.com/Attribute#Attributes_available_on_all_living_entities
durability
durability
usages
: number of usages for the current item. Remember to decrement it using events.
custom_durability
: initial durability which the item has (if not specified is the same as max_custom_durability
).
max_custom_durability
: max durability of the item.
item_flags
item_flags
Special item flags that can hide some vanilla info of the item. You can find a detailed info list here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/ItemFlag.html
This option is old and might not working as it did on previous game versions due to changes in Minecraft 1.20.4.
blocked_enchants
blocked_enchants
Disables enchants for this item.
events_needed_player_stats
events_needed_player_stats
Special attribute to make events work only if the player stat (ItemsAdder player stat, which are usually shown in HUDs) satisfies the set rule. You can set it to >
, <
ad =
.
Example: magic wand example item.
glow
glow
You can make an item glowing when dropped on the ground. Very useful for rare items.
Available on ItemsAdder 4.0.9 or greater.
show_name
show_name
You can make a drop show its name. Very useful for rare items.
template
and variant_of
Templates and variantstemplate
and variant_of
Use the official files editor to read all the properties
Files editorLast updated
Was this helpful?