Updated API Documentation (markdown)

Alexander Söderberg 2020-04-24 19:32:11 +02:00
parent 2f35c03a43
commit 2dda0a50b2

@ -17,15 +17,15 @@ You need to add the WorldEdit repository as well.
</repository> </repository>
<!-- PlotSquared --> <!-- PlotSquared -->
<repository> <repository>
<id>plotsquared</id> <id>IntellectualSites</id>
<url>https://plotsquared.com/mvn/</url> <url>https://mvn.intellectualsites.com/content/groups/public/</url>
</repository> </repository>
<!-- PlotSquared API --> <!-- PlotSquared API -->
<dependency> <dependency>
<groupId>com.plotsquared</groupId> <groupId>com.plotsquared</groupId>
<artifactId>PlotSquared</artifactId> <artifactId>PlotSquared</artifactId>
<version>5.1</version> <!-- Or 'latest' --> <version>5.1</version> <!-- Or 'latest' -->
</dependency> </dependency>
``` ```