PyMine-Server
PyMine-Server copied to clipboard
Commands: Heal and Feed commands
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