Skip to content

Apisium/PCraft-Core

Repository files navigation

PCraft-Core JitPack GitHub stars

The Java core of PCraft (A plugins system of Minecraft).

Projects

PCraft: The JavaScript core of PCraft.

PCraft-Bukkit: The Bukkit plugin of PCraft.

PCraft-Nukkit: The Nukkit plugin of PCraft.

Usage

To get this project from JitPack.io into your build:

Gradle:

  1. Add it in your root build.gradle at the end of repositories:
repositories {
  maven { url 'https://jitpack.io' }
}
  1. Add the dependency:
dependencies {
  compile 'com.github.Apisium:PCraft-Core:-SNAPSHOT'
}

Author

Apisium Studio

License

GPL-3.0