mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-12-23 10:38:01 +00:00
Synchronize data between BungeeCord proxies
36927d8779
Currently, the bungee implementation is using NORMAL priority for the ping event handler, while the velocity implementation is using LAST. Regardless of which choice may be the better one, this is an inconsistency that this patch addresses by using NORMAL as the default for both platforms. Additionally to addressing the inconsistency, this patch adds a new config option `handle-motd-order` which uses velocity's event priority nomenclature to allow configuring the behavior of the MOTD handling on both platforms. In cases where there is a MOTD plugin that incorrectly overrides a player count using the local player count, one may choose to use order LAST to override the value back to the global player count. In cases where there is a MOTD plugin that relies on a player count value from the ping response, one may choose to use order FIRST to make sure the response will have the correct global player count. Fixes https://github.com/ProxioDev/ValioBungee/issues/107 |
||
---|---|---|
.github | ||
api | ||
commands | ||
gradle/wrapper | ||
proxies | ||
.gitignore | ||
build.gradle.kts | ||
copyright_print.txt | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
jitpack.yml | ||
LICENSE | ||
README.md | ||
settings.gradle.kts |
RedisBungee Limework's Fork
The original project of RedisBungee is no longer maintained, so we have forked the plugin. RedisBungee uses Redis with Java client Jedis to Synchronize players data between BungeeCord or Velocity* proxies
Downloads
Wiki
https://github.com/ProxioDev/RedisBungee/wiki
Support
open an issue with question button
License
This project is distributed under Eclipse Public License 1.0
You can find it here
You can find the original RedisBungee is by astei and project can be found here or spigot page here, but its no longer available