From 83c7d40f202a9ae9dd6c130ee33a54a7c935db92 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Fri, 10 Apr 2020 15:47:23 +0200 Subject: [PATCH] Updated API Documentation (markdown) --- API-Documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API-Documentation.md b/API-Documentation.md index d3b439b..9c0dcea 100644 --- a/API-Documentation.md +++ b/API-Documentation.md @@ -1,4 +1,5 @@ ## API Documentation for PlotSquared +Download the PlotSquared v5 jar from Spigot and put it into your `${basedir}` folder when using maven or `libs` folder when using gradle. If you need to access the bukkit module of PlotSquared, you need to add `PlotSquared-BukkitAPI` as `` and declare it as non-transitive. You need to add the WorldEdit repository as well. ```xml