give_lands_balance

Adds money to the Lands balance of the land at the trigger location.

Categories: economy

Required arguments

Key(s)DescriptionType
amountThe amount to add to the land's balance. Supports expressions.EXPRESSION

Optional arguments

Key(s)DescriptionTypeDefault
only_trustedWhether to restrict the effect to trusted land members. Defaults to true.BOOLEANtrue

Trigger parameters required

  • PLAYER

Example

effects:
  - id: give_lands_balance
    args:
      amount: 1
      only_trusted: true # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue