Minecraft | How to Get Infinitely-Long Potion Effects Using Commands (Tutorial)

38,920
0
Published 2022-08-03
Hey, everyone!
Back again I am with another cool tutorial to showcase to you all! In this video I will show you how, with commands, you can give yourself infinitely lasting potion effects in Minecraft! I hope you enjoy the video, and all of the commands that you will need included with this tutorial are straight down below:
To give yourself a command block:
/give (username) minecraft:command_block
To turn off all command block output in the chat:
/gamerule commandBlockOutput false
To give yourself your infinite effect (type in the console command line inside the command block after setting it to be on repeat mode and always active mode):
/effect give (username) (effect) 1 1 true
To make the chunk containing the command block constantly be loaded in:
/forceload add ~ ~

All Comments (21)
  • @dysonjyonder3453
    loved the tutorial so helpful and brakeing down everything🙌🙌🙌🙌 and he linked it
  • @SFedits2000
    great tutorial it is amazing fir beginners ty
  • @navvlog5
    Thank u for this tutorial I’ll put it in my server thank u
  • @coderpawn0001
    or just do java: /effect give @s Minecraft:(insert effect here) infinite (strength of potion, 1-255) true ie: /effect give @s Minecraft:strength infinite 255 true bedrock: /effect @s (insert effect here) 99999 (strength of potion) 1-255 true ie: /effect @s strength 99999 255 true
  • hey man dont mean to be rude, but u can just do /effect give _____ _______ 255 255
  • The new minecraft version 1.9.3 when i use the command /effect give regenation 999999 always got 277 hours, did they removed the infinitely long times?
  • @olliepala
    So if i were going to make several command blocks in a chunk, giving multiple people infinite effects, would every person have to do /forceload or just me?