collection_tier_at_least

Passes when the player's tier in the specified collection is at or above the given tier.

Categories: player

Required arguments

Key(s)DescriptionType
collectionThe collection to check the player's tier in.STRING
tierThe minimum tier the player must have reached in the collection. Supports expressions.EXPRESSION

Example

conditions:
  - id: collection_tier_at_least
    args:
      collection: <value>
      tier: 5 + %level%