API
Developer API Guide
Add the API to your project
Maven
<repository>
<id>auroramc</id>
<url>https://repo.auroramc.gg/releases/</url>
</repository><dependency>
<groupId>gg.auroramc</groupId>
<artifactId>AuroraQuests</artifactId>
<version>{VERSION}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>gg.auroramc</groupId>
<artifactId>Aurora</artifactId>
<version>{VERSION}</version>
<scope>provided</scope>
</dependency>Gradle (Groovy)
Gradle (Kotlin)
Get the API instance
Creating a custom objective
Progressing built-in objectives
Calling API events
Manual objective progress
Last updated