Network Player Name / UUID (Expression) — skNetwork

Addon: skNetwork · Category: Expression · Since: 1.0.0

Syntax

[the] name[s] of network player[s] %networkplayers%

Description

The name or the UUID of a network player. The proxy sends names, so a UUID is filled in from this server's own knowledge of that player and is not set for somebody it has never seen.

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

Examples

set {_who} to network player "069a79f4-44e9-4726-a5be-fca90e38aaf5"
send "That UUID belongs to %name of network player {_who}%"

View source