Has Achievement

Description

Checks if the player has a mythic achievement.

Attributes

Attribute Aliases Description Default
achievement achieve, a The achievement to check for.

Examples

Checks if the mob has the KILL_SKELETAL achievement before executing the skills.

  Conditions:
  - hasAchievement{a=KILL_SKELETAL} true
  Skills:
  - # ...
Updated Aug 19, 2026