Updated Developer Documentation (markdown)

NotMyFault 2020-02-01 23:03:55 +01:00
parent 516347132f
commit 18a3233528

@ -19,8 +19,8 @@ If you need to access the bukkit module of PlotSquared, you need to add `plotsqu
</repository> </repository>
<!-- WorldEdit --> <!-- WorldEdit -->
<repository> <repository>
<id>sk89q</id> <id>enginehub</id>
<url>http://maven.sk89q.com/repo/</url> <url>https://maven.enginehub.org/repo/</url>
</repository> </repository>
<!-- PlotSquared legacy API --> <!-- PlotSquared legacy API -->
@ -60,8 +60,8 @@ If you need to access the bukkit module of PlotSquared, you need to add `PlotSqu
</repository> </repository>
<!-- WorldEdit --> <!-- WorldEdit -->
<repository> <repository>
<id>sk89q</id> <id>enginehub</id>
<url>http://maven.sk89q.com/repo/</url> <url>https://maven.enginehub.org/repo/</url>
</repository> </repository>
<!-- PlotSquared API --> <!-- PlotSquared API -->
@ -76,9 +76,9 @@ If you need to access the bukkit module of PlotSquared, you need to add `PlotSqu
```gradle ```gradle
// PlotSquared repository // PlotSquared repository
repositories { repositories {
maven { url = "http://ci.athion.net/job/PlotSquared-Releases/ws/mvn/" } maven { url = "https://ci.athion.net/job/PlotSquared-Releases/ws/mvn/" }
maven { url = "https://jitpack.io" } // Jenkins4J maven { url = "https://jitpack.io" } // Jenkins4J
maven { url = "http://maven.sk89q.com/repo/" } // WorldEdit maven { url = "https://maven.enginehub.org/repo/" } // WorldEdit
} }
// PlotSquared API // PlotSquared API