Updated Developer Documentation (markdown)

NotMyFault 2020-02-01 23:01:38 +01:00
parent 2189f15a4a
commit 516347132f

@ -68,7 +68,7 @@ If you need to access the bukkit module of PlotSquared, you need to add `PlotSqu
<dependency>
<groupId>com.github.intellectualsites.plotsquared</groupId>
<artifactId>PlotSquared-API</artifactId>
<version>4.400</version>
<version>4.453</version>
</dependency>
```
## Bukkit: Gradle 1.13+
@ -83,7 +83,7 @@ repositories {
// PlotSquared API
dependencies {
"implementation"("com.github.intellectualsites.plotsquared:PlotSquared-API:4.400")
"implementation"("com.github.intellectualsites.plotsquared:PlotSquared-API:4.453")
}
```
You can compile PlotSquared with Gradle, which is included with this repository: