Economy Bank Plugin
Economy Bank Plugin (1.16.5, 1.15.2) is a simple economy bank system, that store data in MySQL Database or Flat File system. Banking transactions are made using signs but also feature admin commands to check/set other players’ accounts.
Features
- Premium UUID and Offline UUID support.
- MySQL Database or Flat File Data Storage.
- Supports any Economy system that works with Vault.
- Uses TitleManager to add fancy action bar messages when doing banking transactions.
- Sound effects when using the bank system.
- Particle effects when creating bank signs.
- Processed economy number display for easy reading ex: 1,000,1260.50
- You can customize everything, chat prefix, messages, sign display.
- Can work on the same database as our plugin MySQL Economy Bridge
- Features interest options.
Balance signs:
Shows the current Player Balance
[Bank] balanceempty
empty
Deposit signs:
Deposits <AMOUNT> money.
[Bank] deposit<AMOUNT>
empty
Withdraw signs:
Withdraws <AMOUNT> money.
[Bank] withdraw<AMOUNT>
empty
<AMOUNT> format example: 1000 | 20 | 20.5 | 20.25
Permissions
- MysqlEconomyBank.use – Default true – Allows the use of banking signs.
- MysqlEconomyBank.admin – Default to OP – Allows to create/remove banking signs and use admin commands.
- MysqlEconomyBank.cmd.interest – Default to OP – Access to /bank interest command.
- MysqlEconomyBank.cmd.balance – Default to OP – Access to /bank balance command.
- MysqlEconomyBank.cmd.deposit – Default to OP – Access to /bank deposit command.
- MysqlEconomyBank.cmd.withdraw – Default to OP – Access to /bank withdraw command.
Commands
- /bank ; /bank help ; /meb ; /meb help – Will display the help page
- /bank reload ; /meb reload – Reloads the config.yml file. Requires permission MysqlEconomyBank.admin
- /bank balance ; /meb balance – Check your bank balance. Requires permission MysqlEconomyBank.cmd.balance
- /bank withdraw <amount> ; /meb withdraw <amount> – Withdraw money from your bank. Requires permission MysqlEconomyBank.cmd.withdraw
- /bank deposit <amount> ; /meb deposit <amount> – Deposit money to your bank. Requires permission MysqlEconomyBank.cmd.deposit
- /bank balance <name> ; /meb balance <name> – Check a players bank balance. Requires permission MysqlEconomyBank.admin
- /bank set <name> <amount> ; /meb set <name> <amount> – Set a players bank balance. Requires permission MysqlEconomyBank.admin
- /bank deposit <amount> <name> ; /meb deposit <amount> <name> – Deposit money to a player account. Requires permission MysqlEconomyBank.admin
- /bank withdraw <amount> <name> ; /meb withdraw <amount> <name> – Take money from a player account. Requires permission MysqlEconomyBank.admin
- /bank interest ; /meb interest – Check countdown to next interest. Requires permission MysqlEconomyBank.cmd.interest
Screenshots:
How to install:
- Download a plugin of your choice.
- Place the .jar and any other files in your plugins directory.
- Run the server and wait for it to fully load.
- Type stop in your Minecraft server console to bring the server to a clean stop.
- Run the server.
- All done! Your plugin should be installed and ready to be used.