I have a bungeecord network of spigot servers and on each of them I have the ability to /vanish. I need to transfer a boolean from that spigot server to the next spigot server.
Plugin messages do not work because a player may not be online.
I would not like to use sockets because it requires lots of ports.
I would like to use redis, either it as a cache database or messaging system however my cache database wouldnt load and save data fast enough.
Could someone please help me with this. Thanks 🙂