stat_above

Passes when the player's level in the given stat is at or above the minimum.

Categories: player

Required arguments

Key(s)DescriptionType
statThe stat to check the level of.STRING
levelThe minimum stat level required.EXPRESSION

Example

conditions:
  - id: stat_above
    args:
      stat: <value>
      level: 5 + %level%