mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
Updated Developer Documentation (markdown)
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:
|
||||
|
Loading…
Reference in New Issue
Block a user