Network Player (Expression) — skNetwork

Addon: skNetwork · Category: Expression · Since: 1.0.0

Syntax

network player[s] %networkplayers%

Description

Somebody on the network, from a name, a UUID or a real player. Used in a variable name it is spelled the way Skript spells a player, so `{?coins::%network player "Notch"%}` is the same key a script on the server holding them writes.

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

Examples

set {_who} to network player "Notch"
send network message "&aHello." to network player {_who}

View source