API
This page is for developers who want to build against EcoQuests. The plugin is open-source, so you can hook into it as a dependency and read the code directly.
Source code
The full source is on GitHub.
Adding the dependency
Add the Auxilor repository to your
build.gradle.kts.Add EcoQuests as a
compileOnlydependency.
repositories {
maven("https://repo.auxilor.io/repository/maven-public/")
}
dependencies {
compileOnly("com.willfp:EcoQuests:<version>")
}
The latest version available on the repo can be found here.
Where to go next
Shared APIs: most cross-plugin APIs live in the eco framework.
Config side: How to make a quest covers the config that drives the plugin.