#How to get and set player hunger
7 messages · Page 1 of 1 (latest)
@undone sleet
make it 0 or full?
If it is to make it full you can do:
/effect @p [scores={joined=0}] saturation 3 255 true
Yeah, that seems to be the best we can do. It doesn't look like there is an easy way to just get the player's current hunger value 😦
To make hunger 0 you can do /effect @p hunger 4 255 true to give them 4 seconds of extremely intense hunger
@still galleon do you know where I can find a list of all the default values for scores? I didn't know joined was an option