placeholder_less_than

Passes when the resolved placeholder value is numerically less than the specified value.

Categories: meta

Required arguments

Key(s)DescriptionType
placeholderThe placeholder string to resolve and evaluate as a number.STRING
valueThe numeric threshold the placeholder must be strictly below.EXPRESSION

Example

conditions:
  - id: placeholder_less_than
    args:
      placeholder: %player_level%
      value: 5 + %level%