From a395120fcaf0186d092a33927b8c6af85e8fc226 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Thu, 20 Feb 2020 18:46:28 +0100 Subject: [PATCH] Updated API Documentation (markdown) --- API-Documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API-Documentation.md b/API-Documentation.md index ebd962d..02dc5b3 100644 --- a/API-Documentation.md +++ b/API-Documentation.md @@ -1,5 +1,6 @@ ## API Documentation for PlotSquared -If you need to access the bukkit module of PlotSquared, you need to add `PlotSquared-BukkitAPI` as `` and declare it as non-transitive. +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 WorldEdit as dependency as well. ```xml @@ -19,7 +20,6 @@ If you need to access the bukkit module of PlotSquared, you need to add `PlotSqu ## Bukkit: Gradle If you need to access the bukkit module of PlotSquared, you need to add `PlotSquared-BukkitAPI` into the `dependencies` block and declare it as non-transitive. ```gradle -// PlotSquared repository repositories { maven { url = "https://maven.enginehub.org/repo/" } // WorldEdit flatDir {