This repository is to host our API for our RPGCommons plugin!
build.gradle
repositories {
maven { url = 'https://jitpack.io' }
}
dependencies {
compileOnly 'com.github.MythicMinecraft:RPGCommons-API:{release}'
}Replace {release} with the latest release shown above.