Dependencies
Installation
Only on Spigot, Paper etc.
1. Put AGBank.jar into the plugins folder along with the required dependencies
2. Start the server
3. Edit the config (if you need to)
4. Restart the server (if you changed something in the config in step 3)
Commands
Placeholder
- Vault
- A Vault Compatible Economy Plugin
Installation
Only on Spigot, Paper etc.
1. Put AGBank.jar into the plugins folder along with the required dependencies
2. Start the server
3. Edit the config (if you need to)
4. Restart the server (if you changed something in the config in step 3)
Commands
- /bank
Placeholder
- Placeholder required
- %bank_money%
- %bank_level%
Spoiler: config.yml
Code (YAML):
#################################################
# #
# #### #### ## # # # #
# # # # # # # # # # #
# ##### ###### # # # ### #
# # # # # # # # # # #
# #### # # # ## # # #
# #
# Creator: AG4 | Website: https://ag4dev.tk #
# #
#################################################
#==================(Placeholder)==================#
# %bank_money%
# %bank_level%
#==================(Placeholder)==================#
#==================(Level cost)==================#
#The price of the level that you can buy to upgrade the bank space
Cost-Level1 : 1000
Cost-Level2 : 2000
Cost-Level3 : 3000
Cost-Level4 : 4000
#==================(Level cost)==================#
#==================(Level money limit)==================#
#Maximum amount of money that can be deposited in the bank
max-Level1 : 1000
max-Level2 : 2000
max-Level3 : 3000
max-Level4 : 4000
#==================(Level maximum money)==================#
#===========(Withdraw money at death)============#
# [ Money is withdrawn only from the personal account ]
# [ Money will be withdrawn from the dead player when he has 10$ or more ]
# [ The money will be transferred to the killer ]
#Warning: Don't change it more than that
#ratio: 0.1 <------ 90%
#ratio: 0.2 <------ 80%
#ratio: 0.3 <------ 70%
#ratio: 0.4 <------ 60%
#ratio: 0.5 <------ 50%
#ratio: 0.6 <------ 40%
#ratio: 0.7 <------ 30%
#ratio: 0.8 <------ 20%
#ratio: 0.9 <------ 10%
ratio : 0.1
#===========(Withdraw money at death)============#
# #
# #### #### ## # # # #
# # # # # # # # # # #
# ##### ###### # # # ### #
# # # # # # # # # # #
# #### # # # ## # # #
# #
# Creator: AG4 | Website: https://ag4dev.tk #
# #
#################################################
#==================(Placeholder)==================#
# %bank_money%
# %bank_level%
#==================(Placeholder)==================#
#==================(Level cost)==================#
#The price of the level that you can buy to upgrade the bank space
Cost-Level1 : 1000
Cost-Level2 : 2000
Cost-Level3 : 3000
Cost-Level4 : 4000
#==================(Level cost)==================#
#==================(Level money limit)==================#
#Maximum amount of money that can be deposited in the bank
max-Level1 : 1000
max-Level2 : 2000
max-Level3 : 3000
max-Level4 : 4000
#==================(Level maximum money)==================#
#===========(Withdraw money at death)============#
# [ Money is withdrawn only from the personal account ]
# [ Money will be withdrawn from the dead player when he has 10$ or more ]
# [ The money will be transferred to the killer ]
#Warning: Don't change it more than that
#ratio: 0.1 <------ 90%
#ratio: 0.2 <------ 80%
#ratio: 0.3 <------ 70%
#ratio: 0.4 <------ 60%
#ratio: 0.5 <------ 50%
#ratio: 0.6 <------ 40%
#ratio: 0.7 <------ 30%
#ratio: 0.8 <------ 20%
#ratio: 0.9 <------ 10%
ratio : 0.1
#===========(Withdraw money at death)============#
Spoiler: lang.yml
Code (YAML):
Chat_Prefix
: '&d&lBANK > '
Chat_Cancel : '&cPlease Type Amount or type &b ## &cto cancel'
Chat_Only_have : '&cYou only have &6$ {amount }'
Chat_Deposit_Type : '&fType the amount you want to &a&ndeposit'
Chat_Deposit_Cancel : '&cDeposit canceled'
Chat_Deposit_Success : '&6$ {amount } &ahas been deposited successfully'
Chat_Deposit_Zero : '&cYou cannot deposit &6$0'
Chat_Deposit_Space : '&cYou only have &6$ {amount } &cspace'
Chat_Withdraw_Type : '&fType the amount you want to &a&nwithdraw'
Chat_Withdraw_Cancel : '&cDraw canceled'
Chat_Withdraw_Success : '&6$ {amount } &ahas been withdrawn successfully'
Chat_Withdraw_Zero : '&cYou cannot withdraw &6$0'
Chat_Lost : '&cYou lost &6$ {amount } &cof your personal money'
Upgrade_Buy_2 : '&aLevel-2 Purchased successfully'
Bank : '&8Bank'
Bank_Account : '&aBank Account'
Bank_Account_Des : '&7This bank account protect your money'
Bank_Account_Click : '&eClick to open account'
Bank_Account_Withdraw_Des : '&7Withdraw your bank money to personal account'
Bank_Account_Deposit_Des : '&7Deposit your personal money to bank account'
Bank_Account_Withdraw_Click : '&eClick to open withdraw'
Bank_Account_Deposit_Click : '&eClick to open deposit'
Bank_Account_Upgrade_Click : '&eClick to open upgrade'
Bank_Account_Buy : '&c ( You can''t buy anything )'
Personal_Account : '&aPersonal Account'
Personal_Account_Des : '&7This personal account is not safety'
Personal_Account_Buy : '&a ( You can buy anything )'
Bank_Deposit : '&8Bank Deposit'
Deposit : '&2Deposit'
Deposit_All : '&aYour all money'
Deposit_Half : '&aHalf of your money'
Deposit_Specific : '&aSpecific amount'
Deposit_Des : '&7Bank deposit'
Deposit_Click : '&eClick to deposit'
Deposit_Amount : '&5Amount to deposit : &6${amount}'
Bank_Upgrade : '&8Bank Upgrade'
Upgrade : '&aUpgrade'
Upgrade_Open : '&aOpen'
Upgrade_Locked : '&cLocked'
Upgrade_Des : '&7upgrade to deposit more money'
Upgrade_Level : '&5Level : &6{amount}'
Upgrade_Max : '&5Max : &6${amount}'
Upgrade_Cost : '&5Cost &6$ {amount }'
Upgrade_Click : '&eClick to buy'
Bank_Withdraw : '&8Bank Withdraw'
Withdraw : '&cWithdraw'
Withdraw_All : '&aYour all money'
Withdraw_Half : '&aHalf of your money'
Withdraw_Specific : '&aSpecific amount'
Withdraw_Des : '&7Bank withdraw'
Withdraw_Click : '&eClick to withdraw'
Withdraw_Amount : '&5Amount to withdraw : &6${amount}'
Info : '&aInfo'
Info_Des : '&7Keep your money safe in the bank!'
Money : '&5Money : &6${amount}'
Money_Limit : '&5Money limit : &6${amount}'
Bank_Money : '&5Bank Money : &6${amount}'
Personal_Money : '&5Personal Money : &6${amount}'
Back : '&aBack'
Close : '&cClose'
Chat_Cancel : '&cPlease Type Amount or type &b ## &cto cancel'
Chat_Only_have : '&cYou only have &6$ {amount }'
Chat_Deposit_Type : '&fType the amount you want to &a&ndeposit'
Chat_Deposit_Cancel : '&cDeposit canceled'
Chat_Deposit_Success : '&6$ {amount } &ahas been deposited successfully'
Chat_Deposit_Zero : '&cYou cannot deposit &6$0'
Chat_Deposit_Space : '&cYou only have &6$ {amount } &cspace'
Chat_Withdraw_Type : '&fType the amount you want to &a&nwithdraw'
Chat_Withdraw_Cancel : '&cDraw canceled'
Chat_Withdraw_Success : '&6$ {amount } &ahas been withdrawn successfully'
Chat_Withdraw_Zero : '&cYou cannot withdraw &6$0'
Chat_Lost : '&cYou lost &6$ {amount } &cof your personal money'
Upgrade_Buy_2 : '&aLevel-2 Purchased successfully'
Bank : '&8Bank'
Bank_Account : '&aBank Account'
Bank_Account_Des : '&7This bank account protect your money'
Bank_Account_Click : '&eClick to open account'
Bank_Account_Withdraw_Des : '&7Withdraw your bank money to personal account'
Bank_Account_Deposit_Des : '&7Deposit your personal money to bank account'
Bank_Account_Withdraw_Click : '&eClick to open withdraw'
Bank_Account_Deposit_Click : '&eClick to open deposit'
Bank_Account_Upgrade_Click : '&eClick to open upgrade'
Bank_Account_Buy : '&c ( You can''t buy anything )'
Personal_Account : '&aPersonal Account'
Personal_Account_Des : '&7This personal account is not safety'
Personal_Account_Buy : '&a ( You can buy anything )'
Bank_Deposit : '&8Bank Deposit'
Deposit : '&2Deposit'
Deposit_All : '&aYour all money'
Deposit_Half : '&aHalf of your money'
Deposit_Specific : '&aSpecific amount'
Deposit_Des : '&7Bank deposit'
Deposit_Click : '&eClick to deposit'
Deposit_Amount : '&5Amount to deposit : &6${amount}'
Bank_Upgrade : '&8Bank Upgrade'
Upgrade : '&aUpgrade'
Upgrade_Open : '&aOpen'
Upgrade_Locked : '&cLocked'
Upgrade_Des : '&7upgrade to deposit more money'
Upgrade_Level : '&5Level : &6{amount}'
Upgrade_Max : '&5Max : &6${amount}'
Upgrade_Cost : '&5Cost &6$ {amount }'
Upgrade_Click : '&eClick to buy'
Bank_Withdraw : '&8Bank Withdraw'
Withdraw : '&cWithdraw'
Withdraw_All : '&aYour all money'
Withdraw_Half : '&aHalf of your money'
Withdraw_Specific : '&aSpecific amount'
Withdraw_Des : '&7Bank withdraw'
Withdraw_Click : '&eClick to withdraw'
Withdraw_Amount : '&5Amount to withdraw : &6${amount}'
Info : '&aInfo'
Info_Des : '&7Keep your money safe in the bank!'
Money : '&5Money : &6${amount}'
Money_Limit : '&5Money limit : &6${amount}'
Bank_Money : '&5Bank Money : &6${amount}'
Personal_Money : '&5Personal Money : &6${amount}'
Back : '&aBack'
Close : '&cClose'
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
⭐AGBank (SMP) ⭕ GUI & More [1.8.x - 1.19.x]⭐ is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 767 times (via Spigot). Download it and open it directly in the game.





