Bound - All Bounds (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 2.15.0

Syntax

[all] [temporary|non[-| ]temporary] bound[s] [id[s]] [in %-worlds%]

Description

Get a list of non-temporary, temporary, or all bounds/ids. Optionally inside of a specific set of worlds.

Examples

set {_temporaryBounds::*} to temporary bounds in world of player
set {_nonTemporaryBounds::*} to nontemporary bounds in world("world_nether")
loop all bounds:
loop all bounds in {worlds::*}:
loop all bounds in world of player:
loop all bounds in world "world"
	broadcast loop-bound

View source