EXPRESSIONS
Get the current server
Returns the current (Back-end) server
(current|this) serverGet the server by name
Returns the server by its proxy configuration name.
Will return <none> if the server is not found.
server %string%Get the name of a server
server[ ]name of %server%%server%'s server[ ]nameGet a list of servers
The expression below returns a list of all servers defined in the proxy configuration.
[all] serversGet a list of only online servers (Must be connected to the socket server)
[all] online serversGet players from the server
Returns a list of players in the form of online players.
players (from|of|on) %servers%%servers%'s playersGet a player on a proxy server
Accepts the player’s username or UUID, returns the online player, or <none> if the player is not online
network[ ]player %string%The server player is automatically converted to OfflinePlayer if used in any expressions if necessary.
Get the player’s server
server of %networkplayer%%networkplayer%'s serverNetwork Variable
Variable that is synchronized with all servers connected to the proxy. works as a regular variable in Skript
(network|proxy) variable %objects%