kangarko / ChatControl-Red

Issue tracker and documentation for the next generation ChatControl Red, the most advanced chat management plugin.
43 stars 22 forks source link

1.21: Redis integration issues in VelocityControl 1.0.8 #2741

Closed addstar closed 3 days ago

addstar commented 3 days ago

Error log (if applicable)

No response

"/chc debug" output (strongly recommended)

No response

Information about the issue/bug

We use a RedisBungee fork for Velocity on a single Velocity instance (for non-standard reasons) but as of VelocityControl 1.0.8, if RedisBungee is detected it always uses it for communications (which we don't want right now).

There's two issues here:

  1. I'd like the option to disable Redis integration, even if RedisBungee is detected.
  2. The Redis integration doesn't seem to work. Chat seems to break entirely with the Redis integration. Looking at the code, it seems like VC only sends messages to other proxies via Redis and not to local backend servers via plugin messages. Is this intended? How do local backend servers receive messages in this scenario?

It's possible my setup is different to expected or not compatible somehow, but currently we are unable to use VC 1.0.8 until at least the first issue is fixed.

Hope this description makes sense? Not sure what other logs/info I can provide?

kangarko commented 3 days ago

Hello,

  1. Added!
  2. Fixed!

Please test on the next version.

Matej

addstar commented 3 days ago

Awesome, thank you for the fast response and fix! :100: