API
Developer API Guide
The API allows developers to access registered quests and to progress quests/quest pools for players. You can also register Custom reward types and reward auto-correctors.
Add the API to your project
Maven
You might also need to include Aikars ACF repo if you are using maven.
pom.xml
pom.xml
Gradle (Groovy)
build.gradle
Gradle (Kotlin)
build.gradle.kts
Get the API instance
You can view how to add Custom rewards and correctors for them here. However, you will need to register them through the QuestManager
.
Last updated