Network Player Is Online (Condition) — skNetwork

Addon: skNetwork · Category: Condition · Since: 1.0.0

Syntax

network player[s] %networkplayers% (is|are) online

Description

Checks whether somebody is online anywhere on the network, not just on this server. Answered from the player list the proxy pushes, so it stays right while this server holds nobody.

Guide: https://github.com/ahmadmsaleem/skNetwork/wiki/Network-Players

Examples

if network player "Notch" is online:
	send network message "&aWelcome back." to network player "Notch"

View source