Updated API Documentation (markdown)

NotMyFault 2021-04-27 18:25:05 +02:00
parent eda3e7d845
commit 465a7b3b29

@ -78,12 +78,12 @@ If you need to access the Bukkit module of PlotSquared, copy the example below.
<groupId>com.plotsquared</groupId>
<artifactId>PlotSquared-Bukkit</artifactId>
<version>5.13.11</version>
<exclusions>
<exclusion>
<artifactId>PlotSquared-Core</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
<exclusions>
<exclusion>
<artifactId>PlotSquared-Core</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
```