placeholder_greater_than

Passes when the resolved placeholder value is numerically greater than or equal to the specified value.

Categories: meta

Required arguments

Key(s)DescriptionType
placeholderThe placeholder string to resolve and evaluate as a number.STRING
valueThe minimum numeric threshold the placeholder must meet or exceed.EXPRESSION

Example

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