The Java core of PCraft (A plugins system of Minecraft).
PCraft: The JavaScript core of PCraft.
PCraft-Bukkit: The Bukkit plugin of PCraft.
PCraft-Nukkit: The Nukkit plugin of PCraft.
Gradle:
- Add it in your root build.gradle at the end of repositories:
repositories {
maven { url 'https://jitpack.io' }
}
- Add the dependency:
dependencies {
compile 'com.github.Apisium:PCraft-Core:-SNAPSHOT'
}