JarvisCraft / minecraft-utils

A big utility pack for various minecraft Spigot-powered servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minecraft-utils

A big utility pack for various Minecraft things

Develpoment Note

At current, the actual version is stored at development branch which is a recommended version until 1.0.0 release

Adding as dependency

Snapshot builds

Snapshots are available at Sonatype's OSS repository

For Maven add this to your pom.xml

<repository>
    <id>sonatype-snapshots-repo</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>

in <repositories> section

The version of snapshot builds ends with -SNAPSHOT

Note that snapshot builds mean that there may be (and regulary are) updates to them without changing their version

About

A big utility pack for various minecraft Spigot-powered servers

License:Apache License 2.0


Languages

Language:Java 99.8%Language:Shell 0.2%