Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
/ CraftKit Public archive

Utility kit for Spigot/Bungeecord plugins

License

Notifications You must be signed in to change notification settings

anhcraft/CraftKit

Repository files navigation

CraftKit

A utility kit for Spigot/Bungeecord plugins.

Contributions are welcome!

warning

Recent Java versions may throw exception when CraftKit tries to load the NMS library.
You must add this flag to the startup command:

--add-opens java.base/java.net=ALL-UNNAMED

implement

Repo:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Spigot side:
<dependency>
    <groupId>com.github.anhcraft.CraftKit</groupId>
    <artifactId>craftkit.spigot</artifactId>
    <version>VERSION</version>
</dependency>

Bungeecord side:
<dependency>
    <groupId>com.github.anhcraft.CraftKit</groupId>
    <artifactId>craftkit.bungee</artifactId>
    <version>VERSION</version>
</dependency>

license

This library is licensed under MIT license.