mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-28 12:56:05 +01:00
Updated API Documentation (markdown)
parent
beac915ebf
commit
a395120fca
@ -1,5 +1,6 @@
|
|||||||
## API Documentation for PlotSquared
|
## API Documentation for PlotSquared
|
||||||
If you need to access the bukkit module of PlotSquared, you need to add `PlotSquared-BukkitAPI` as `<artifactId>` and declare it as non-transitive.
|
If you need to access the bukkit module of PlotSquared, you need to add `PlotSquared-BukkitAPI` as `<artifactId>` and declare it as non-transitive.
|
||||||
|
You need to add WorldEdit as dependency as well.
|
||||||
```xml
|
```xml
|
||||||
<!-- WorldEdit -->
|
<!-- WorldEdit -->
|
||||||
<repository>
|
<repository>
|
||||||
@ -19,7 +20,6 @@ If you need to access the bukkit module of PlotSquared, you need to add `PlotSqu
|
|||||||
## Bukkit: Gradle
|
## 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.
|
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
|
```gradle
|
||||||
// PlotSquared repository
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url = "https://maven.enginehub.org/repo/" } // WorldEdit
|
maven { url = "https://maven.enginehub.org/repo/" } // WorldEdit
|
||||||
flatDir {
|
flatDir {
|
||||||
|
Loading…
Reference in New Issue
Block a user