VaultCore is a simple yet powerful economy system built for Paper 1.21.5, developed using Java and Maven. It enables players to check their balance, send money to others, and allows admins to manage balances with easy-to-use commands β all stored efficiently in a local flat file database.
- β
/money
β View your current balance. - β
/money pay <player> <amount>
β Send money to other players. - π§
/money give/take <player> <amount>
β Admin tools to modify balances. - πΎ Balances stored in
playerdata.db
(flat file, UUID-based). - π§ Auto-save on player leave and plugin shutdown.
- π Full permission support for every command.
- π§± Built with Paper API and Maven β fast and modern.
- Minecraft Java 1.21.5
- Paper server
- Java 17+
- Maven 3+
- Download the latest
VaultCore.jar
from the releases tab. - Place it in your serverβs
plugins/
folder. - Start the server and enjoy!
Command | Permission Node | Default |
---|---|---|
/money |
vaultcore.money |
β All |
/money pay |
vaultcore.money.pay |
β All |
/money give |
vaultcore.money.give |
β OP |
/money take |
vaultcore.money.take |
β OP |
This project is built with Maven:
mvn clean package