From c86ba3bb125f1f7b201d567939250cf93dd260c3 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Sun, 28 Aug 2016 23:17:46 +1000 Subject: [PATCH] Updated API (markdown) --- API.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/API.md b/API.md index c01bef2..6f21b07 100644 --- a/API.md +++ b/API.md @@ -6,6 +6,15 @@ Firstly, FAWE isn't meant to modify the behavior of the WorldEdit API. Existing That said, the FAWE API offers additional functionality not already available in WorldEdit. Below are some examples for WorldEdit and FAWE: +# Maven +Repository: `http://ci.athion.net/job/FastAsyncWorldEdit/ws/mvn/` +Dependency: `com.boydti:fawe-api:` +# Gradle +You can compile FAWE with gradle, which is included with this repository: +``` +$ gradlew setupDecompWorkspace +$ gradlew build +``` ### Threading - [Run sync/async tasks with the FAWE TaskManager](https://github.com/boy0001/FastAsyncWorldedit/wiki/Fawe-TaskManager#sync-task)