Updated API Documentation (markdown)

NotMyFault 2020-04-16 17:32:49 +02:00
parent 79c9e387d2
commit 8651d3c1dd
1 changed files with 3 additions and 4 deletions

@ -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.
<id>enginehub</id>
<url>https://maven.enginehub.org/repo/</url>
</repository>
<!-- PlotSquared -->
<repository>
<id>plotsquared</id>
<url>https://plotsquared.com/mvn/</url>
@ -30,8 +29,8 @@ You need to add the WorldEdit repository as well.
</dependency>
```
## 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