Repository
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 Characters API
Add Characters' API codebase as a dependency:
implementation("net.thenextlvl:characters:0.8.0")Note
The version of the Characters API is the same as the version of the Characters plugin.
You can find all versions on the repository.