Items
📄️ Full Armor Set
The arc:fullarmorset condition type checks if the player is wearing a specific set of armor in all four slots.
📄️ Has Enchantment
The arc:has_enchantment condition type checks if the item involved in the action has a specific enchantment.
📄️ Inventory Empty
The arc:inventory_empty condition type checks if the player's inventory is completely empty.
📄️ Inventory Full
The arc:inventory_full condition type checks if the player's inventory has no empty slots.
📄️ Item
The arc:item condition type checks if an item matches a specific item, including optional checks for count and components.
📄️ Item Durability
The arc:item_durability condition type checks the durability of the item involved in the action.
📄️ Item Equipped
The arc:item_equipped condition type checks if the player has a specific item equipped in any armor slot.
📄️ Item In Hand
The arc:iteminhand condition type checks if the player is holding a specific item in their main hand, off-hand, or either hand.
📄️ Item In Inventory
The arc:itemininventory condition type checks if the player has a specific item anywhere in their main inventory.
📄️ Items
The arc:items condition type checks if an item is one of several specified items or belongs to a specified item tag.