Перейти к содержимому
Mineforgian

OpenEco

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

Загрузки
198
Подписчики
1
Обновлён
24 июня 2026 г.
Лицензия
Apache-2.0

Опубликован 1 апреля 2026 г.

Исходный код

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

Ченджлог

1.4.7Релиз26.1.1, 26.1.2, 26.2 · 24 июня 2026 г.
  • Fix mariadb connection driver failure
  • Update various dependencies
1.4.3Релиз26.1, 26.1.1, 26.1.2 · 9 июня 2026 г.

Fix mysql connection error and update various dependencies

1.4.2Релиз26.1, 26.1.1, 26.1.2 · 5 мая 2026 г.
  • new lazy account loading feature
  • fix some stuffs and update docs
1.3.1Релиз26.1, 26.1.1, 26.1.2 · 25 апреля 2026 г.

feat: add account freeze/unfreeze commands, update documentation and update depencies

1.3.0Релиз26.1, 26.1.1, 26.1.2 · 18 апреля 2026 г.
  • Vault legacy support
1.2.4Релиз26.1, 26.1.1, 26.1.2 · 15 апреля 2026 г.
  • Downgraded org.mariadb.jdbc:mariadb-java-client to 3.5.7
  • fixed bstats error cause plugin shutdown
1.2.3Релиз26.1, 26.1.1, 26.1.2 · 15 апреля 2026 г.

Update dependencies add frozen account handling to deposit and reset operations

1.2.1Релиз1.21.11, 26.1, 26.1.1 · 8 апреля 2026 г.

security bug fixes

Комментарии

Загружаем…