mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 11:55:38 +01:00
Updated API Documentation (markdown)
parent
79c9e387d2
commit
8651d3c1dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user