Skip to content

Commit

Permalink
Added Flow-NBT error warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatteaid committed Sep 6, 2022
1 parent 08fc337 commit 08a3a7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .docs/api/setup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gradle clean shadowJar

## Using the API


If your plugin wants to use Advanced Slime World Manager add the following in your plugin:

### Maven
Expand All @@ -36,11 +37,12 @@ If your plugin wants to use Advanced Slime World Manager add the following in yo
### Gradle
```groovy
repositories {
maven { url = 'https://repo.rapture.pw/repository/maven-releases/' }
maven { url = 'https://repo.rapture.pw/repository/maven-snapshots/' }
}
dependencies {
compileOnly 'com.grinderwolf:slimeworldmanager-api:INSERT LATEST VERSION HERE'
}
```

**If you run into any Flow-NBT errors when building your project, add the additional repository: `https://repo.rapture.pw/repository/maven-releases/`**
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ releases can be found in the [Discord](https://discord.gg/YevvsMa) under the #ne

## Using SWM in your plugin

#### Maven
### Maven
```xml
<repositories>
<repository>
Expand All @@ -33,10 +33,9 @@ releases can be found in the [Discord](https://discord.gg/YevvsMa) under the #ne
</dependencies>
```

#### Gradle
### Gradle
```groovy
repositories {
maven { url = 'https://repo.rapture.pw/repository/maven-releases/' }
maven { url = 'https://repo.rapture.pw/repository/maven-snapshots/' }
}
Expand All @@ -45,7 +44,9 @@ dependencies {
}
```

#### Javadocs
**If you run into any Flow-NBT errors when building your project, add the additional repository: `https://repo.rapture.pw/repository/maven-releases/`**

### Javadocs

The Javadocs can be found [here](https://grinderwolf.github.io/Slime-World-Manager/apidocs/).

Expand Down

0 comments on commit 08a3a7a

Please sign in to comment.