Bound - Owners/Members (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 1.15.0

Syntax

[the] bound (owner[s]|member[s]) of %bound%

Description

Represents the owners and members of a bound. Will be saved as UUIDs in the bound config.

Examples

add player to bound members of bound with id "spawn"
remove player from bound owners of bound with id "spawn"
loop bound owners of bound with id "beach":
	if loop-offline player is online:
		teleport loop-offline player to spawn of world "world"

View source