For the complete documentation index, see llms.txt. This page is also available as Markdown.

ANY

ANY

If item meet any of those match item rules, we will consider it meet the rule.

match-item:
  any:
    rarity: COMMON
    material:
      - 'diamond'

ANY Of

match-item:
  any:
    1: 
      contains-name:
        - 'Hello'
      contains-lore:
        - 'Oh'
    2:
      contains-lore:
        - 'What'

Last updated