stat_equals

Passes when the player's level in the given stat is exactly equal to the given value.

Categories: player

Required arguments

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

Example

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