Spawned Group Is Visible By Default? (Condition) — DisplayEntityUtils
Addon: DisplayEntityUtils · Category: Condition · Since: 2.6.2
Syntax
deu [group] %activegroup% (is|is(n't| not)) visible by defaultDescription
Check if a spawned group is visible by default
Examples
if deu {_activegroup} is visible by default:
broadcast "Players can see the group by default!"
#3.4.3 and earlier
if {_activegroup} is visible by default:
broadcast "Players can see the group by default!"