give_price
Gives the player a reward using the eco Price system, supporting any registered price type.
Categories: economy
Required arguments
| Key(s) | Description | Type |
|---|---|---|
value | The amount to give, as an expression string (may reference placeholders). | EXPRESSION |
type | The eco price type identifier (e.g. coins, xp, points:mytype). | STRING |
Trigger parameters required
PLAYER
Example
effects:
- id: give_price
args:
value: %level% * 100
type: points:mytype
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |