OpenEco
PluginApache-2.0

OpenEco

Fast, multi-currency economy plugin for Paper and Folia. Vault/VaultUnlocked, PlaceholderAPI, transaction history, and cross-server handoff built in.

146
Downloads
1
Followers
6 days ago
Updated
📦
13
Versions

📖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

  1. Drop OpenEco.jar and VaultUnlocked.jar into plugins/
  2. Start the server once — config generates automatically
  3. Edit plugins/OpenEco/config.yml to set your currency name and storage backend
  4. /eco reload — done

Statistics

bStats

Documentation · Issue Tracker · Source Code