Global variables
Global variables are something new in BungeeSK (1.1.0). You will learn here how to use them aswell.
What's a global variable ?
Setting a global variable
set global variable "money.%player%" to 100Getting a global variable
set {_money} to global variable "money.%player%"
send "You have %{_money}%$ on your account !" to player
if {_money} >= 1000:
set {vip::%player%} to trueLast updated