Bank#
Bank provides an island bank to enable island members to share money.
Created and maintained by tastybento.
Useful links
Introduction#
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.
Features#
- 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
Requirements#
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.
Commands#
Player commands#
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 you island bank account
Admin commands#
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 bank * bank take <player> <amount> - withdraw money from the player's island bank * bank set <player> <amount> - set the player's island bank balance to an amount * bank balance <player> - see a player's island bank balance * bank statement <player> - see a fancy statement of deposits/withdrawals, etc. on the player's island bank account
Placeholders#
Placeholders can be found here.
Configuration#
bank:
# BentoBox GameModes that can use Bank
game-modes:
- BSkyBlock
- AOneBlock
- AcidIsland
- SkyGrid
- CaveBlock
commands:
# User command
user: bank
# Admin command
admin: bank
placeholders:
# This is how many ranks will be registered with the placeholder API.
# There are two placeholders per rank:
# %Bank_[gamemode]_top_name_1% with island level: %Bank_[gamemode]_top_value_1%
# [gamemode] is bskyblock, acidisland, etc.
number-of-ranks: 10
Permissions#
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
Like this addon?#
You can sponsor to get more addons like this and make this one better!
Changelog#
What's new in v1.9.1
Released: 2026-03-28
- Top island name placeholders.
%Bank_[gamemode]_top_island_<number>%now exposes the island name (not just the owner name) for each leaderboard position. Island names are cached alongside owner names and balances. - ⚙️ Interest compounding documentation and config comments corrected — the
compound-periods-per-yearcalculation had an off-by-one that caused slightly incorrect compound interest. Update your config comments by replacing the old jar.
Translations#
Help us keep translations accurate
Most BentoBox and addon translations are now generated with the help of AI, so the bulk of the work is already done — but AI is not perfect. What we really need from the community is error reports and corrections.
- Spotted a mistake or awkward phrasing? Open an issue or a PR on the relevant repository at bentobox.world (a short link to our GitHub org), or tell us on Discord.
- Want to add a brand-new language? Open a PR adding a new locale file to
src/main/resources/locales/in the relevant repo, or ask on Discord and we'll get you started.
| Language | Language code | Progress |
|---|---|---|
| English (United States) | en-US | 100% (Default) |
| Chinese, China | zh-CN | 100% |
| Chinese, Hong Kong | zh-HK | 100% |
| Croatian | hr | 100% |
| Czech | cs | 100% |
| Dutch | nl | 100% |
| French | fr | 100% |
| German | de | 100% |
| Hungarian | hu | 100% |
| Indonesian | id | 100% |
| Italian | it | 100% |
| Japanese | ja | 100% |
| Korean | ko | 100% |
| Latvian | lv | 100% |
| Polish | pl | 100% |
| Portuguese | pt | 100% |
| Portuguese, Brazil | pt-BR | 100% |
| Romanian | ro | 100% |
| Russian | ru | 100% |
| Spanish | es | 100% |
| Turkish | tr | 100% |
| Ukrainian | uk | 100% |
| Vietnamese | vi | 100% |