Network Server Whitelist (Expression) — skNetwork
Addon: skNetwork · Category: Expression · Since: 0.2.0
Syntax
[(all [[of] the]|the)] whitelisted players of network server %string%Description
The names on another server's whitelist. That server reports its own, so this is the list it will actually enforce, not a copy kept somewhere else.
Guide: https://github.com/ahmadmsaleem/skNetwork/wiki/Network-Players
Examples
set {_allowed::*} to whitelisted players of network server "survival"
if "%player%" is not {_allowed::*}:
send "&cYou are not whitelisted on survival."