Updated Developer Documentation (markdown)

NotMyFault 2020-01-08 16:40:18 +01:00
parent 7f5c734e14
commit 8b6b110305

@ -43,7 +43,7 @@ dependencies {
}
```
You can compile PlotSquared legacy with Gradle, which is included with this repository:
$ `gradlew setupDecompWorkspace`
$ `gradlew setupDecompWorkspace` - is only needed if you want to work with Forge
$ `gradlew build` OR `gradle :Bukkit:build`
## Bukkit: Maven 1.13+
If you need to access the bukkit module of PlotSquared, you need to add `PlotSquared-BukkitAPI` as `<artifactId>`
@ -117,7 +117,7 @@ dependencies {
}
```
You can compile PlotSquared legacy with Gradle, which is included with this repository:
$ `gradlew setupDecompWorkspace`
$ `gradlew setupDecompWorkspace` - is only needed if you want to work with Forge
$ `gradlew build`
## Useful classes for PlotSquared