set_lands_balance
Sets the Lands balance of the land at the trigger location to a specific value.
Categories: economy
Required arguments
| Key(s) | Description | Type |
|---|
amount | The value to set the land's balance to. Supports expressions. | EXPRESSION |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
only_trusted | Whether to restrict the effect to trusted land members. Defaults to true. | BOOLEAN | true |
Trigger parameters required
Example
effects:
- id: set_lands_balance
args:
amount: 1
only_trusted: true # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |