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:
Code (skript (Unknown Language)):
[the] [skellett[ ][(cord|proxy)]] (global|network) [var[iable]] [(from|of)] %object%
This can only be set and grabbed at the moment.
Example:
Code (skript (Unknown Language)):
set network variable {test} to "&6Hello world!"
set {_this} to network variable {test}
Simple and sweet.
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
Code (skript (Unknown Language)):
set global variable {test} to "&6Hello world"
On other servers, all I would have to do is;
Code (skript (Unknown Language)):
broadcast "%{test}%"
In order to access the variable.
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 Skellett version needs SkellettProxy 1.2.9+ to run if you're using SkellettProxy features!