How to give infinite potion effects in minecraft
Emily Cortez
Published Mar 25, 2026

This video will show you how to give yourself infinite potion effects in the java edition of minecraft! follow my twitch!/effect give minec…
There are other answers below:
A command to give yourself infinite potion effects in mine craft.(Updated version for Minecraft 1.10+)
To give yourself ∞ length of a potion, you could either use a command block or you could just type it in chat ( YOU MUST BE OP ). Both ways are very similar or exactly the same if you are using 14w11b or over. In Command Block or While Using 14w11b Or Over
You can give a player an effect (ie: potion effect) or remove an effect from a player whenever you want using the /effect command in Minecraft. Let’s explore how to use this cheat (game command). TIP: If you need help generating your /effect command, try …
Me and a friend of mine were making a parkour map and we thought it would be handy if there was a way to give the players a unlimited potion effect like jump boost or speed. Best Answer You can use command blocks, type in the chat window /give username 137with commands enabled (if you’re OP), and it will give you a command block.
/effect DigMinecraft minecraft:strength 45 3 Type the command in the chat window and press the Enter key to run the command. This /effect command uses a Name value of strength, a duration of 45 seconds, and an amplifier of 3. This will give the player called DigMinecraft the effect of Strength IV for 45 seconds.
How do I use /effect and get an infinite potion effect? (Minecraft 1.14) We can use haste 0 as an example. /effect {player} {potion type} {streangth of potions in bedrock I believe 255 is max but it can be different on different versions} {duration 9999 will last forever}
player.addPotionEffect(new PotionEffect(PotionEffectType.SPEED, Integer.MAX_VALUE, 1, true, false)); // create a new potion effect with type Speed then set the duration to the maximum integer value, and the potion’s “power” level to 1, and the last two booleans disable the annoying particle effects.
Auctally I solved this in irc but forgot to mention it here. I use. Code: .addPotionEffect ( new PotionEffect (PotionEffectType.INCREASED_DAMAGE, 200, 0), true); The true overrides duplicate potion effects on them so it is added on regardless if they have this already. libraryaddict, Aug 25, 2012. #8.
Minecraft Give Potion Command Generator. This give generator makes Potions and Arrows for Minecraft, select color, choose effects, set name and add lore for custom potions. Select your options above and copy paste the command into Minecraft chat. Very long commands will need to be entered into a command block (due to the chat character limit)
Related Questions
Can you have multiple potion effects in Minecraft?
Potion Effects: Can be added into the command, and it is possible to have multiple potion effects. Not all effects are craftable in Minecraft and can only be accessed by the give potion command. Effects do not stack, the higher level (amplifier) will be used.
How do you give potions in Minecraft chat?
Using the command line to give a potions is easy, select your options above and copy paste the command into Minecraft chat. Very long commands will need to be entered into a command block (due to the chat character limit) Potion Effects: Can be added into the command, and it is possible to have multiple potion effects.
Is there a way to give unlimited potion effect for Parkour?
Me and a friend of mine were making a parkour map and we thought it would be handy if there was a way to give the players a unlimited potion effect like jump boost or speed. Show activity on this post. You can use command blocks, type in the chat window /give username 137 with commands enabled (if you’re OP), and it will give you a command block.
How do you craft effects in Minecraft?
Not all effects are craftable in Minecraft and can only be accessed by the give potion command. Effects do not stack, the higher level (amplifier) will be used. Splash potions and lingering potions: Use the same data tags for when using the give command.