Max Health (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.0

Syntax

[the] max[imum] health of %livingentities%

Description

The maximum health of an entity, e.g. 10 for a player.

Examples

on join:
	set the maximum health of the player to 100
spawn a giant
set the last spawned entity's max health to 1000

View source