-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Coffers wiki! Modern economy platform for Minecraft.
Coffers is a from-scratch economy system built for server owners and plugin developers who want a cleaner alternative to older economy setups, while still keeping Vault compatibility where it matters.
Coffers is designed to provide:
- A modern economy plugin for Minecraft servers
- Built-in Vault compatibility
- Configurable currencies and formatting rules
- Transaction history and audit metadata
- Flexible storage with YAML, SQLite, and MySQL
- A separate legacy line for older server environments
- A developer API for richer plugin integrations
Choose the jar that matches your use case:
-
Coffers.jarModern line for Paper1.21.x -
Coffers-Legacy.jarLegacy line for older Spigot, Paper, and Purpur-style server setups -
Coffers-API.jarOptional developer API for direct integrations
- Plugin:
Coffers.jar - Intended platform: Paper
1.21.x
- Plugin:
Coffers-Legacy.jar - Intended platform: older Spigot, Paper, and Purpur-style servers
- Current baseline target:
1.16.5-style API compatibility
- Built-in Vault provider support
- Multiple storage backends
- Configurable currencies
- Currency formatting rules
- Balance history and ledger records
- Migration helpers for Vault-backed providers
- Expanded plugin-to-plugin API
- Download the correct jar for your server.
- Place it in your server
pluginsfolder. - Start the server once to generate config files.
- Configure your preferred storage backend.
- Restart the server.
- Use
/coffersor/cofferslegacycommands to manage the economy.
Start here:
- Installation
- Configuration
- Storage Backends
- Vault Compatibility
- Commands
- Migration Guide
- Currencies
- Developer API
- Legacy Line
- FAQ
If you just want to install Coffers:
- Use
Coffers.jarfor the modern line - Use
Coffers-Legacy.jarfor older server setups - Choose YAML, SQLite, or MySQL depending on your server size
- Enable Vault compatibility if your plugin stack depends on Vault-based integrations
If you want to integrate your own plugin with Coffers:
- Use
Coffers-API.jar - Integrate against the Coffers API directly when possible
- Use Vault compatibility only when legacy plugin support is needed
- GitHub repository: Coffers
Coffers is currently intended to use the Apache-2.0 license.
Coffers is built to support modern Minecraft economy systems while still respecting older server environments.