# eco eco is a powerful Spigot development library that simplifies the process of plugin creation and supercharges your plugins. It's the engine behind [EcoEnchants](https://polymart.org/resource/490), [Reforges](https://polymart.org/resource/1330), [EcoItems](https://polymart.org/resource/1247), [EcoSkills](https://polymart.org/resource/1351), [EcoArmor](https://polymart.org/resource/687), [Talismans](https://polymart.org/resource/611), and many more.

spigot

# For server owners - Requires ProtocolLib to be installed: get the latest version [here](https://www.spigotmc.org/resources/protocollib.1997/) - Supports 1.16.5+ ## Downloads - Stable (Recommended): [GitHub](https://github.com/Auxilor/eco/releases), [Polymart](https://polymart.org/resource/eco.773) - Dev (Not Recommended): [GitHub](https://github.com/Auxilor/eco/actions/workflows/java-ci.yml) (Open latest run and download) # For developers ## Javadoc The 6.13.0 Javadoc can be found [here](https://javadoc.jitpack.io/com/willfp/eco/6.13.0/javadoc/) ## Plugin Information eco is a standalone plugin, so you will need to install it on any servers that have plugins which depend on it, and specify it as a dependency in your plugin.yml: ```yaml depend: - eco ``` ## Get from JitPack: Gradle: ```groovy repositories { maven { url 'https://jitpack.io' } } ``` ```groovy dependencies { compileOnly 'com.willfp:eco:Tag' } ``` Replace `Tag` with a release tag for eco, eg `6.13.0`. Maven: ```xml jitpack.io https://jitpack.io ``` ```xml com.willfp eco Tag provided ``` Replace `Tag` with a release tag for eco, eg `6.13.0`. ## Build locally: Run the following commands in your terminal of choice. If you're on windows, you will need to have git bash installed. ``` git clone https://github.com/Auxilor/eco cd eco ./gradlew build ``` ## License *Click here to read [the entire license](https://github.com/Auxilor/eco/blob/master/LICENSE.md).*

Check out our partners!

supps banner dedimc banner