I am looking to make a channel plugin for my bungee network, however I'm having issues with variables going cross server. I know skelletproxy has an option for that but I would heavily prefer to not use that. Currently I have it set so when I am setting a variable it runs a command and the command is dispatched to all the servers and when the server recieves the command it sets the variable. this works however it has like maybe a 75% success rate. I would prefer to save it to a MySQL database but I can not for the life of me understand how to do MySQL. Ive tried setting the save spot for the variables in the config.sk to a MySQL database, but skript does not like it when you have two servers trying to access the same database. SO does anyone know any good skript MySQL database guides, that or a better way to store variables cross servers.