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