A library that helps with developing Spigot/Paper plugins for Minecraft
NOTE: x
must be replaced with the version of PluginAPI you wish to use!
repository {
maven("https://jitpack.io")
}
dependencies {
implementation("com.github.Bqckword:PluginAPI:x")
}