Artillex-Studios Documentation Help

Developer API

Add the following to your repositories section:

maven { url 'https://repo.artillex-studios.com/releases/' }

Add the dependency to your dependencies section:

compileOnly("com.artillexstudios:AxKothAPI:CHANGE-THIS")

Add the following to your repositories section:

<repository> <id>Artillex-Studios</id> <url>https://repo.artillex-studios.com/releases/</url> </repository>

Add the following to your dependencies section:

<dependency> <groupId>com.artillexstudios</groupId> <artifactId>AxKothAPI</artifactId> <version>CHANGE-THIS</version> <scope>provided</scope> </dependency>

Replace CHANGE-THIS to the latest version: Ax koth api color 40c14a amp name ax koth api

API Usage

Don't forget to add AxKoth to your plugin's plugin.yml, like this:

depend: - AxKoth

or:

softdepend: - AxKoth

Events:

Event

Description

AxKothCapturedEvent

Called when a player captures the koth

AxKothCaptureEndEvent

Called when a player gets knocked out of a koth

AxKothCaptureStartEvent

Called when a player starts capturing a koth

AxKothGainScoreEvent

Called after a player is in the zone for a second

AxKothStartEvent

Called when a koth starts

AxKothStopEvent

Called when a koth gets stopped or runs out of time

Last modified: 19 May 2024