Player - Update All Client Vital Stats (Hunger/Health/Saturation) (Section) — Luskv2

Addon: Luskv2 · Category: Section · Since: 2.0.0

Syntax

make %players% see (their|its) (vitals|vital stats) as:
	health: # Optional value
	(food|hunger) [level|bar]: # Optional value
	saturation: # Optional value
update %players%'[s] (vitals|vital stats):
	health: # Optional value
	(food|hunger) [level|bar]: # Optional value
	saturation: # Optional value
update (vitals|vital stats) (of|for) %players%:
	health: # Optional value
	(food|hunger) [level|bar]: # Optional value
	saturation: # Optional value

Examples

make {_player} see their vitals as:
    hunger: 12
    health: 3
    saturation: 10

View source