Skip to content

TheArchives/ArchBlock

Repository files navigation

ArchBlock

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.

Developing

Looking to integrate your plugin with ArchBlock? Take a look at the DEVELOPMENT.md file 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