You can now share variables between servers on your bungeecord server.
Basically this allows you set a variable on the bungeecord and then on another server call that variable.
Syntax:
This can only be set and grabbed at the moment.Code (skript (Unknown Language)):[the] [skellett[ ][(cord|proxy)]] (global|network) [var[iable]] [(from|of)] %object%
Example:
Simple and sweet.Code (skript (Unknown Language)):set network variable {test} to "&6Hello world!"
set {_this} to network variable {test}
There is also a backup system to save your variables so you don't have to worry about losing your data if something goes wrong. You can access the settings for this in the config of SkellettProxy on the bungeecord
There is also an option called AutomaticSharing. What this does is basically sets the physical variable on the spigot server side.
So if I run
On other servers, all I would have to do is;Code (skript (Unknown Language)):set global variable {test} to "&6Hello world"
In order to access the variable.Code (skript (Unknown Language)):broadcast "%{test}%"
This project has taken me about a week or so to make. Hope you enjoy it. Was quite the trouble to make it aswell.
This SkellettProxy version needs Skellett 1.8.7+ to run if you're using SkellettProxy features!

Skungee - Skript proxy addon and Socket API 2.0.0-BETA-3
A Skript addon that allows for full control over your proxy.