diff --git a/README.md b/README.md index 64129ed..b0d8236 100644 --- a/README.md +++ b/README.md @@ -31,22 +31,7 @@ as its last version before internal changes. RedisBungee is distributed as a [maven](https://maven.apache.org) project. -first, install it to your maven local repo as we don't have public maven repo. -``` -git clone https://github.com/ProxioDev/RedisBungee.git -cd RedisBungee -mvn clean install -``` -then to import for bungeecord use: -``` - - com.imaginarycode.minecraft - RedisBungee-Bungee - VERSION - provided - -``` -Second method by using jitpack [![](https://jitpack.io/v/limework/redisbungee.svg)](https://jitpack.io/#limework/redisbungee) +By using jitpack [![](https://jitpack.io/v/limework/redisbungee.svg)](https://jitpack.io/#limework/redisbungee) ## Setup jitpack repository ``` @@ -101,7 +86,28 @@ public class PluginMainClass { } ``` - +If you want to use the latest commits without waiting for releases. +first, install it to your maven local repo +``` +git clone https://github.com/ProxioDev/RedisBungee.git +cd RedisBungee +mvn clean install +``` +then use any of these to your project. +``` + + com.imaginarycode.minecraft + RedisBungee-Bungee + VERSION + provided + + + com.imaginarycode.minecraft + RedisBungee-Velocity + VERSION + provided + +``` ## Javadocs For current version [0.8.0](https://proxiodev.github.io/RedisBungee-JavaDocs/0.8.0-SNAPSHOT/)