mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-22 10:36:01 +01:00
Updated API (markdown)
parent
38486dd06f
commit
2d38b78ff7
10
API.md
10
API.md
@ -8,12 +8,12 @@ That said, the FAWE API offers additional functionality not already available in
|
||||
|
||||
# Dependency
|
||||
## Maven:
|
||||
[1.8 - 1.12.2]
|
||||
[1.13+]
|
||||
[1.8 - 1.12.2](https://github.com/boy0001/FastAsyncWorldedit/wiki/API#maven-18---1122)<br>
|
||||
[1.13+](https://github.com/boy0001/FastAsyncWorldedit/wiki/API#maven-113)
|
||||
|
||||
## Gradle:
|
||||
[1.8 - 1.12.2]
|
||||
[1.13+]
|
||||
[1.8 - 1.12.2](https://github.com/boy0001/FastAsyncWorldedit/wiki/API#gradle-18---1122)<br>
|
||||
[1.13+](https://github.com/boy0001/FastAsyncWorldedit/wiki/API#gradle-113)
|
||||
|
||||
## 1.8 - 1.12.2 (legacy)
|
||||
> Note: Add FAWE as a dependency **before** WorldEdit (e.g. in `pom.xml` or `build.gradle`)
|
||||
@ -44,13 +44,13 @@ repositories {
|
||||
dependencies {
|
||||
compile 'com.boydti:fawe-api:latest'
|
||||
}
|
||||
```
|
||||
### Compiling
|
||||
You can compile FAWE with gradle, which is included with this repository:
|
||||
```
|
||||
$ gradlew setupDecompWorkspace
|
||||
$ gradlew build
|
||||
```
|
||||
```
|
||||
## Maven 1.13+
|
||||
```xml
|
||||
<!-- FAWE repository -->
|
||||
|
Loading…
Reference in New Issue
Block a user