layout | title | nav_order | description |
---|---|---|---|
default |
API |
8 |
Documentation for developers |
{: .no_toc }
Documentation for developers is currently very sparse. Please feel free to help add to this page.
{: .no_toc .text-delta}
- TOC {:toc}
GriefPrevention will be added to maven central soon - 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/