PyMine-Server icon indicating copy to clipboard operation
PyMine-Server copied to clipboard

Commands: Heal and Feed commands

Open Martysh12 opened this issue 2 years ago • 0 comments

Add a heal and a feed command, for manipulating health and hunger.

Heal

Sets a player's health to any value using the PlayUpdateHealth packet.

Syntax

heal <username> <new_health>

new_health - integer value between 0 - 20

Feed

Sets a player's hunger to any value using the PlayUpdateHealth packet.

Syntax

feed <username> <new_food>

new_food - integer value between 0 - 20

Martysh12 avatar Jun 10 '22 23:06 Martysh12