Spigot 1.13 plugin that counts kills on enabled items
This plugin is not yet finished!
You can find released JARs (that can be added to your plugins folder) on the Releases tab of this project.
If you want something a bit more shiny, you can check out our development builds available through Jenkins CI.
We've recently moved to using Maven! If you used build.xml or a Netbeans Project before, you may need to import the project again as a maven project / from existing POM.
This document may help you import the project in your IDE.
You can build your own plugins against LoreKillCounter by including the following in your configuration.
Respositories:
<repository>
<id>crashdemons-repo</id>
<url>https://meme.tips/java-repos/</url>
</repository>
Depend on LoreKillCounter:
<dependency>
<groupId>com.github.crashdemons</groupId>
<artifactId>LoreKillCounter</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>