#Minecraft transfer data between servers

8 messages · Page 1 of 1 (latest)

carmine fox
#

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 🙂

jaunty novaBOT
#

This post has been reserved for your question.

Hey @carmine fox! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

blazing parrot
#

redis does not load and save data fast enough?

#

its just one boolean right?

carmine fox
#

its a bunch of data like booleans and integers. only like 20 tho.
I use Velocity as the proxy btw

carmine fox
lone temple
#

use java sockets and thats it