Player can see Active Group/Part? (Condition) — DisplayEntityUtils

Addon: DisplayEntityUtils · Category: Condition · Since: 3.0.0

Syntax

%player% (can|can(t|( )not)) see [the] deu %activegroup/activepart%

Description

Check if a player can see an active group or active part

Examples

if {_player} can see the deu {_group}:
	broadcast "The player can see this group"

View source