Bank Actions
Actions for interacting with the island bank system.
Actions
Bank Deposit Action
Deposits money from the player's personal balance into the island bank. Checks for sufficient funds and respects bank capacity limits.
amount — Double
The amount of currency to deposit.
action:
type: island_bank_deposit
amount: 1000.0
Bank Withdraw Action
Withdraws money from the island bank to the player's personal balance.
amount — Double
The amount of currency to withdraw.
Permissions Required
btcsky.bank.withdraw: Required to perform this action.- Island Role: Usually restricted to
ADMINorOWNERby default configuration.
action:
type: island_bank_withdraw
amount: 500.0