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:AxPlayerWarps: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>AxPlayerWarps</artifactId> <version>CHANGE-THIS</version> <scope>provided</scope> </dependency>

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

API Usage

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

depend: - AxPlayerWarps

or:

softdepend: - AxPlayerWarps

Check the repository here!

24 July 2026