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

move serverId to its own field, prepare for next release (0.3.1-SNAPSHOT)

This commit is contained in:
Tux
2014-05-20 08:30:43 -04:00
committed by vemacs
parent a532a7e6ba
commit f9fbbb388a
8 changed files with 30 additions and 26 deletions

View File

@@ -4,11 +4,11 @@ RedisBungee bridges [Redis](http://redis.io) and BungeeCord together. This is th
## Compiling
RedisBungee is distributed as a [maven](http://maven.apache.org) project. To compile it:
RedisBungee is distributed as a [maven](http://maven.apache.org) project. To compile it and install it in your local Maven repository:
git clone https://github.com/minecrafter/RedisBungee.git
cd RedisBungee
mvn clean package
mvn clean install
## Configuration