mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-28 12:56:05 +01:00
Updated Developer Documentation (markdown)
parent
7f5c734e14
commit
8b6b110305
@ -43,7 +43,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
You can compile PlotSquared legacy with Gradle, which is included with this repository:
|
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`
|
$ `gradlew build` OR `gradle :Bukkit:build`
|
||||||
## Bukkit: Maven 1.13+
|
## Bukkit: Maven 1.13+
|
||||||
If you need to access the bukkit module of PlotSquared, you need to add `PlotSquared-BukkitAPI` as `<artifactId>`
|
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:
|
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`
|
$ `gradlew build`
|
||||||
|
|
||||||
## Useful classes for PlotSquared
|
## Useful classes for PlotSquared
|
||||||
|
Loading…
Reference in New Issue
Block a user