Player Health Scale (Expression) — SkBee
Addon: SkBee · Category: Expression · Since: 2.7.2
Syntax
[the] health scale of %players%Description
Represents the scaled health of the player sent to the client. NOTE: This is not persistent, does not last restarts/relogs. NOTE: displayedHealth = (health * 2) / (max health * 2) * scale. NOTE: If the player is not currently health scaled, this will not be set.
Examples
set health scale of all players to 10
add 10 to health scale of player
reset health scale of player
set health scale of ("BrettPlaysMC" parsed as offline player) to 0.01