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> <groupId>com.plotsquared</groupId>
<artifactId>PlotSquared-Bukkit</artifactId> <artifactId>PlotSquared-Bukkit</artifactId>
<version>5.13.11</version> <version>5.13.11</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>PlotSquared-Core</artifactId> <artifactId>PlotSquared-Core</artifactId>
<groupId>*</groupId> <groupId>*</groupId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
``` ```