cmi_set_balance
Sets the player's CMI balance to a specified amount.
Categories: economy
Required arguments
| Key(s) | Description | Type |
|---|---|---|
amount | The amount to set the player's balance to. Supports expressions. | EXPRESSION |
Trigger parameters required
PLAYER
Example
effects:
- id: cmi_set_balance
args:
amount: 1
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |