How to turn off hunger in minecraft
Mia Phillips
Updated on March 28, 2026

a quick command that was useful to me, so I thought I’d share it with you guysplease let me know in the comments if you want to see more videos like this!no …
There are other answers below:
This is how to remove hunger in Minecraft using commands without peaceful mode! Also if you are wondering why I didn’t just give everyone constant saturation…
You create a world, go into advanced options, toggle on the setting for Classic Healing (description: No hunger bar, heals by eating food), add a bunch of gamerules for the ones wanting to customize it, etc. Also if you have cheats you can toggle it on and off with it as a gamerule setting. I think this is much better.
Saturation effects are a somewhat workaround but in my map, there are multiple game genres where some need to have hunger and some do not. Use player filters such as identifying each player using objectives and teams. Status effect 23 is saturation. Use a command like /effect @p 23 (X amount of time) 10.
Reading the hunger bar. The hunger bar is found in the top right corner of the screen, and looks like 10 chicken legs. As you get hungry, the chicken legs will go black. When you eat food to replenish your hunger, the chicken will fill back in. Exerting yourself drains your hunger bar. Just standing still won’t drain your hunger bar.
If you have access to commands, you can use. /effect [username or @a (for all players)] 23 99999 10. Effect number 23 is the effect for saturation. It will replenish your hunger bar. With the power of it being set to 10, it will regenerate half of the whole hunger bar per tick (you can raise it to 20 for the entire bar at a time).
/effect @p minecraft:saturation 1000000 10 true. You can change the @p to @a if necessary. Also, if you want to show particles for the effect, change the “true” to “false” It’ll still show the hunger bar, but it wont go down.
level 1. · 8 yr. ago. What you’re looking for is the ‘Saturation’ status effect. Running this command: /effect @a 23 1000000 20 true. will make everyone not lose any hunger. Note that the command needs to be run again if someone dies. I usually just hook up this command to a clock. level 2.
To remove the enchantment, follow these steps: Place the enchanted item in one of the input slots (left). Click the disenchanted item in the output slot (right) and place it in your inventory. Disenchanting will drop experience points that are equal to a specified range of points called modified enchantment levels.
When the hunger bar is at 0 (), the player’s health depletes at a rate of 1 every 4 seconds (this makes sleeping impossible). On Easy difficulty, the player’s health stops dropping at 10, on Normal, it stops at 1, and on Hard, it keeps draining until either the player eats something or starves to death.
Related Questions
How do I get rid of hunger in Minecraft without peaceful mode?
Minecraft: ValorCat If you don’t want to use peaceful mode, you can use command blocks with /effect @a 23 999999 (or some big number) 10 Status effect #23 controls your saturation, which modifies how quickly you lose hunger.
Is there a way to disable hunger?
You can disable hunger with either a mod specifically for that or you can use the Single Player Commands mod which has a command to set your hunger bar to infinite thereby making it so you never have to eat again.
What does the 23 effect do on the hunger bar?
Effect number 23 is the effect for saturation. It will replenish your hunger bar. With the power of it being set to 10, it will regenerate half of the whole hunger bar per tick (you can raise it to 20 for the entire bar at a time). To refresh it, you just need to type in the command again.
How do you refresh the hunger bar?
With the power of it being set to 10, it will regenerate half of the whole hunger bar per tick (you can raise it to 20 for the entire bar at a time). To refresh it, you just need to type in the command again. If you use Command Blocks, you could easily set up a button to do it (if you have access to commands).