Minecraft – the saturation of /feed

minecraft-commandsminecraft-java-edition

I have a Minecraft 1.7.10 server running, and I have the Essentials plugin installed. It comes with /feed which fills the user's health, but I had a question about the command itself. Each food item in Minecraft when eaten will make its given hunger last a certain amount of time, and usually that is displayed either in-game, or on a wiki. What I have not been able to determine is what the saturation of /feed is! Being a command, it does not have a GUI display, so it cannot be checked in-game, and I have not been able to find it on the web. The only semi-helpful link was this server's forum page, but even that didn't give a definite answer. After the saturation is determined, I would like to change /feed to have much higher saturation if at all possible.

Best Answer

According to the Essentials GitHub repository, the /feed command sets a player's saturation to 10. Source: Here (See line 73)