This is because I am no longer involved with Minecraft and my community has been shut down.
Feel free to fork and update the project for your own purposes, but I will no longer be maintaining it.
Builds are available! You can get them at the Bamboo server.
Much of the plugin information has been moved to the wiki - You may find usage instructions there. If you're looking for plugins that work with ArchBlock, try this page.
Looking to integrate your plugin with ArchBlock? Take a look at the developer documentation 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