diff --git a/API-Documentation.md b/API-Documentation.md index 1e70aa1..0e029f5 100644 --- a/API-Documentation.md +++ b/API-Documentation.md @@ -1,7 +1,5 @@ # API Documentation for PlotSquared -**This is v5 only!** - ## JavaDoc JavaDocs are available via: https://plotsquared.com/docs/ @@ -17,6 +15,7 @@ You need to add the WorldEdit repository as well. enginehub https://maven.enginehub.org/repo/ + plotsquared https://plotsquared.com/mvn/ @@ -30,8 +29,8 @@ You need to add the WorldEdit repository as well. ``` -## 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 +If you need to access the Bukkit module of PlotSquared, you need to add `PlotSquared-Bukkit` into the `dependencies` block and declare it as non-transitive. ```gradle repositories { maven { url = "https://maven.enginehub.org/repo/" } // WorldEdit