has_battlepass_tier

Passes when the player's battlepass tier is at or above the given tier.

Categories: economy

Required arguments

Key(s)DescriptionType
tierThe minimum battlepass tier required. Supports expressions.EXPRESSION
battlepassThe ID of the battlepass to check the player's tier for.STRING

Example

conditions:
  - id: has_battlepass_tier
    args:
      tier: 5 + %level%
      battlepass: halloween_pass