Active Group Is Registered? (Condition) — DisplayEntityUtils
Addon: DisplayEntityUtils · Category: Condition · Since: 2.6.2, 3.5.0 (Packet)
Syntax
deu [group] %activegroup% (is|is(n't| not)) registeredDescription
Check if an active group is registered and usable
Examples
if deu {_group} is registered:
broadcast "This group is registered"
#3.4.3 and earlier
if {_group} is registered:
broadcast "This group is registered!"