Mortis Bank
Mortis Bank allows you to store coins in your bank and upgrade your bank account unlocking many perks and more.
● Bank Depositing / Withdrawing System. Store your coins in the bank by Depositing it with a bank limit and Take out your coins from the bank by Withdrawing it.
● Bank Upgrades with customizable requirements and perks. You can use permissions, items and money as requirements in order to purchase a bank upgrade and upgrade your bank limit.
● All Menus are configurable. You can configure the menu items and can use the provided placeholders in the menu items.
● Multiple Data Storage Systems. Supports H2, SQL, MYSQL, MARIADB, POSTGRESQL
/bank
Opens the bank for the player.
Requires "bank.main" permission.
/bank help
Shows all the commands.
Requires "bank.help" permission.
/bank open <player_name>
Opens the bank for the target.
Requires "bank.open" permission.
/bank admin
Shows all the admin commands
Requires "bank.admin" permission.
Full List of Commands in the
Wiki
_raw Use this at the end of a placeholder to get its raw value. For Example
%mortisbank_balance_raw%
_formatted Use this at the end of a placeholder to format its value. For Example
%mortisbank_balance_formatted%
%mortisbank_balance% Shows the bank balance
%mortisbank_max_balance% Shows the bank limit
%mortisbank_account% Shows the player's account name
%mortisbank_account_priority% Shows the player's account priority
%mortisbank_deposit_whole% Shows the deposit-able amount
%mortisbank_deposit_half% Shows the deposit-able amount
%mortisbank_withdraw_everything% Shows the withdraw-able amount
%mortisbank_withdraw_half% Shows the withdraw-able amount
%mortisbank_withdraw_twenty% Shows the withdraw-able amount
%
mortisbank_has_transactions% Shows "true" if the player has transactions else "false".
%mortisbank_transaction_<position>% Shows the transactions. Example
%mortisbank_transaction_3%
%mortisbank_transaction_list_<size>% Shows the transactions
in a list
Example
%mortisbank_transaction_list_10%
%mortisbank_leaderboard_<position>% Shows the leaderboard. Example
%mortisbank_leaderboard_1%
● VaultAPI
● A Economy Plugin (For example EssentialsX)
● PlaceholderAPI