Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.28 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.28 KB

LoreKillCounter

Spigot 1.13 plugin that counts kills on enabled items

This plugin is not yet finished!

Downloading the Plugin pre-built

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.

Building the Project yourself

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.

API

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>