Skip to content

A lightweight Minecraft plugin that adds a basic economy system with player balance storage, money transfer (/money pay), and admin commands (/money give, take, pay). Player data is saved to playerdata.db on leave and shutdown.

License

Notifications You must be signed in to change notification settings

urdaknows/VaultCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’° VaultCore – Lightweight Economy Plugin for Minecraft

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.


πŸš€ Features

  • βœ… /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.

πŸ“¦ Requirements

  • Minecraft Java 1.21.5
  • Paper server
  • Java 17+
  • Maven 3+

πŸ› οΈ Installation

  1. Download the latest VaultCore.jar from the releases tab.
  2. Place it in your server’s plugins/ folder.
  3. Start the server and enjoy!

πŸ” Permissions

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

πŸ§‘β€πŸ’» Development

This project is built with Maven:

mvn clean package

About

A lightweight Minecraft plugin that adds a basic economy system with player balance storage, money transfer (/money pay), and admin commands (/money give, take, pay). Player data is saved to playerdata.db on leave and shutdown.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages