Scale Active Group (Effect) — DisplayEntityUtils
Addon: DisplayEntityUtils · Category: Effect · Since: 2.6.3, 3.0.0 (Packet), 3.5.0 (Player)
Syntax
deu scale %activegroup%['s] by [multiplier] %number% (for %-players%|(for|over) %-timespan%) [and [scale] interactions]Description
Change the scale multiplier of an active group
Examples
deu scale {_activegroup} by 2 over 0 ticks
deu scale {_activegroup} by 5 over 0 ticks and scale interactions
#Additional scaling for player (group's scale * 1.25)
deu scale {_activegroup}'s by to 1.25 for {_player}
#3.4.3 and earlier
set {_activegroup}'s scale multiplier to 7 over 0 ticks
set {_activegroup}'s scale multiplier 0.5 over 10 ticks