File Details
Coffers.jar
- R
- Apr 11, 2026
- 18.02 MB
- 7
- 1.21.11+12
File Name
Coffers.jar
Supported Versions
- 1.21.5-Snapshot
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
- 1.21
Coffers v0.1.0
Welcome to the first foundation release of Coffers.
Coffers is a modern, from-scratch economy platform for Minecraft servers, designed to give server owners a cleaner path forward than older economy setups while still preserving the compatibility many servers still need today.
This release includes both the modern Coffers line and the new Coffers Legacy line for older server environments.
β¨ Highlights
πΎ Flexible storage support
Choose between YAML, SQLite, or MySQL depending on your serverβs size and requirements.π Optional Vault compatibility
Coffers can run fully standalone, while still supporting Vault as a compatibility layer for older plugins that require it.π° Configurable currencies
Define your own currencies, symbols, names, starting balances, and formatting rules.π Transaction history and audit metadata
Track balance changes with richer records for administration, debugging, and auditing.π Vault migration helpers
Import balances from existing Vault-backed economy providers already in use on your server.π§© Developer-ready API
Coffers includes an expanded API for future plugin-to-plugin integrations.π Legacy server support
This release includes Coffers Legacy for older Bukkit, Spigot, Paper, and similar legacy-oriented server setups.β Improved stability and validation
Startup validation, safer command handling, and automated test coverage were added to improve reliability across the API, modern line, and legacy line.
π Included Commands
Modern Coffers
/coffers balance [player] [currency]/coffers pay <player> <amount> [currency]/coffers set <player> <amount> [currency]/coffers history [player] [limit]/coffers currencies/coffers migratevault [provider]
Coffers Legacy
/cofferslegacy balance [player] [currency]/cofferslegacy pay <player> <amount> [currency]/cofferslegacy set <player> <amount> [currency]/cofferslegacy history [player] [limit]/cofferslegacy currencies/cofferslegacy migratevault [provider]
π¦ Downloads
Main CurseForge download
Coffers.jar- Recommended for modern servers running Java 17 or newer
- Intended for the Paper 1.21.x family
Legacy and API downloads
If you need the following files, please download them from the GitHub repository:
Coffers-Legacy.jarCoffers-API.jar
GitHub repository:
https://github.com/snazzyatoms/Coffers
Notes
Coffers-Legacy.jaris intended for older Bukkit-family server setups running in Java 16 legacy environments- if your server is already running Java 17 or newer, use the modern
Coffers.jar - the currently available
Coffers-API.jaris for the modern Coffers line - legacy API support is planned for a future version
π Storage Options
- π’
yamlβ simple and lightweight for smaller servers - π΅
sqliteβ persistent local database storage for single-server setups - π£
mysqlβ shared database support for larger or networked deployments
These storage options are available in both the modern Coffers line and the legacy line.
π‘ Recent Stability Improvements
This release also includes a reliability pass across the project:
- startup validation now checks that the configured default currency actually exists
- invalid command input now returns cleaner messages instead of bubbling errors
- self-balance currency handling was improved for both modern and legacy commands
- Vault is no longer required for Coffers to load and run
- Coffers now uses Vault only as an optional compatibility layer when older plugins still depend on it
- automated tests were added for API defaults, modern economy service behavior, and legacy economy service behavior
- verified successfully with
mvn clean test package
π Why This Release Matters
This release turns Coffers from an early concept into a real foundation for modern and legacy Minecraft economy systems.
It lays the groundwork for:
- better long-term maintainability
- cleaner integrations
- richer economy features
- easier migration away from Vault-dependent setups
- support for both modern and older server environments under the same Coffers project
β€οΈ Thank You
Thank you for checking out Coffers and being part of the beginning of this project.
This is only the start.