Beacon - Entities in Effect Range (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 2.16.0

Syntax

[all [[of] the]|the] %*entitydatas% in [beacon] effect range of %blocks%

Description

Returns a list of entities in the effect range of a beacon.

Examples

command /effected_entities:
	trigger:
		set {_block} to target block of player
		send all entities in beacon effect range of {_block}

View source