2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

update readme, fix relocation

This commit is contained in:
2022-05-25 12:50:26 +04:00
parent 9696726fb5
commit bdda7c13c9
4 changed files with 109 additions and 41 deletions

View File

@@ -31,7 +31,7 @@ If you want to have `RedisBungeeAPI` class
<dependency>
<groupId>com.imaginarycode.minecraft</groupId>
<artifactId>RedisBungee-API</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
@@ -41,7 +41,7 @@ and if you want to use the events Import RedisBungee-BungeeEvents which for bung
<dependency>
<groupId>com.imaginarycode.minecraft</groupId>
<artifactId>RedisBungee-BungeeEvents</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```