EXPRESSIONS
Get the current server
Returns the current (Back-end) server
(current|this) server
Get 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[ ]name
Get a list of servers
The expression below returns a list of all servers defined in the proxy configuration.
[all] servers
Get a list of only online servers (Must be connected to the socket server)
[all] online servers
Get players from the server
Returns a list of players in the form of online players.
players (from|of|on) %servers%
%servers%'s players
Get 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 server
Network Variable
Variable that is synchronized with all servers connected to the proxy. works as a regular variable in Skript
(network|proxy) variable %objects%