Skip to content

TheArchives/ArchBlock

Repository files navigation

This project has been abandoned

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.


ArchBlock

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.

Developing

Looking to integrate your plugin with ArchBlock? Take a look at the developer documentation for more information.

Compiling

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.

Compiling on Windows

  1. Clone this repository
  2. cd into the directory you cloned to and run gradlew.bat
  3. Find your jar in build/libs

Compiling on Linux

  1. Clone this repository
  2. cd into the directory you cloned to
  3. Make gradlew executable: chmod +x ./gradlew
  4. Run the build steps: ./gradlew
  5. Find your jar in build/libs