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:AxShulkers: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>AxShulkers</artifactId>
<version>CHANGE-THIS</version>
<scope>provided</scope>
</dependency>
Replace CHANGE-THIS to the latest version:
API Usage
Don't forget to add AxShulkers to your plugin's plugin.yml, like this:
depend:
- AxShulkers
or:
softdepend:
- AxShulkers
The plugin does not have a special API, however everything important can be found in the com.artillexstudios.axshulkers.utils.ShulkerUtils
, use the static methods to get contents of a shulker!
Last modified: 20 November 2024