has_skill_level

Passes when the player has reached at least the specified level in a given AuraSkills skill.

Categories: economy, player

Required arguments

Key(s)DescriptionType
skillThe AuraSkills skill to check (e.g. FARMING, MINING).STRING
levelThe minimum skill level the player must have.EXPRESSION

Example

conditions:
  - id: has_skill_level
    args:
      skill: <value>
      level: 1