take_money
Removes a specified amount of money from the player's balance.
Categories: economy
Required arguments
| Key(s) | Description | Type |
|---|---|---|
amount | The amount of money to remove from the player. Supports expressions. | EXPRESSION |
Trigger parameters required
PLAYER
Example
effects:
- id: take_money
args:
amount: %level% * 10
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |