Skip to content

Commit d780eac

Browse files
authored
Update README.md
1 parent 672d4d2 commit d780eac

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Slime World Manager [![Build Status](https://travis-ci.org/Paul19988/Advanced-Slime-World-Manager.svg?branch=feature%2F1.16)](https://travis-ci.org/Paul19988/Advanced-Slime-World-Manager)
1+
# Advanced Slime World Manager [![Build Status](https://travis-ci.org/Paul19988/Advanced-Slime-World-Manager.svg?branch=feature%2F1.16)](https://travis-ci.org/Paul19988/Advanced-Slime-World-Manager)
22

33
[<img src="https://discordapp.com/assets/e4923594e694a21542a489471ecffa50.svg" alt="" height="55" />](https://discord.gg/YevvsMa)
44

5-
Slime World Manager is a Minecraft plugin that implements the Slime Region Format, developed by the Hypixel Dev Team.
5+
Advanced Slime World Manager is a Minecraft plugin that implements the Slime Region Format, developed by the Hypixel Dev Team.
66
Its goal is to provide server administrators with an easy-to-use tool to load worlds faster and save space.
77

88
#### Releases
99

10-
SWM releases can be found [here](https://www.spigotmc.org/resources/slimeworldmanager.69974/history).
10+
ASWM releases can be found [here](https://github.com/Paul19988/Advanced-Slime-World-Manager/releases).
1111

12-
## Using SWM in your plugin
12+
## Using ASWM in your plugin
1313

1414
#### Maven
1515
```
@@ -31,17 +31,6 @@ SWM releases can be found [here](https://www.spigotmc.org/resources/slimeworldma
3131
</dependencies>
3232
```
3333

34-
#### Gradle
35-
```
36-
repositories {
37-
maven { url "https://repo.glaremasters.me/repository/concuncan/" }
38-
}
39-
40-
dependencies {
41-
compileOnly group: "com.grinderwolf", name: "slimeworldmanager-api", version: "INSERT LATEST VERSION HERE";
42-
}
43-
```
44-
4534
#### Javadocs
4635

4736
Javadocs can be found [here](https://grinderwolf.github.io/Slime-World-Manager/apidocs/).
@@ -69,7 +58,6 @@ Javadocs can be found [here](https://grinderwolf.github.io/Slime-World-Manager/a
6958

7059
Thanks to:
7160
* All the contributors who helped me by adding features to SWM.
72-
* [Glare](https://glaremasters.me) for providing me with a Maven repository.
7361
* [Minikloon](https://twitter.com/Minikloon) and all the [Hypixel](https://twitter.com/HypixelNetwork) team for developing the SRF.
7462

7563
## YourKit

0 commit comments

Comments
 (0)