/SlimeCommons-legacy

Libs for SlimeBluKing's plugins

Primary LanguageJavaMIT LicenseMIT

SlimeCommons

Libs for SlimeBluKing's plugins

Using SlimeCommons

To use this library, first add SlimeCommons-XXXX.jar to your Java build path. Then, add SlimeCommons as a dependency to your plugin.yml file:

depend:
  - SlimeCommons

You can also add SlimeCommons as a Maven dependency:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>com.github.SlimeBluKing</groupId>
        <artifactId>SlimeCommons</artifactId>
        <version>0.1.7.1-alpha</version>
    </dependency>
</dependencies>

P.S. I will complete the readme when I decide to document everything