Developper
Github: https://github.com/Maxlego08/zKoth
JavaDocs: https://repo.groupez.dev/javadoc/releases/fr/maxlego08/koth/zkoth-api/3.2.0
Maven
<repository>
<id>groupez-releases</id>
<name>GroupeZ Repository</name>
<url>https://repo.groupez.dev/releases</url>
</repository>
<dependency>
<groupId>fr.maxlego08.koth</groupId>
<artifactId>zkoth-api</artifactId>
<version>3.2.0</version>
<scope>provided</scope>
</dependency>
Gradle
maven {
name = "groupezReleases"
url = uri("https://repo.groupez.dev/releases")
}
compileOnly("fr.maxlego08.koth:zkoth-api:3.2.0")
Events:
KothCapEvent
KothCatchEvent
KothCreateEvent
KothLooseEvent
KothMoveEVent
KothSpawnEvent
KothStartEvent
KothStopEvent
KothWinEvent
Last updated