MineBank v5.6.1

Allows to storage money in bank and win money pasively
  • MineBank.png
  • MineBank_GUI.png
  • Minebank_Web_Panel.png
  • MineBank.png
  • MineBank_GUI.png
  • Minebank_Web_Panel.png
Please rate the plugin if you like it
If you find a bug or have suggestions, feel free to share them in
Github
It helps me a lot to keep creating and improving

If you have a version earlier than 5.3.1, downloading the latest version will automatically add the new keys to the configuration and message files.
Example of a new message key in version 5.3.1: bank.transaction-usage: '%chatPlugin% &eUsage: /bank transactions [page]'


TESTED IN:
  • Paper (1.13.2, 1.16.5, 1.20.6, 1.21.11, 26.1.1)
  • Bukkit (1.21.11)
  • Spigot (1.21.11, 26.1.2)
  • Leaf (1.21.11)
  • Purpur (1.21.11)
  • Folia (1.21.11) Use this (Vault)

See the WEB Page to view the plugin's commands, permissions, and variables
Available in Aternos

Features (Link)
Allows to win money pasively
Allows to lose money with interests
Create banks with unlimited levels and storage
Each bank has its own permission
Players can receive bank profits a set number of times while offline
Specific default level and money can be set for new players joining for the first time
Transaction control system
Customizable inventory GUI (1.13+)
PlaceholderAPI support
Web Panel system
HEX color support (1.16+) #RRGGBB
HEX gradient support (1.16+) <#RRGGBB:#RRGGBB>...</#>
HEX triple gradient support <#RRGGBB:#RRGGBB:#RRGGBB>.....</#> (1.16+)
Allow to translate all chat messages and inventory GUI item information
All chat messages can span one or multiple lines
Variable names are case-insensitive. Example: %latestVersion% works the same as %LaTEstVERsioN%
Update checks are performed repeatedly every 8 hours while the server is running


Commands (Link)
/minebank help - Show all minebank commands
/minebank reload - Reload the plugin
/minebank info - Show plugin info
/minebank permissions - Show plugin permissions
/minebank migrate {<FROM>-<TO>} - Migrate to other database system
/minebank migrate confirm - Confirm the migration
/minebank backup - Make a plugin data backup
/minebank event {profit/tax} <multiplier> <duration> - Start a special event
/minebank event {profit/tax} cancel - Cancel a special event
/minebank bank create <newbankname> - Create a new bank
/minebank bank rename <oldname> <newname> - Rename a bank
/minebank bank add <bankname> level <newlevel> max_balance <value> upgrade_cost <value> - Add a bank level
/minebank bank modify <bankname> level <value> max_balance <value> - Modify level max balance
/minebank bank modify <bankname> level <value> upgrade_cost <value> - Modify level upgrade cost
/minebank bank modify <bankname> priority <value> - Change bank priority
/minebank bank delete <bankname> level <value> - Delete a bank level
/minebank bank delete <bankname> - Delete a bank (confirm required)
/minebank bank delete confirm - Confirm bank deletion
Aliases: minebank, mb
/bank - Open main bank GUI (1.13+)
/bank help - Show bank help
/bank data - Show your bank data
/bank data <player> - Show bank data of player
/bank add <amount> - Deposit amount money
/bank add half-balance - Deposit half of your current bank balance
/bank add all - Deposit all your balance or until your max bank balance
/bank add mid-max - Deposit half of your max bank balance
/bank add player <player> <amount> - Adds an amount to the player´s bank balance
/bank take <amount> - Withdraw amount money
/bank take half-balance - Withdraw half of your current bank balance
/bank take all - Withdraw all your bank balance
/bank take mid-max - Withdraw half of your max bank balance
/bank take player <player> <amount> - Withdraws an amount from the player´s bank balance
/bank set <player> balance <amount> - Set amount balance to player
/bank set <player> balance mid-max - Set half max bank balance to player
/bank set <player> balance max - Set max bank balance to player
/bank set <player> level <amount> - Set amount level to player
/bank set <player> level mid-max - Set half max bank level to player
/bank set <player> level max - Set max bank level to player
/bank levelup - Level up your bank
/bank levelup <player> - Level up playe´s bank
/bank top - Show top 10 players with the most money
/bank top <amount> - Show top amount players with the most money
/bank top player <player> - Show top position and bank data of player
/bank receive profit - Receive the offline accumulated benefits
/bank transactions [page] - Open your paged transaction history
/bank events - Open the events GUI
/bank gui <GUI> - Open a selected GUI
/bank web - Open your bank web panel

Permissions (Link)
minebank.admin - Allows to unlock admin commands
minebank.migration - Allows to migrate plugin data to other database systems
minebank.backup - Allows to backup plugin data
minebank.updatechecker - Allows to receive a message if there is a plugin update
minebank.bank.use - Allows to use the bank plugin commands
minebank.bank.<bankName> - Allows to have the bank <bankName>

Plugin Variables (Link)
%plugin% - Displays the plugin prefix
%chatPlugin% - Displays the plugin prefix (this can be modified)
%version% - Displays the current version of the plugin
%latestVersion% - Displays the latest version of the plugin
%link% - Displays the download link for the plugin
%author% - Displays the author of the plugin
%moneySymbol% - Displays the money symbol
%dataStorage% - Displays the current plugin data storage
%offlineMaxProfitTimes% - Displays the maximum number of times you can earn offline profit
%pluginHooksList% - Displays the plugin hooks
%playerName% - Displays the name of the player executing the command
%playerBankName% - Displays the name of the bank of the player executing the command
%playerBankBalance% - Displays the current bank balance of the player executing the command
%playerBankLevel% - Displays the bank level of the player executing the command
%playerBankMaxBalance% - Displays the maximum bank balance of the player executing the command
%playerBankMaxLevel% - Displays the maximum bank level of the player executing the command
%playerBankTop% - Displays the top position of the player's bank executing the command
%playerEconomyBalance% - Displays the player's economy balance executing the command
%playerBankNextLevelCost% - Displays the amount needed to level up the player's bank
%offlineProfitAmount% - Displays the amount of offline profit balace accrued
%offlineProfitTimes% - Displays the amount of offline profit times
%newPlayerBankLevel% - Displays the new bank level when levelup
%newPlayerBankMaxBalance% - Displays the new bank max balance when levelup
%targetPlayerName% - Displays the name of the player receiving the command
%targetBankLevel% - Displays the bank level of the player receiving the command
%targetBankMaxBalance% - Displays the maximum bank balance of the player receiving the command
%targetBankMaxLevel% - Displays the maximum bank level of the player receiving the command
%topBankPosition% - Displays the player's position in the bank top list
%topPlayerName% - Displays the player's name in the bank top list
%topBankName% - Displays the bank name of the player in the bank top list
%topBankBalance% - Displays the player's balance in the bank top list
%topBankLevel% - Displays the player's level in the bank top list
%bankTopBankPosition_<number>% - Displays the player bank position in the top <number> of the bank
%bankTopPlayerName_<number>% - Displays the player's name in the top <number> of the bank
%bankTopBankName_<number>% - Displays the bank name of the player in the top <number> of the bank
%bankTopBankBalance_<number>% - Displays the bank balance of the player in the top <number> of the bank
%bankTopBankLevel_<number>% - Displays the bank level of the player in the top <number> of the bank
%amount% - Displays the amount specified in the command
%amountDeducted% - Displays the amount withdrawn from the bank without interest
%amountReceived% - Displays the amount received when withdrawing money from the bank with interest
%interestPercentage% - Displays the interest percentage when withdrawing money from the bank
%keepInBankProfit% - Displays the amount earned by keeping money in the bank
%profitPercentage% - Displays the profit percentage for keeping money in the bank
%minBankBalanceToReceiveProfit% - Displays the minimum amount of money in the bank to earn profit
%MIGRATEDFROM% - Displays the from database (only migration message)
%MIGRATEDTO% - Displays the to database (only migration message)
%MIGRATEDPLAYERS% - Displays the amount of players migrated (only migration message)
%MIGRATEDBANKS% - Displays the amount of banks migrated (only migration message)
%MIGRATEDINTERESTS% - Displays the amount of interests migrated (only migration message)
%MIGRATEDTRANSACTIONS% - Displays the amount of transactions migrated (only migration message)
%MIGRATIONTIME% - Displays the time elapsed during the migrated (only migration message)
%MIGRATIONERROR% - Displays the error migration message (only migration message)
%minTransactionAmount% - Displays the minimum amount of balance for a transaction (only transaction message)
%transactionCooldownRemaining% - Displays the remaining time to do another transaction (only transaction message)
%webhost% - Displays the web host (only web message)
%webport% - Displays the web port (only web message)
%type% - Displays the type of event (only event message and event gui items)
%multiplier% - Displays the multiplier of event (only event message and event gui items)
%duration% - Displays the duration of event (only event message and event gui items)
%remaining% - Displays the remaining time of event (only events gui items)
%bankName% - Displays the bank name (only manage message)
%newBankName% - Displays the new bank name (only manage message)
%level% - Displays the bank level (only manage message)
%priority% - Displays the bank priority (only manage message)

PlaceholderAPI Variables (Link)
%minebank_p_name% - Displays player name
%minebank_p_b_name% - Displays player bank name
%minebank_p_b_bal% - Displays player bank balance
%minebank_p_b_lvl% - Displays player bank level
%minebank_p_b_max_bal% - Displays player bank max balance
%minebank_p_b_max_lvl% - Displays player bank max level
%minebank_p_b_next_lvl_cost% - Displays player bank next level cost
%minebank_p_b_offline_profit_accrued% - Displays player bank offline profit accrued
%minebank_p_b_offline_profit_times% - Displays player bank offline profit times
%minebank_p_b_top_position% - Displays player bank top position
%minebank_p_economy_bal% - Displays player economy balance
%minebank_p_b_is_max_lvl% - Displays player bank is max level (true/false)
%minebank_p_b_can_lvlup% - Displays player bank can level up (true/false)
%minebank_p_b_percent_lvlup_filled% - Displays player bank level up percent filled
%minebank_p_b_percent_lvlup_remaining% - Displays player bank level up percent remaining
%minebank_p_b_percent_bal_filled% - Displays player bank balance percent filled
%minebank_p_b_percent_bal_free% - Displays player bank balance percent free
%minebank_p_name%_<player> - Displays <player> name
%minebank_p_b_name_<player>% - Displays <player> bank name
%minebank_p_b_bal_<player>% - Displays <player> bank balance
%minebank_p_b_lvl_<player>% - Displays <player> bank level
%minebank_p_b_max_bal_<player>% - Displays <player> bank max balance
%minebank_p_b_max_lvl_<player>% - Displays <player> bank max level
%minebank_p_b_next_lvl_cost_<player>% - Displays <player> bank next level cost
%minebank_p_b_offline_profit_accrued_<player>% - Displays <player> bank offline profit accrued
%minebank_p_b_offline_profit_times_<player>% - Displays <player> bank offline profit times
%minebank_p_b_top_position_<player>% - Displays <player> bank top position
%minebank_p_economy_bal_<player>% - Displays <player> economy balance
%minebank_p_b_is_max_lvl_<player>% - Displays <player> bank is max level (true/false)
%minebank_p_b_can_lvlup_<player>% - Displays <player> bank can level up (true/false)
%minebank_p_b_percent_lvlup_filled_<player>% - Displays <player> bank level up percent filled
%minebank_p_b_percent_lvlup_remaining_<player>% - Displays <player> bank level up percent remaining
%minebank_p_b_percent_bal_filled_<player>% - Displays <player> bank balance percent filled
%minebank_p_b_percent_bal_free_<player>% - Displays <player> bank balance percent free
%minebank_top_b_data_<number>% - Displays bank data of top <number>
%minebank_top_p_name_<number>% - Displays player name of top <number>
%minebank_top_b_name_<number>% - Displays bank name of top <number>
%minebank_top_b_bal_<number>% - Displays bank balance of top <number>
%minebank_top_b_lvl_<number>% - Displays bank level of top <number>
EULA: Free EULA
321 Views
3 Downloads
Mar 31, 2026 Published
Apr 8, 2026 Updated
Not yet rated
483.2 KB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Economy
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Folia
  1. Purpur
Supported versions
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
  1. 1.15
  1. 1.14
  1. 1.13
Supported languages
  1. English
  1. Spanish
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Lag-free, customizable servers ready in minutes.
Host your adventure today!
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,170 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 52 ratings
3,094 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,031 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,800 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,569 purchases
321 Views
3 Downloads
Mar 31, 2026 Published
Apr 8, 2026 Updated
Not yet rated
483.2 KB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Economy
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Folia
  1. Purpur
Supported versions
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
  1. 1.15
  1. 1.14
  1. 1.13
Supported languages
  1. English
  1. Spanish
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Lag-free, customizable servers ready in minutes.
Host your adventure today!
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,170 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 52 ratings
3,094 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,031 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,800 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,569 purchases
Top