give_lands_balance
Adds money to the Lands balance of the land at the trigger location.
Categories: economy
Required arguments
| Key(s) | Description | Type |
|---|
amount | The amount to add to the land's balance. 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: give_lands_balance
args:
amount: 1
only_trusted: true # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |