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

MythicMobs

MythicMobs

Match mob from the MythicMobs plugin. You can specify one or more MythicMob internal names, and the rule will match any entity that corresponds to those IDs.

match-entity:
  mythicmobs:
    - "UndeadKnight"
    - "FireDemon"
    - "EliteZombie"

This example matches any entity that is a MythicMob with one of the listed internal names.

Last updated