2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-12-23 10:38:01 +00:00
Synchronize data between BungeeCord proxies
Go to file
Dawid Sawicki 36927d8779
Allow to customize ping events priority via handle-motd-order (#108)
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
2024-12-22 22:36:59 +04:00
.github include new branches name in github file 2024-09-26 16:08:43 +04:00
api Allow to customize ping events priority via handle-motd-order (#108) 2024-12-22 22:36:59 +04:00
commands redo module system 2024-05-13 01:54:50 +04:00
gradle/wrapper update gradle, update depends 2024-12-22 18:15:02 +04:00
proxies Allow to customize ping events priority via handle-motd-order (#108) 2024-12-22 22:36:59 +04:00
.gitignore update gitignore 2024-05-13 02:27:44 +04:00
build.gradle.kts 0.12.0 (#86) 2024-04-28 15:29:53 +04:00
copyright_print.txt update to gradle (#66) 2023-03-23 15:42:59 +04:00
gradle.properties 0.12.5 2024-09-28 12:34:23 +04:00
gradlew gradle wrapper upgrade, update bungeecord 2024-09-26 19:09:51 +04:00
gradlew.bat gradle wrapper upgrade, update bungeecord 2024-09-26 19:09:51 +04:00
jitpack.yml jitpack java 17] 2024-04-12 22:28:25 +04:00
LICENSE Relicensing under the Eclipse Public License. 2015-10-18 19:52:46 -04:00
README.md Update README.md 2024-04-28 20:36:09 +04:00
settings.gradle.kts update gradle, update depends 2024-12-22 18:15:02 +04:00

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