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

Equip

Equip

Match entity equipment slots (each slot uses Match Item rules).

Available slots:

  • main-hand

  • off-hand

  • helmet

  • chestplate

  • leggings

  • boots

equip:
  main-hand:
    material:
      - bow
  helmet:
    has-enchants:
      - protection

Current behavior: any configured slot match can return true.

Last updated