2021-01-07 21:23:31 +04:00
# Limework fork of RedisBungee
2013-09-29 16:22:52 -04:00
2021-05-22 18:15:32 +04:00
[](https://github.com/Limework/RedisBungee/actions/workflows/maven.yml) [](https://jitpack.io/#limework/redisbungee )
2021-05-14 15:15:45 +04:00
2021-01-10 23:38:14 +04:00
Spigot link: [click ](https://www.spigotmc.org/resources/redisbungee.87700/ )
2021-05-14 10:51:41 +00:00
The maintainer of RedisBungee has became inactive, so we have taken the development of the plugin.
2021-01-07 21:23:31 +04:00
2021-05-31 05:33:00 +04:00
RedisBungee uses [Redis ](https://redis.io ) to Synchronize data between [BungeeCord ](https://github.com/SpigotMC/BungeeCord ) proxies
2021-01-07 21:23:31 +04:00
2021-05-14 10:53:00 +00:00
This is currently deployed on [Govindas Limework! ](https://Limework.net )
2021-01-07 21:23:31 +04:00
2013-09-29 16:22:52 -04:00
## Compiling
2021-01-08 00:20:37 +04:00
Now you can use maven without installing it using Maven wrapper [github? ](https://github.com/takari/maven-wrapper ) :)
2021-01-07 21:23:31 +04:00
2021-05-22 18:17:28 +04:00
RedisBungee is distributed as a [maven ](https://maven.apache.org ) project.
To compile and installing to in your local Maven repository:
2021-01-07 21:23:31 +04:00
git clone https://github.com/Limework/RedisBungee.git
2013-09-29 16:22:52 -04:00
cd RedisBungee
2021-01-07 21:23:31 +04:00
mvnw clean install
2021-05-22 18:17:28 +04:00
mvnw package
2021-05-14 10:51:41 +00:00
2021-05-19 16:58:45 +04:00
And use it in your pom file.
2021-05-13 23:12:40 +04:00
2021-05-19 16:58:45 +04:00
<dependency>
<groupId>com.imaginarycode.minecraft</groupId>
<artifactId>RedisBungee</artifactId>
2021-06-12 14:49:29 +04:00
<version>0.6.4-SNAPSHOT</version>
2021-05-19 16:58:45 +04:00
<scope>provided</scope>
</dependency>
2013-09-29 16:22:52 -04:00
2021-05-22 18:15:32 +04:00
Or if you want to use the jitpack maven server
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
And use it in your pom file.
<dependency>
<groupId>com.github.limework</groupId>
<artifactId>redisbungee</artifactId>
<version>0.6.3</version>
</dependency>
2021-01-07 21:32:24 +04:00
## Javadocs
2021-05-14 10:51:41 +00:00
Hosted on limework website. Version 0.6.0 (note: any version 0.6.* will not have API changes.)
2021-01-08 00:09:43 +04:00
https://limework.net/JavaDocs/RedisBungee/
2021-01-07 21:32:24 +04:00
2013-09-29 16:22:52 -04:00
## Configuration
2021-05-14 15:55:33 +04:00
**REDISBUNGEE REQUIRES A REDIS SERVER**, preferably with reasonably low latency. The default [config ](https://github.com/limework/RedisBungee/blob/master/src/main/resources/example_config.yml ) is saved when the plugin first starts.
2021-01-07 21:28:50 +04:00
2021-01-07 21:32:24 +04:00
## License!
2021-01-07 21:28:50 +04:00
2021-01-08 00:09:43 +04:00
This project is distributed under Eclipse Public License 1.0
2021-01-07 21:28:50 +04:00
2021-05-14 10:51:41 +00:00
You can find it [here ](https://github.com/Limework/RedisBungee/blob/master/LICENSE )
2021-01-07 21:28:50 +04:00
2021-05-14 10:51:41 +00:00
You can find the original RedisBungee by minecrafter [here ](https://github.com/minecrafter/RedisBungee ) or spigot page [here ](https://www.spigotmc.org/resources/redisbungee.13494/ )
2021-05-24 00:45:13 +04:00
## YourKit
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of [YourKit Java Profiler ](https://www.yourkit.com/java/profiler/ ), [YourKit .NET Profiler ](https://www.yourkit.com/.net/profiler/ ) and [YourKit YouMonitor ](https://www.yourkit.com/youmonitor/ ).
