Skip to content

MagicSweet-dev/MagicLib

Repository files navigation

MagicLib

Simple and useful library for Spigot/Paper.

Building

You can build project with Gradle simply running build task via gradle wrapper.

Using

You can add this library and use it into your project like this (copy+paste to build.gradle):

Make sure your project uses Java 11 or higher!

repositories {
  maven {
    url 'https://msweet.xyz/ivy/maven3'
  }
}

dependencies {
  // Replace {VERSION} with latest version available. You can find latest stable version in releases section or unstable one by looking into build.gradle file within this repo
  compile 'com.magicsweet:MagicLib:{VERSION}'
}