Note
This is an experimental project in its early stages of development; currently in a highly volatile state. Made as a fun side project to tinker with.
Odyssey is a customizable, lightweight, flexible quest framework for games, namely Minecraft primarily. Integrate into games as an easy, structured starting point, with the quality of being easily expandable.
To utilize in projects, depend on the framework from the Maven repository.
repositories {
mavenCentral()
}
dependencies {
// This is unavailable currently; reserved
implementation("org.minerift:odyssey:1.0.0") // TODO
}<dependencies>
<dependency>
<groupId>org.minerift</groupId>
<artifactId>odyssey</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>