2021-11-16 15:03:16 +04:00
# Proxio fork of RedisBungee
2021-09-19 19:46:54 +04:00
### was called the 'limework fork'
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-07-20 14:49:45 +04:00
## Notice: about older versions of redis than redis 6.0
2021-06-22 01:33:33 +04:00
2021-07-22 02:22:11 +04:00
As of now Version 0.6.4 is only supporting redis 6.0 and above!
2021-06-22 01:33:33 +04:00
2013-09-29 16:22:52 -04:00
## Compiling
2021-07-04 15:07:45 +02:00
Now you can use Maven without installing it using [Maven wrappe ](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-07-04 15:07:45 +02:00
git clone https://github.com/Limework/RedisBungee.git .
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-07-04 15:07:45 +02:00
If you have deb maven installed, you can use the `mvn` command instead.
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-07-30 02:12:01 +04:00
<version>0.6.5-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>
2021-12-20 05:21:53 +04:00
<version>0.6.5</version>
<scope>provided</scope>
2021-05-22 18:15:32 +04:00
</dependency>
2021-01-07 21:32:24 +04:00
## Javadocs
2021-07-22 02:22:11 +04: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
2021-07-22 02:22:11 +04:00
Note: we might add more api into RedisBungeeApi Class but we wont remove the old ones to
keep old plugins working....
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
2022-03-22 15:28:41 +04:00
## Support
You can join our matrix room [here ](https://matrix.to/#/!zhedzmRNSZXfuOPZUB:govindas.net?via=govindas.net&via=matrix.org )

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/ ).
