Bump provides APIs to allow other addons to add more appraise types.
Add jitpack as repository:
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io/</url>
</repository>
Add Bump as dependency:
<dependency>
<groupId>com.github.SlimefunGuguProject</groupId>
<artifactId>Bump</artifactId>
<version>[SET VERSION HERE]</version>
<scope>provided</scope>
</dependency>
Our javadoc can be found here: