Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 914 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 914 Bytes

ArzioLib

Provides API for Bukkit plugins to interact with Crafting Dead objects and a ton of customizable addons and fixes for your Crafting Dead server.

This plugin still needs more documentation, including a better README file.
If you want to help with it, you are welcome.

Check for releases at the releases page.

How to download the dependencies

  • Clone or download this repository
  • Open your shell (or cmd) and navigate to the same place as the build.gradle is located
  • Run gradlew downloadFiles and wait until it is done
  • The downloaded files will be located at /build/downloaded-files/ folder

How to build

  • Clone or download this repository
  • Open your shell (or cmd) and navigate to the same place as the build.gradle is located
  • Run gradlew build and wait until it is done
  • The jar file will be located at /build/libs/ folder