set_lands_balance

Sets the Lands balance of the land at the trigger location to a specific value.

Categories: economy

Required arguments

Key(s)DescriptionType
amountThe value to set the land's balance to. 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: set_lands_balance
    args:
      amount: 1
      only_trusted: true # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue