Updated Developer Documentation (markdown)

NotMyFault 2020-01-06 20:47:03 +01:00
parent 6ae232cbba
commit b295b3fd27

@ -38,7 +38,7 @@ repositories {
}
// PlotSquared legacy API
dependencies {
implementation("com.plotsquared:plotsquared-api:latest")
"implementation"("com.plotsquared:plotsquared-api:latest")
}
```
You can compile PlotSquared legacy with Gradle, which is included with this repository:
@ -82,7 +82,7 @@ repositories {
// PlotSquared API
dependencies {
implementation("com.github.intellectualsites.plotsquared:PlotSquared-API:4.400")
"implementation"("com.github.intellectualsites.plotsquared:PlotSquared-API:4.400")
}
```
You can compile PlotSquared with Gradle, which is included with this repository:
@ -112,7 +112,7 @@ repositories {
// PlotSquared legacy API
dependencies {
implementation("com.plotsquared:plotsquared-nukkitapi:latest")
"implementation"("com.plotsquared:plotsquared-nukkitapi:latest")
}
```
You can compile PlotSquared legacy with Gradle, which is included with this repository: