Builds are available! You can get them at the Bamboo server.
Much of the plugin information has been moved to BukkitDev - You may find usage instructions there.
Looking to integrate your plugin with ArchBlock? Take a look at the DEVELOPMENT.md file for more information.
We use Gradle to compile, which should make life easier for everyone involved. Please be aware that you will need at least Java 7 to both build and use this plugin.
- Clone this repository
cd
into the directory you cloned to and rungradlew.bat
- Find your jar in
build/libs
- Clone this repository
cd
into the directory you cloned to- Make
gradlew
executable:chmod +x ./gradlew
- Run the build steps:
./gradlew
- Find your jar in
build/libs