githubEdit

sliders-simpleBasic

Collection of basic item properties

enabled

enabled: true

With this setting you can disable an item completely.

circle-exclamation

name

name: "Test"

Item name shown in the tooltip.

circle-exclamation

permission_suffix

permission_suffix: myitem

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.

user-policePermissionchevron-right

lore

Lore lines of the item.

enchants

Enchants of the item. You can set vanilla enchantsarrow-up-right and custom enchants of other plugins (for example EcoEnchants, ExcellentEnchantsarrow-up-right...). Supports also namespaces (if you are creating custom enchants using Namespaced keys).

glint

Set visibility of enchantment glint on item.

attribute_modifiers

These are the vanilla attribute modifiers, you can get more info here: https://minecraft.wiki/w/Attributearrow-up-right

durability

usages : Number of usages for the current item. Remember to decrement it using events.

durability : Initial durability which the item has (if not specified is the same as max_durability).

max_durability : Max durability of the item.

max_stack_size

Sets the max amount of items allowed to be merged. Default value is inherited by the vanilla material.

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.htmlarrow-up-right

circle-info

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

Disables enchants for this item.

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

You can make an item glowing when dropped on the ground. Very useful for rare items.

circle-exclamation

show_name

You can make a drop show its name. Very useful for rare items.

template and variant_of

fileTemplates and variantschevron-right

Use the official files editor to read all the properties

fileFiles editorchevron-right

Last updated