OpenEco
Fast, multi-currency economy plugin for Paper and Folia. Vault/VaultUnlocked, PlaceholderAPI, transaction history, and cross-server handoff built in.
📖About OpenEco
OpenEco — Economy Plugin for Paper & Folia
A clean, fast, multi-currency economy plugin built for modern servers. OpenEco keeps balances in memory for instant reads and writes, persists to your database of choice, and integrates with the full Vault/VaultUnlocked ecosystem — no compromises.
✦ Why OpenEco?
Most economy plugins either ignore Folia entirely, bolt on multi-currency as an afterthought, or have no real transaction history. OpenEco was built from scratch to handle all three properly.
Documentation
Everything about the plugin is documented here https://alexteens24.github.io/OpenEco/
For Developers
OpenEco exposes a full service API via Bukkit's ServicesManager:
OpenEcoApi api = Bukkit.getServicesManager()
.getRegistration(OpenEcoApi.class)
.getProvider();
Covers accounts, balance reads/writes, transfers, freeze state, history, leaderboard, and all currency-aware overloads. Full docs in the API guide.
Requirements
| Requirement | Notes |
|---|---|
| Paper 1.20.5+ or Folia 1.21+ | Both supported |
| VaultUnlocked | Required |
| Vault | Also supported |
| PlaceholderAPI | Optional |
Quick Start
- Drop
OpenEco.jarandVaultUnlocked.jarintoplugins/ - Start the server once — config generates automatically
- Edit
plugins/OpenEco/config.ymlto set your currency name and storage backend /eco reload— done