You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BankSystem is a Minecraft mod that adds a full banking system to the game. Players get a bank account that can hold money and items. Create shared accounts with permissions, automate item transfers with redstone, and monitor balances on in-world displays. Connect multiple servers to share bank accounts across your network.
The Bank Terminal Block is used to deposit/withdraw items to/from the bank account.
Note
The block contains an inventory which is unique for every player.
Like an ender chest, but when the block gets destroyed,
items not stored in the bank account will be dropped.
ATM Block
The ATM Block lets you withdraw money as specific bank notes.
Automation Blocks
The Bank Upload Block and Bank Download Block connect to your bank account and allow automated item transfers via redstone signals. They can be connected to pipes and hoppers.
For detailed usage of all blocks, bank accounts, and administration, see the Documentation section.
Money Stockpile
Money items can be placed in the world as decorative blocks. Each denomination has its own block model. The blocks can also be used for physical storage of money outside the banking system.
Bank Displays
The Bank Display block shows live bank account data on its screen. Right-click to open the configuration screen, where you select a bank account and one of two display modes:
Display Mode
Description
Balance History
A line chart tracking balance changes over time for all items in the account. Each item is color-coded with a legend on the right. Updates every 60 seconds.
Balance Overview
A compact grid showing the current balances of the highest-value items in the account. Displays item icons with their amounts. Updates every second.
Blocks
Block
Description
Metal Case Block
Casing for the Terminal block.
Terminal Block
Unprogrammed terminal. Can be programmed using a software item.
Bank Terminal Block
Used to access the bank account. Right click on a Terminal Block using a Banking Software to create this block.
ATM Block
Used to withdraw money. Right click on a Terminal Block using an ATM Software to create this block.
Bank Upload Block
Sends items to a bank account. Can be connected to pipes and hoppers. Needs redstone power.
Bank Download Block
Receives items from a bank account. Can be connected to pipes and hoppers. Needs redstone power.
Bank Display
Displays bank account information on its screen. Can show a balance overview or balance history chart. Right-click to configure.
Items
Item
Description
Circuit Board
Electronics component for other items.
Display
Display for the Terminal Block.
Empty Software
Base software, used to create specific software variants.
Banking Software
Programs a Terminal Block into a Bank Terminal Block.
ATM Software
Programs a Terminal Block into an ATM Block.
Bank Transmitter Module
Component for the Bank Upload Block.
Bank Receiver Module
Component for the Bank Download Block.
Money
Money comes in coins ($1-$50) and bills ($5-$1000). All denominations can be converted between each other using the crafting table. Money can also be placed in the world as decorative blocks.
The server administrator controls how money enters circulation.
See Money Conversions for all crafting recipes.