mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
change something again in readme
This commit is contained in:
parent
ce93bd5e07
commit
e986d5f1fb
@ -86,6 +86,7 @@ public class PluginMainClass {
|
|||||||
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
## Getting the latest commits to your code
|
||||||
If you want to use the latest commits without waiting for releases.
|
If you want to use the latest commits without waiting for releases.
|
||||||
first, install it to your maven local repo
|
first, install it to your maven local repo
|
||||||
```
|
```
|
||||||
@ -93,7 +94,7 @@ git clone https://github.com/ProxioDev/RedisBungee.git
|
|||||||
cd RedisBungee
|
cd RedisBungee
|
||||||
mvn clean install
|
mvn clean install
|
||||||
```
|
```
|
||||||
then use any of these to your project.
|
then use any of these in your project.
|
||||||
```
|
```
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.imaginarycode.minecraft</groupId>
|
<groupId>com.imaginarycode.minecraft</groupId>
|
||||||
@ -101,6 +102,8 @@ then use any of these to your project.
|
|||||||
<version>VERSION</version>
|
<version>VERSION</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
```
|
||||||
|
```
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.imaginarycode.minecraft</groupId>
|
<groupId>com.imaginarycode.minecraft</groupId>
|
||||||
<artifactId>RedisBungee-Velocity</artifactId>
|
<artifactId>RedisBungee-Velocity</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user