Bank provides an island bank to enable island members to share money.
Created and maintained by tastybento.
Each island has a bank account. Players can deposit or withdraw money from their regular economy accounts into the island account where it is pooled. The island owner can decide which rank of team member can access the account via the settings menu. There is a baltop
command that players can use to see which island has the most, or least money.
- Save or spend money as an island team
- Compete to have the highest balance in the game
- See a full history of transactions on the account
Bank requires an economy to be installed on the server that uses Vault. Ideally, the economy should be multi-world aware otherwise money may end up being shared between worlds and game modes.
The default player command is bank
and it can be changed in the config.yml. So you use the bank you do /island bank
for example.
bank deposit <amount>
- deposit money into the island bankbank withdraw <amount>
- withdraw money from the island bankbank balance
- see your island bank balancebank statement
- see a fancy statement of deposits/withdrawals, etc. on your island bank account
The default admin command is bank
and it can be changed in the config.yml.
Admin commands make money by magic.
bank give <player> <amount>
- deposit money into the player's island bankbank take <player> <amount>
- withdraw money from the player's island bankbank set <player> <amount>
- set the player's island bank balance to an amountbank balance <player>
- see a player's island bank balancebank statement <player>
- see a fancy statement of deposits/withdrawals, etc. on the player's island bank account
bank:
# BentoBox GameModes that can use Bank
game-modes:
- BSkyBlock
- AOneBlock
- AcidIsland
- SkyGrid
- CaveBlock
commands:
# User command
user: bank
# Admin command
admin: bank
permissions:
'[gamemode].bank.user':
description: Player can use bank command
default: true
'[gamemode].bank.user.balance':
description: Player can use bank balance command
default: true
'[gamemode].bank.user.deposit':
description: Player can use the bank deposit command
default: true
'[gamemode].bank.user.withdraw':
description: Player can use bank withdraw command
default: true
'[gamemode].bank.user.statement':
description: Player can use the bank statement command
default: true
'[gamemode].bank.user.baltop':
description: Player can use bank baltop command
default: true
'[gamemode].bank.admin':
description: Player can use admin command
default: op
'[gamemode].bank.admin.balance':
description: Player can use admin balance command
default: op
'[gamemode].bank.admin.give':
description: Player can use the admin give command
default: op
'[gamemode].bank.admin.take':
description: Player can use admin take command
default: op
'[gamemode].bank.admin.statement':
description: Player can use the admin statement command
default: op
'[gamemode].bank.admin.set':
description: Player can use admin set command
default: op
You can sponsor to get more addons like this and make this one better!