-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
- Loading branch information
There are no files selected for viewing
4 comments
on commit 7496bf8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, there are still problems with this if the server is older than 1.13 version, but uses viaversion to support newer version. My suggestion is to only keep "legacy:redisbungee" instead of checking the nms version, "legacy:redisbungee" will work with any spigot version since it is only a bungee side channel.
I made custom plugins that uses this channel on 1.8 server and viaversion with no problem,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can see here that it checks if the tag is equal to legacy:RedisBungee
. Will this be a problem, since on Spigot you can only register the channel legacy:redisbungee
(all lowercase)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, there are moments where placeholders that shows server playercount using redisbungee just freeze up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an issue already open for RedisBungee: minecrafter/RedisBungee#71
In the meanwhile, I changed it to always use legacy:redisbungee
: 636b7d4
change this to String targetChannel = "legacy:redisbungee";