Saturation Effect Command
Copy the /effect command for Saturation in Minecraft Java 26.2 and Bedrock 26.32. Default, infinite-duration, amplifier variants, and the clear command are all below.
Infinite duration (Java)
Java
/effect give @p minecraft:saturation infiniteThe infinite keyword was added in Java 1.19.4. Use the legacy form below for older versions.
Max-duration / legacy (Java)
Java
/effect give @p minecraft:saturation 1000000 0Bedrock
/effect @p saturation 9999 0Saturation II (Amplifier 1)
Amplifier is 0-indexed in commands: amplifier 0 = Level I, amplifier 1 = Level II.
Java
/effect give @p minecraft:saturation 1000000 1Bedrock
/effect @p saturation 9999 1Clear Saturation
Java
/effect clear @p minecraft:saturationBedrock
/effect @p saturation 0To clear all effects at once: /effect clear @p
What Saturation does in-game
Instantly fills your hunger and saturation bars. Even a very brief application keeps you full for a long time.
Frequently asked questions
- What does Saturation do in Minecraft?
- Instantly fills your hunger and saturation bars. Even a very brief application keeps you full for a long time.
- How long does Saturation last with the infinite command?
- On Java Edition, the 'infinite' keyword makes the effect last until you manually clear it with /effect clear. On Bedrock, the maximum you can specify is 1,000,000 ticks (about 13.8 hours).
- Does the Saturation command work in Bedrock Edition?
- Yes — use the Bedrock command shown above. Bedrock syntax omits the 'give' subcommand and 'minecraft:' namespace prefix, and does not support the 'infinite' keyword.