Updated API Documentation (markdown)

NotMyFault 2020-04-16 17:32:49 +02:00
parent 79c9e387d2
commit 8651d3c1dd

@ -1,7 +1,5 @@
# API Documentation for PlotSquared # API Documentation for PlotSquared
**This is v5 only!**
## JavaDoc ## JavaDoc
JavaDocs are available via: https://plotsquared.com/docs/ JavaDocs are available via: https://plotsquared.com/docs/
@ -17,6 +15,7 @@ You need to add the WorldEdit repository as well.
<id>enginehub</id> <id>enginehub</id>
<url>https://maven.enginehub.org/repo/</url> <url>https://maven.enginehub.org/repo/</url>
</repository> </repository>
<!-- PlotSquared -->
<repository> <repository>
<id>plotsquared</id> <id>plotsquared</id>
<url>https://plotsquared.com/mvn/</url> <url>https://plotsquared.com/mvn/</url>
@ -30,8 +29,8 @@ You need to add the WorldEdit repository as well.
</dependency> </dependency>
``` ```
## Bukkit: Gradle ## 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. 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 ```gradle
repositories { repositories {
maven { url = "https://maven.enginehub.org/repo/" } // WorldEdit maven { url = "https://maven.enginehub.org/repo/" } // WorldEdit