/eco

Spigot development library, built for the latest version.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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, Reforges, EcoItems, EcoSkills, EcoArmor, Talismans, and many more.

spigot

For server owners

  • Requires ProtocolLib to be installed: get the latest version here
  • Supports 1.17+

Downloads

  • Stable (Recommended): GitHub, Polymart
  • Dev (Not Recommended): GitHub (Open latest run and download)

For developers

Javadoc

The 6.27.2 Javadoc can be found here

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:

depend:
  - eco

Get from JitPack:

Gradle:

repositories {
        maven { url 'https://jitpack.io' }
}
dependencies {
        compileOnly 'com.willfp:eco:Tag'
}

Replace Tag with a release tag for eco, eg 6.27.2.

Maven:

<repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
</repository>
<dependency>
        <groupId>com.willfp</groupId>
        <artifactId>eco</artifactId>
        <version>Tag</version>
        <scope>provided</scope>
</dependency>

Replace Tag with a release tag for eco, eg 6.27.2.

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.

Check out our partners!

supps banner dedimc banner