An extensive utility library for Spigot
Please also check out our Spigot page for the library.
Add the following to your pom.xml
<repositories>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.azortis</groupId>
<artifactId>azortislib</artifactId>
<version>@VERSION</version>
<scope>compile</scope>
</dependency>
</dependencies>
Please note that in order to use this library you must shade it into your resource. If you do not don't know how please refer to the maven-shade-plugin page. Also make sure you relocate this resource, you can find more about relocations here.