Auxilor / eco

Spigot development library, built for the latest version.
MIT License
155 stars 51 forks source link
bukkit-plugin hacktoberfest java kotlin minecraft minecraft-plugin plugin spigot spigot-plugin

eco

eco is a powerful Spigot plugin framework 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

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

For server owners

Downloads

For developers

Javadoc

The 6.53.0 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

Dependency Information:

Gradle:

repositories {
        maven("https://repo.auxilor.io/repository/maven-public/")
}
dependencies {
        compileOnly("com.willfp:eco:Tag")
}

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

Maven:

<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 eco, eg 6.53.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

eco is licensed under the MIT license. Click here to read the entire license.

Check out our partners!

supps banner dedimc banner