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:AxBoostersAPI: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>AxBoostersAPI</artifactId>
<version>CHANGE-THIS</version>
<scope>provided</scope>
</dependency>
Replace CHANGE-THIS to the latest version:
API Usage
As an example, I will be adding a vanilla minecraft xp booster to AxBoosters with the API!
First, don't forget to add AxBoosters to your plugin's plugin.yml, like this:
depend:
- AxBoosters
or:
softdepend:
- AxBoosters
Last modified: 20 November 2024