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

Any

Any

match-entity:
  any:
    entity-tag:
      - 'zombies'
    mythicmobs:
      - 'Example'

Any Of

match-entity:
  any:
    1: # GROUP 1
      entity-tag:
        - 'zombies'
      mythicmobs:
        - 'Example'
    2: # GROUP 2
      entity-type:
        - 'skeleton'

Last updated