give_collection_count

Gives the player progress towards the specified collection.

Categories: player

Required arguments

Key(s)DescriptionType
collectionThe collection to give progress towards.STRING
amountThe amount of progress to give towards the collection. Supports expressions.EXPRESSION

Trigger parameters required

  • PLAYER

Example

effects:
  - id: give_collection_count
    args:
      collection: <value>
      amount: %level% * 10

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue