Network Server Of Player (Expression) — skNetwork
Addon: skNetwork · Category: Expression · Since: 0.2.0
Syntax
network server of [network] [player[s]] %networkplayers%Description
Which server a player is on, by name, or nothing when nobody on the network is holding them. Use it before moving somebody, so you do not connect them to the server they are already standing on.
Guide: https://github.com/ahmadmsaleem/skNetwork/wiki/Network-Players
Examples
command /find <text>:
trigger:
set {_where} to network server of arg-1
if {_where} is set:
send "%arg-1% is on %{_where}%."
else:
send "%arg-1% is not online."