take_money

Removes a specified amount of money from the player's balance.

Categories: economy

Required arguments

Key(s)DescriptionType
amountThe 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

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue