What is Vault2.0? Vault2.0 is an economy plugin that registers a Bukkit Economy service compatible with the Vault API, allowing other plugins (shops, ranks, etc.) to use money without depending on the original Vault.jar. It includes menus, pay/charge flows, loans, and safe configuration and message reloads
Copy the .jar file to the plugins folder on your server. Start the server to generate the configuration.
1:💲pay send money to a player
2:💲balance shows the player's money
3:💲Charge sends an interactive message to the player with the designated amount (clicking on the message automatically sends the money without using commands).
The loan system helps manage the game's finances. Players can apply for loans, manage payments, and view their financial status.
To request a loan, open the menu with /loan or /prestamo and select Request. Specify the amount and, if there are installments, also the amount of each one.
Upon confirmation, the money is instantly deposited, and the loan is recorded as "active."
The system attempts to collect installments automatically. If there's enough balance, it deducts from the balance.
In the menu, the Status option shows the outstanding balance and the next payment date.
You can use the Pay option to pay part or all of the loan at any time.
If there's not enough balance to collect, the loan goes into debt. This can cause negative effects until the debt is settled. This system simplifies financial management in the game, offering control and dynamism.
Please do not report or post bugs or errors here all reports should be submitted on our Discord server
📜 Commands List:
| /vault -> open main menu
| /vault reload -> reload config + messages and add missing sections
| /vault update -> check updates
| /pay -> open player list GUI
| /loan | /prestamo -> open loan GUI
| /balance -> show your balance
| /eco give/take -> admin (OP)
🔐 Permissions:
| vault.balance (default: true) -> /balance
| vault.pay (default: true) -> /pay + GUI
| vault.loan (default: true) -> /loan /prestamo + loans
| vault.eco (default: op) -> /eco give / take

What is Vault2.0? Vault2.0 is an economy plugin that registers a Bukkit Economy service compatible with the Vault API, allowing other plugins (shops, ranks, etc.) to use money without depending on the original Vault.jar. It includes menus, pay/charge flows