Active Group Is Persistent (Condition) — DisplayEntityUtils
Addon: DisplayEntityUtils · Category: Condition · Since: 2.6.2, 3.3.4 (Packet-Group)
Syntax
deu [group] %activegroup% (is|is(n't| not)) persistentDescription
Check if a spawned group is persistent
Examples
if deu {_activegroup} is persistent:
broadcast "The group wont despawn!"
#3.4.3 and earlier
if {_activegroup} is persistent:
broadcast "The group wont despawn!"