
Total Economy
modTotal Economy is a plugin that aims to provide a full-fledged economy for your server

Total Economy is a plugin that aims to provide a full-fledged economy for your server
A modular economy plugin for Minecraft.
A large overhaul is currently in the works. The
1.0.0-alpharelease is the first release in a complete rewrite with a temporary slimmed-down feature set. Additional modules (jobs, shops, achievements, web UI, and more) will be released as separate add-on plugins that extend Total Economy.
Total Economy is a Minecraft plugin that provides a full-fledged economy for your server. Rather than packing every feature into a single plugin with toggles, Total Economy takes a modular approach: a lightweight core handles the essentials, and additional features are added as separate plugins that hook into the core API. Install only what your server needs, and skip what it doesn't.
Additional features are being developed as separate plugins that extend the core Total Economy plugin:
| Add-On | Status | Description |
|---|---|---|
| Jobs | Planned | Assign roles to players with configurable rewards for in-game actions |
| Shops | Planned | Buy and sell items through player-run or server-controlled shops |
| Achievements | Planned | Economy-linked achievement tracking with milestone rewards |
| Web UI | Planned | Browser-based dashboard for managing data and viewing analytics |
plugins/ directoryplugins/TotalEconomy/config.yml to your likingThese are the current versions that the latest release was tested against. Older/Newer versions may still work.
| Requirement | Version |
|---|---|
| Minecraft | 26.1.2 |
| Java | 25+ |
| Server | Paper 26.1.2 |
| MySQL | 8.0+ |
Requirements: Java 25+, Gradle 9+
git clone https://github.com/ericgrandt/TotalEconomy.git
cd TotalEconomy
./gradlew :totaleconomy-paper:shadowJar
The built JAR will be in totaleconomy-paper/build/libs/TotalEconomyPaper-{version}.jar.
TotalEconomy/
├── totaleconomy-api/ # Public API for add-on plugins
├── totaleconomy-core/ # Shared economy logic and data layer
├── totaleconomy-paper/ # Paper platform implementation
└── docs/ # Documentation site (Jekyll)
Contributions are welcome! Fork the repo, create a feature branch, and open a pull request. If you're planning a larger change, consider starting a discussion first so we can align on direction.