API
Learn how to install and use the API
Installing the API
repositories {
mavenCentral()
}
dependencies {
compileOnly 'io.github.leralix:tan-api:0.3.0'
}repositories {
mavenCentral()
}
dependencies {
compileOnly("io.github.leralix:tan-api:0.3.0")
}<dependencies>
<dependency>
<groupId>io.github.leralix</groupId>
<artifactId>tan-api</artifactId>
<version>0.3.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>central</id>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
</repositories>Main manager classes :
PlayerManager
TerritoryManager
ClaimManager
LandmarkManager
Last updated