eco

⭐ — (15 endorsements) 📥 13,817 downloads 📌 v2026.34 📅 3/4/2026
🟡 Updated this year

By Exanthiax · folia

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/21/2026 📅 Created: 3/4/2026

🔍 Analysis

  • 👍 0.1% endorsement rate
  • 🏆 #30 of 169 folia mods in this game by downloads

📋 About This Mod

✅ Modern command API
✅ Native color parsing with full hex/RGB/MiniMessage support
✅ YAML/JSON/TOML config system
✅ Persistent data storage API with YAML/MySQL/MongoDB support
✅ Packet item display system
✅ Lightweight event-loop packet API

# eco eco is a powerful Spigot plugin framework that simplifies plugin development and supercharges your plugins. It is the engine behind (https://polymart.org/resource/490), (https://polymart.org/resource/1330), (https://polymart.org/resource/1247), (https://polymart.org/resource/1351), (https://polymart.org/resource/687), (https://polymart.org/resource/611), and many more. eco comes packed with all the tools you need in your plugins: - Modern command API - Native color parsing with full hex/RGB/MiniMessage support - YAML/JSON/TOML config system - Persistent data storage API with YAML/MySQL/MongoDB support - Packet item display system - Lightweight event-loop packet API - Entity AI API with near-1:1 NMS mappings - More events - Extension API (plugins for plugins) - Fluent dependency injection for NamespacedKey, Metadata values, and more - Ultra-fast ItemStack reimplementation bypassing ItemMeta - Complete GUI API with pre-made components from (https://github.com/Auxilor/ecomponent) - Over 40 native integrations for other plugins - First-class custom item support with lookup strings - Math expression parsing via (https://github.com/Redempt/Crunch) - Particle lookups - Complete Placeholder API - Price system (economy plugins, XP, items, etc.) - NMS/version-specific tooling - Custom crafting recipe API with support for stacks and custom items - Native plugin update checking - Native bStats support - Full Kotlin support with native extensions - Tooling for meta-frameworks like (https://github.com/Auxilor/libreforge) - And much more ## For Server Owners - Supports **1.21.4+** - **Folia supported** ## For Developers ### Plugin Information eco is a standalone plugin. Install it on any server running plugins that depend on it, and declare it in your `plugin.yml`: ```yaml depend: - eco ``` ### Dependency Information Gradle repositories: ```kotlin repositories { maven("https://repo.auxilor.io/repository/maven-public/") } ``` Gradle dependency: ```kotlin dependencies { compileOnly("com.willfp:eco:Tag") } ``` Replace `Tag` with a release tag, for example `7.4.0`. Maven repository + dependency: ```xml <repository> <id>auxilor</id> <url>https://repo.auxilor.io/repository/maven-public/</url> </repository> <dependency> <groupId>com.willfp</groupId> <artifactId>eco</artifactId> <version>Tag</version> <scope>provided</scope> </dependency> ``` Replace `Tag` with a release tag, for example `7.4.0`. ### Javadocs Javadocs are available via JitPack using this format: `https://javadoc.jitpack.io/com/willfp/eco/<version>/javadoc/` (Replace `<version>` with the release tag you are targeting.) ## Build Locally ```bash git clone https://github.com/Auxilor/eco cd eco ./gradlew build ``` Windows: ```powershell git clone https://github.com/Auxilor/eco cd eco .\gradlew.bat build ``` ## License eco is licensed under MIT. Read the full license: (https://github.com/Auxilor/eco/blob/master/LICENSE.md)

eco is a powerful Spigot plugin framework that simplifies plugin development and supercharges your plugins.

It is the engine behind (https://polymart.org/resource/490), (https://polymart.org/resource/1330), (https://polymart.org/resource/1247), (https://polymart.org/resource/1351), (https://polymart.org/resource/687), (https://polymart.org/resource/611), and many more.

eco comes packed with all the tools you need in your plugins:

  • Modern command API
  • Native color parsing with full hex/RGB/MiniMessage support
  • YAML/JSON/TOML config system
  • Persistent data storage API with YAML/MySQL/MongoDB support
  • Packet item display system
  • Lightweight event-loop packet API
  • Entity AI API with near-1:1 NMS mappings
  • More events
  • Extension API (plugins for plugins)
  • Fluent dependency injection for NamespacedKey, Metadata values, and more
  • Ultra-fast ItemStack reimplementation bypassing ItemMeta
  • Complete GUI API with pre-made components from (https://github.com/Auxilor/ecomponent)
  • Over 40 native integrations for other plugins
  • First-class custom item support with lookup strings
  • Math expression parsing via (https://github.com/Redempt/Crunch)
  • Particle lookups
  • Complete Placeholder API
  • Price system (economy plugins, XP, items, etc.)
  • NMS/version-specific tooling
  • Custom crafting recipe API with support for stacks and custom items
  • Native plugin update checking
  • Native bStats support
  • Full Kotlin support with native extensions
  • Tooling for meta-frameworks like (https://github.com/Auxilor/libreforge)
  • And much more

## For Server Owners

  • Supports 1. 21. 4+
  • Folia supported

## For Developers

### Plugin Information

eco is a standalone plugin. Install it on any server running plugins that depend on it, and declare it in your `plugin.yml`:

```yaml depend: - eco ```

### Dependency Information

Gradle repositories:

```kotlin repositories { maven("https://repo.auxilor.io/repository/maven-public/") } ```

Gradle dependency:

```kotlin dependencies { compileOnly("com.willfp:eco:Tag") } ```

Replace `Tag` with a release tag, for example `7. 4. 0`.

Maven repository + dependency:

```xml auxilor https://repo.auxilor.io/repository/maven-public/

com.willfp eco Tag provided ```

Replace `Tag` with a release tag, for example `7. 4. 0`.

### Javadocs

Javadocs are available via JitPack using this format:

`https://javadoc.jitpack.io/com/willfp/eco//javadoc/`

(Replace `` with the release tag you are targeting.)

## Build Locally

```bash git clone https://github.com/Auxilor/eco cd eco ./gradlew build ```

```powershell git clone https://github.com/Auxilor/eco cd eco .\gradlew.bat build ```

eco is licensed under MIT. Read the full license: (https://github.com/Auxilor/eco/blob/master/LICENSE.md)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Exanthiax
Version
2026.34
Downloads
13,817
Endorsements
15
Category
folia
Created
3/4/2026
Updated
8/21/2026
Game Versions
1.21.8, 1.21.9, 1.21.10, 1.21.11, 26.1.2
Tags
library, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does eco support?

The author lists 1.21.8, 1.21.9, 1.21.10, 1.21.11, 26.1.2, 26.2. Other versions may work but are untested by the author.

What is the latest version of eco?

Version 2026.34, published 2026-08-21 with 13,817 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More folia 👤 More by Exanthiax 🔎 Similar Mods 🌐 Best folia (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods