API Documentation
Documentation for developers is currently very sparse. Please feel free to help add to this page.
Table of Contents
Adding GriefPrevention as a maven/gradle/etc. dependency
GriefPrevention will be added to maven central sometime before v20 - in the meantime, there’s this neat thing called JitPack that makes a public maven repo for public Github repos on the fly. According to it, this is all you need to do to add to your pom.xml:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.GriefPrevention</groupId>
<artifactId>GriefPrevention</artifactId>
<version>16.18.2</version>
<scope>provided</scope>
</dependency>
You can also add it to gradle/sbt/leiningen projects: https://jitpack.io/#GriefPrevention/GriefPrevention/