give_collection_count
Gives the player progress towards the specified collection.
Categories: player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
collection | The collection to give progress towards. | STRING |
amount | The 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
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |