How to Make Gojo's INFINITY with Commands in Minecraft

Поделиться
HTML-код
  • Опубликовано: 26 дек 2024

Комментарии • 84

  • @Phyro_
    @Phyro_  6 месяцев назад +39

    Commands
    *PUT ALL COMMANDS INTO A REPEATING COMMANDBLOCK THAT IS POWERED*
    to activate for yourself type:
    /tag @s add Gojo
    cmd1 - slows enemies
    execute as @a[tag=Gojo,hasitem={item=ender_eye,location=slot.weapon.mainhand}] at @s run effect @e[r=5,tag=!Gojo] slowness 1 255 true
    cmd2 - gives enemies slowfalling
    execute as @a[tag=Gojo,hasitem={item=ender_eye,location=slot.weapon.mainhand}] at @s run effect @e[r=5,tag=!Gojo] slow_falling 1 2 true
    cmd3 - stops arrows
    execute as @a[tag=Gojo,hasitem={item=ender_eye,location=slot.weapon.mainhand}] at @s run execute as @e[r=3,type=arrow] at @s run tp @s ~~~
    cmd4 - stops items
    execute as @a[tag=Gojo,hasitem={item=ender_eye,location=slot.weapon.mainhand}] at @s run execute as @e[r=3,type=item] at @s run tp @s ~~.3~
    Hold eye of ender to activate infinity

    • @pamperez0614
      @pamperez0614 5 месяцев назад +1

      Cool

    • @gamerr3063
      @gamerr3063 4 месяца назад

      Yo can u make it so the things that explode slow down too

    • @gamerr3063
      @gamerr3063 4 месяца назад

      Also can u do tut for how to slow tridents

    • @litorvaniakingdom2811
      @litorvaniakingdom2811 4 месяца назад

      ​@@gamerr3063 Just Copy the Arrow commands and where type=Arrow Just replace It with trident (and It becomes type=trident)

    • @Arleeks16
      @Arleeks16 Месяц назад

      Super

  • @YienUchiha_Showcaser
    @YienUchiha_Showcaser 20 дней назад +1

    It works perfectly for multiplayer and single player. I even beat the warden and herobrine with it. I will rate this tutorial is 150/150🎉

    • @Phyro_
      @Phyro_  20 дней назад

      Thank you 🙏

  • @fl1mix
    @fl1mix 5 месяцев назад +5

    I already trying to do this gojo ability and I have a better command for arrow:
    /execute at @a[tag=gojo, x=~4,y=~-3,z=~4,dx=-8,dy=7,dz=-8] run execute as @s[type=!minecraft:player] at @s run tp @s ~ ~ ~ - this command just stun the arrow, not by radius, but by cube (dx,dy,dz).
    /execute at @a[tag=gojo] run execute as @e[type=arrow, x=~2,y=~-2,z=~2,dx=-4,dy=5,dz=-4] at @s run execute as @s at @s run tp @s ^ ^ ^-0.05 facing @a[tag=gojo] true - and now this team repels arrows (like Gojo repelled knives in one of the scenes)
    But I forget to add the stun of entity, thanks

    • @Phyro_
      @Phyro_  5 месяцев назад +1

      Cool!

  • @thesophisticatedpeople
    @thesophisticatedpeople 5 месяцев назад +4

    1 question, how do you have only 177 subscribers? LOL. you deserve more that 10 times that

    • @Phyro_
      @Phyro_  5 месяцев назад +2

      @@thesophisticatedpeople lol thank you, I hope to get there one day

  • @Anonymous_Commands
    @Anonymous_Commands 5 месяцев назад +3

    I have no clue of anime but this is pretty nicely done

  • @TheGuyIsNumber1
    @TheGuyIsNumber1 4 месяца назад +5

    Can u fix it ? If players try to jump, it doesn't let them

    • @Phyro_
      @Phyro_  4 месяца назад

      yeah im going to upload an infinity extension command video soon

    • @TheGuyIsNumber1
      @TheGuyIsNumber1 4 месяца назад +1

      Hey, no need. I figured it out. I edited your command and made it better. Thanks! When I get home il tell u the command

    • @MerikalBY
      @MerikalBY 2 месяца назад

      @@TheGuyIsNumber1buddy are you alright? did you go home yet?

    • @coolgames1131
      @coolgames1131 Месяц назад

      bro did you go home yet?

  • @franciliakabaikan4270
    @franciliakabaikan4270 5 месяцев назад +1

    why doesnt it slow down (the arrows) for me the arrows bounce off when the come into contact with me?

    • @Phyro_
      @Phyro_  5 месяцев назад

      Maybye up the radius of the arrow (look for R= and change the number to a higher number)

    • @Hobo.coooom
      @Hobo.coooom 4 месяца назад

      I found it best to set everything to 7

  • @sparkymischief
    @sparkymischief 5 месяцев назад +1

    whenever i add r=3 the command stops working do you know a fix for that?

    • @Phyro_
      @Phyro_  5 месяцев назад +1

      just make sure it looks the same as the pinned comment

    • @sparkymischief
      @sparkymischief 5 месяцев назад +1

      @@Phyro_ thanks i just realised after the hasitem= part i missed item=

    • @Phyro_
      @Phyro_  5 месяцев назад

      @@sparkymischief no problem

  • @Aiden-dh3dv
    @Aiden-dh3dv 5 месяцев назад +1

    What command should I type for it to also block witch potions?

    • @Phyro_
      @Phyro_  5 месяцев назад +1

      put this into a repeating and powered command block:
      execute as @a[tag=Gojo,hasitem={item=ender_eye,location=slot.weapon.mainhand}] at @s run execute as @e[r=4,type=splash_potion] at @s run tp @s ~~~
      this should block witch potions flawlessly, sorry for the late response

  • @xycielo
    @xycielo 5 месяцев назад +2

    Oh yeah man I have a question, is it possible to make this deal damage?

    • @Phyro_
      @Phyro_  5 месяцев назад +1

      @@xycielo yeah you can use the command
      execute as
      @a[tag=Gojo,hasitem={item=ender_eye,location
      =slot.weapon.mainhand}] at @s run damage @e[r=5, tag=!Gojo] 1
      The number at the end can be changed to a higher amount {currently half a heart} if you want it to deal more damage, hope this helps

  • @wizardbun
    @wizardbun 5 месяцев назад +2

    It says no target selected I put my and gojo

    • @Phyro_
      @Phyro_  5 месяцев назад

      @@wizardbun tags are case sensitive so make sure it was Gojo with a capital G

  • @Phyro_
    @Phyro_  6 месяцев назад +5

    Subscribe for more command tutorials

  • @vincentwells5596
    @vincentwells5596 5 месяцев назад

    not sure if it entierly woks on multiplayer its faulty, somtime it hits somtimes it dosen't. It seems to only affect mobs

    • @Phyro_
      @Phyro_  5 месяцев назад

      @@vincentwells5596 this should work on multiplayer in my experience , the only time it should be at fault is if you don’t have a ticking area set up around it

  • @victoriaredd2544
    @victoriaredd2544 5 месяцев назад +1

    does this work in bedrock cuz it keeps saying syntax errror

    • @Phyro_
      @Phyro_  5 месяцев назад

      it does work in bedrock just make sure the commands look identical to how it is put In the pinned comment

  • @juanleilarrumbidelin5947
    @juanleilarrumbidelin5947 4 месяца назад

    how do u get to do it on java edition, as a java player id LOVE AND ADORE having this
    could you please send in my comment the commands for java? thanks

  • @kaiozin738
    @kaiozin738 6 месяцев назад +1

    help me i tested it and this do not work in the entire map how can i solve this?

    • @Phyro_
      @Phyro_  5 месяцев назад

      go to the commandblocks and run /tickingarea ~~~ and choose circle and run it with 4 chunks this should allow the commands to run anywhere

    • @kaiozin735
      @kaiozin735 5 месяцев назад +1

      ​@@Phyro_where i put This on the command block?

    • @kaiozin735
      @kaiozin735 5 месяцев назад

      I haver to use other command block?

    • @kaiozin735
      @kaiozin735 5 месяцев назад

      ?

    • @Paozyn
      @Paozyn 5 месяцев назад

      ​@@kaiozin735I think u can use this in chat too

  • @viper_innitYT-Official
    @viper_innitYT-Official 5 месяцев назад +1

    How do I do that with tridents?And ender pearls to

    • @Phyro_
      @Phyro_  5 месяцев назад +1

      execute as @a[tag=Gojo,hasitem={item=ender_eye,location=slot.weapon.main hand}] at @s run execute as @e[r=5,type=thrown_trident] at @s run tp @s ~~~ THIS STOPS TRIDENTS WITHIN A 5 BLOCK RADIUS execute as @a[tag=Gojo,hasitem={item=ender_eye,location=slot.weapon.main hand}] at @s run execute as @e[r=5,type=ender_pearl] at @s run tp @s ~~~ THIS SHOULD STOP PEARLS IN A 5 BLOCK RADIUS

    • @Phyro_
      @Phyro_  5 месяцев назад

      Tell em if there is any error in the commands I sent because i had to type it from my phone 😭

  • @Gamer-PODCAST-OFFICIAL
    @Gamer-PODCAST-OFFICIAL 5 месяцев назад +1

    How do I do that? But also with the tridents and Ender pearls

    • @christianottley8542
      @christianottley8542 4 месяца назад

      you can just set up a command block for each replace arrows with tridents or enderpearls alternatively you can make it so it targets all mobs instead of just arrows

  • @1CoolArtist
    @1CoolArtist 6 месяцев назад +1

    Bro I beg do sukuna next

  • @Kevin-h2o1q
    @Kevin-h2o1q 5 месяцев назад +3

    Does this works in java?

    • @Phyro_
      @Phyro_  5 месяцев назад

      @@Kevin-h2o1q No my tutorials are designed to work on bedrock and mcpe

  • @Mr-Genius-bruh
    @Mr-Genius-bruh 6 месяцев назад +2

    sick. could you write down the commands in the comment section, I'm to lazy, and I'm not forcing.

    • @Phyro_
      @Phyro_  6 месяцев назад

      okay

  • @RSKnight624
    @RSKnight624 5 месяцев назад +2

    Dont work for me somehow??

    • @Phyro_
      @Phyro_  5 месяцев назад +2

      possible bugs
      Make sure that they are porperly powered
      Make sure within reach of the command blocks, if you want to go beyond their natural reach you can use the ticking area command.
      Not being capitalized, spelling errors etc
      not being tagged with the Gojo tag, type into your chatbar /tag @s add Gojo
      if you check it or copy paste it with the pinned comment it should work.

    • @Alphapok
      @Alphapok 5 месяцев назад +1

      Maybe make sure that the command block is set to always active

  • @-Plebius-
    @-Plebius- 5 месяцев назад +1

    how do i not slow myself down?

    • @Phyro_
      @Phyro_  5 месяцев назад

      @@-Plebius- it shouldn’t be slowing yourself but make sure you ran /tag @s add Gojo

  • @GamerLikeGamer1
    @GamerLikeGamer1 3 месяца назад

    im going to make a tutorial for minecraft java
    EDIT: its going to slow everything + more

  • @Aiden-dh3dv
    @Aiden-dh3dv 6 месяцев назад +1

    Does this work on players too?

    • @Phyro_
      @Phyro_  6 месяцев назад +1

      yes

  • @Hobo.coooom
    @Hobo.coooom 4 месяца назад

    sometimes the eye will stop working

  • @amandaboon4417
    @amandaboon4417 5 месяцев назад

    can you please make this in java?

  • @kaiozin738
    @kaiozin738 6 месяцев назад

    how i make this work for the entire map? pls help me):

    • @Zeefeathers79
      @Zeefeathers79 5 месяцев назад

      You really can't unless if you put a border around your map and then put commend blocks with the same command

  • @FNSlick
    @FNSlick 5 месяцев назад

    it said failed to execute effect

    • @Phyro_
      @Phyro_  4 месяца назад

      make sure the effect commands look identical to the pinned comment

  • @chessplayer437
    @chessplayer437 4 месяца назад

    Arrows can bypass infinity

    • @Phyro_
      @Phyro_  4 месяца назад

      @@chessplayer437 There is a command that stops them specifically, make sure everything is powered correctly and is repeating

    • @chessplayer437
      @chessplayer437 4 месяца назад

      @Phyro_ yes I know I saw the full vid cool vid keep up the good job

  • @BrandonCarrillo-zc7kl
    @BrandonCarrillo-zc7kl 3 месяца назад

    It didn’t work

  • @perrytoronto
    @perrytoronto 5 месяцев назад

    Why does the music sound so sad 😢

  • @DamainHernandez-i6n
    @DamainHernandez-i6n 4 месяца назад

    Is this for Java or bedrock

    • @Phyro_
      @Phyro_  4 месяца назад

      @@DamainHernandez-i6n bedrock

  • @Hephaestus_56
    @Hephaestus_56 5 месяцев назад +1

    Very helpful :)

  • @JanisE-s6k
    @JanisE-s6k 6 месяцев назад +1

    underated

  • @cleidsoncleiton2132
    @cleidsoncleiton2132 2 месяца назад

    execute as @a[tag=Gojo,hasitem={item=ender_eye,location=slot.weapon.mainhand}] at @s run effect @e[r=5,tag=!Gojo] slowness 1 255 true

  • @Alreadypierced
    @Alreadypierced 6 месяцев назад +1

    execute as @a[tag=jephte,hasitem={item=totem_of_undying,location=slot.weapon.offhand}] at @s run execute as @e[type=arrow] at @s run tp @s ~~~~