OpenEco is a single-server-first economy plugin for Paper or Folia.
It keeps account state in memory for fast local use, and can optionally do proxy-assisted account handoff sync when you run multiple backend servers against one shared remote database.
Documentation: https://alexteens24.github.io/OpenEco/
- In-memory balances with JDBC persistence (SQLite, H2, MySQL, MariaDB, PostgreSQL)
- Multi-currency support with Vault v1 and VaultUnlocked v2 providers
- PlaceholderAPI expansion (optional)
- Transaction history with optional retention pruning
- Optional cross-server handoff via Velocity proxy addon
- Paper 1.20.5+ or Folia 1.21+
- Java 21
- Vault or VaultUnlocked
- PlaceholderAPI (optional)
- Download
OpenEco-<version>.jarfrom GitHub Releases. - Install Vault or VaultUnlocked.
- Place the JAR in
plugins/and start the server once. - Review
plugins/OpenEco/config.yml, back up, and verify/balance,/baltop, and/pay.
See the Installation guide for full setup and network mode.
| Topic | Link |
|---|---|
| Features | docs/features |
| Commands | docs/commands |
| Configuration | docs/configuration |
| Migration | docs/migration |
| Production guide | docs/production |
| Addon API | docs/api |
| Development | docs/development |
| Proxy addon | proxy-addon/README.md |
./gradlew buildOutput: build/libs/OpenEco-<version>.jar
This project is licensed under the Apache License 2.0. See LICENSE.