stat_below

Passes when the player's level in the given stat is below the maximum.

Categories: player

Required arguments

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

Example

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