Skip to main content

Item Expression

Hikari allows you to use a string to represent or match items.

Matching with Material name

Enter the Bukkit material name directly.

- BEDROCK # select items that match the given material name
- GOLDEN_SWORD

You can find all materials here.

Matching with Item Reference

Add the @ prefix before the item reference name.

- "@purediamond" # select items that match specific item references

Please also check here

Matching with Enchantment

Add the % prefix before the enchantment's namespaced key.

- "%minecraft:sharpness" # select all items with sharpness enchantment
- "%minecraft:sharpness|1|3" # select all items with sharpness enchantment but only the enchantment level between 1 and 3
- "%ecoenchants:soulbound" # third-party enchantments are also supported if they are registered in Bukkit's enchantment registry