This update changes the whole server string for the max player, evaluate and whitelisted syntax.
Before the name of the server string in
set {_this} to max players of bungeecord server "This"
was being used from the server.properties. Now it properly uses the bungeecord name you state in the config.yml of Bungeecord.
You can no loop all bungeecord servers and those are the strings that these syntax now use. This was because of my server tracker. It was easier to use the server.properties than using the bungeecord name. Now I switched it over to the Bungeecord name as it was confusing alot of people.
I also added a list to get the whitelisted players of a server
Code (skript (Unknown Language)):
[(the|all)] [of] [the] whitelisted players (for|of|on) (skellett[ ][(cord|proxy)]|bungee[ ][cord]) server %string%
Example script
Code (skript (Unknown Language)):
on script load:
set {_test} to max players of bungeecord server "Test2"
broadcast "%{_test}%"
set {_players::*} to whitelisted players of bungeecord server "Test2"
broadcast "%{_players::*}%"
Please note this update needs Skellett 1.8.0a+ or this update won't work!
Enjoy
Next update will be RedisBungee stuff