Ribesg / ArchBlock

Block protection plugin based on the WatchBlock concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Block protection plugin based on the WatchBlock concept

License:Artistic License 2.0


Languages

Language:Java 100.0%