Repository
How to add the Worlds API to your project.
Edit on GitHubAdd our Repository
To start, add our repository to your project:
maven {
name = "thenextlvlReleases"
url = uri("https://repo.thenextlvl.net/releases")
}Add the Worlds API
Add Worlds' API codebase as a dependency:
implementation("net.thenextlvl:worlds:4.4.0")Note
The version of the Worlds API is the same as the version of the Worlds plugin.
You can find all versions on the repository.