give_item_points
Adds points to a specific point type on the triggering item.
Categories: economy, points
Required arguments
| Key(s) | Description | Type |
|---|---|---|
type | The item point type to add to. | STRING |
amount | The amount of points to add to the item. Supports expressions. | EXPRESSION |
Example
effects:
- id: give_item_points
args:
type: <value>
amount: %level% * 5
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |
| Permanent | false |