Is Oraxen Item (Condition) — Oraxen

Addon: Oraxen · Category: Condition · Since: 1.0

Syntax

%itemstacks% (is|are) [a[n]] oraxen item[s]

Description

Checks if an item is an Oraxen item, optionally checking for a specific ID.

Examples

if player's tool is an oraxen item:
    broadcast "You're holding an Oraxen item!"
if player's tool is oraxen item "ruby_sword":
    broadcast "You have the Ruby Sword!"

View source