#Sharing data across servers (Bungee, spigot)

1 messages Β· Page 1 of 1 (latest)

hazy hedge
#

Hi πŸ‘‹ I am looking on google like 1 week for solution for my problem and I found some solutions but I'm still not sure which is the best πŸ˜„

I need to have connected hashmaps in my plugin and also I need some communicating between servers, what I found is plugin messaging channel but I need communicating even if nobody is online, second thing I found is a custom communication trough database server (mysql, mongoDB, etc.). But I still need some help from more experienced developers, do you have some recommendations for me? πŸ˜„
Thanks in advance ❀️

rose epoch
hazy hedge
#

Thanks, I'm working with databases so it's not new for me πŸ˜„ But for the first time I'm coding plugin for multiple servers πŸ˜„ I need some communicating between servers, do you think I should make a custom communication trough database or is there something better than plugin messaging channel? πŸ˜„

rose epoch
#

Definitely a valuable skill

hazy hedge
#

Yes I get it πŸ˜„

hazy hedge
#

And for example I need to send information that player has connected, is database still the best to use for this types of things?

rose epoch
#

It really depends, if its sharing an event then do messaging channels, if its going to store that information then mysql

hazy hedge
#

I see, thank you very much ❀️ You helped me a lot πŸ˜„

ember dune
#

The other way to go is to use open sockets