Hi, I’ve seen a lot of comments upset that these commands do not work on their Switch, PlayStation, or Xbox, and that’s because these commands were made for Minecraft Java edition. I would love to make an equivalent video for Bedrock, but have not yet found the time. Sorry for any confusion!
well, the snowball summon tnt command works on switch, and i tried it with and arrow, but the arrow just kept summoning tnt and didnt stop untell you turend it of but not the timber
@@Gusenichka925 if i can remember the command i made 6 months ago without going to look at what it is, /execute at @e[type= spider, nbt= {HurtTime:10s}] run summon spider ~ ~ ~
Here are some commands I came up with: Note: I am a bedrock player so I only have tested these in bedrock so these might not work in Java. Execute positioned as @e if entity @e if block ~~~ stonecutter_block run damage @e[r=1] 7 none - allows stone cutter to damage you Execute positioned as @e if entity @e if block ~~~ lightning_rod run damage @e[r=1] 3 lightning - makes lightning rods shock you Execute positioned as @e if entity @e if block ~~~ iron_bars run damage @e[r=1] 3 lightning - makes iron bars shock you Execute positioned as @e if entity @e if block ~~~ mud run effect @e[r=1] slowness 12 1 true - makes mud give slowness effect Note 2: make sure to set the command blocks you place these commands in to repeat and always active
Yo bro you look like a command expert can you tell me like how the tnt instantly explodes when he throws the snowball like in pe it just summons a tnt which like takes 3 secs to explode.plz can you tell
ahhh i used to remember enjoying very simple commands such as these like making functioning elevator with teleport commands and redstone repeaters along but it now hits different, everything seems small yet big at the same time
OMG UR THE GUY WHO MADE THE WARDEN DATAPACK!!!! I like creating maps more and I've been tweaking with commands to create custom weapons, mobs, and blocks, ur insane dude
Great, digestible tutorial for those just getting into command blocks! I managed to crash my game with “execute @e[type=snowball] unless block ~~-1~ air run summon snowball”
Man I know nobody is going to see this but this is an amazing video! It has customization so you don’t have to just do the same command! And it’s very understandable for a beginner and you are explaining everything! You deserve at least 100k!
These are pretty good commands! One thing that I can suggest doing is that in the first command (the snowball one), you can do “execute at @e[type=snowball,nbt={inGround:1b}] run summon minecraft:tnt”. Since the snowball has the inGround tag, you can do it this way too.
It doesn't have the inGround tag, but it does the have the OnGround tag, as most entities do. Unfortunately, it does not change the value of any of its tags when hitting the ground, as the entity is instantly destroyed. Thus the sort of clumsy awkward workaround I made is the best I could do. I know there's obviously better ways to do this sort of thing in general with more commands and stuff, but of course this video is about simple ideas to explain how commands work.
I have an extremely hard time with commands Even with tutorial videos in front of me, my creations often fail and I give up because the video didn't go in depth enough However, you perfectly explain and pick apart everything that would normally confuse me. All the way down to the difference between "At" and "As" something no other youtuber I've watched has cared to explain This video is amazing. All it took was "exploding snowballs" to work and you got a new sub
Detect at player is better for warp points, the execute command is good for effect wool or carpets however I find that detect is better for teleport as you don’t require a trigger block & the player becomes the trigger Repeating command block /detect @p ~ ~ ~ Next to a chain command block /tp @p ~ ~ ~ & if you require a larger detect area you can use the radius or DXYZ function being Repeater: /detect @p ~ ~ ~ [dx=~,dy=~,dz=~] Chain: /tp @p ~ ~ ~ Or Repeating: /Detect @p ~ ~ ~[r=~] Chain: /tp @p ~ ~ ~ Again, the detect command turns your player into the trigger while teleport will select the block the player is spawned to, ~ being the coordinates & in the brackets ~ on the Radius or DXYZ would be the area relative to the selected coordinate
Although execute is better for effect blocks as I was able to use this command to make effect water too Can’t really recall the syntax of my mind & have it wrote down somewhere however it could be changed by now as I was playing on the MSoft edition & the 1.18 update altered a lot of the command block syntax so I’d have to update or rework the code I believe it was something like Repeating command block: /execute @p[x=~,y=~,z=~] ~ ~ ~ detect ~ ~ ~ water 0 effect @p instant_health 1 1 true Was able to make a similar one with poison water by switching to effect to poison instead of instant heal however I’m almost positive this syntax only worked by filling in the coordinates in the brackets only & the second & third set of ~ where only to separate the commands to have in all on one block opposed to using a chain command block There’s prob a better way of doing that & I know this doesn’t work anymore as of 1.18 due to the block type being registered differently however I’m no coder so it’s the most I can remember without testing it and getting back to ya
4:40 btw, if you dont want the player to see their potion effect, put "true" after the effect number. this disables the particles but the effects still work
Thanks for this tutorial! Using the jump pad command I actually made it so when you a specific item on a respawn anchor it uses /setblock to open up a door!
Hello everyone! just a thing, if you instead of snowballs you put fire work rockets, you can get a multishot crossbow and rain hell on woodland mansions
Much obliged! Hoping to make another video like this when I have the time, especially considering a lot about commands has changed since this video was released. 😅
If the command block is close to the world spawn, or if you use the /forceload command to make the area that the command block is in be always loaded. If you stand on top of the command block and type the following, it should stay loaded! /forceload add ~ ~
Wow, your editing and the way you explain how the commands work are the best i've seen from a commands youtuber! It's generic to say but you really do deserve more subs man
man, great video, can I ask you if there is some way to create an item that when used to attack a mod simply makes it levitate for a few seconds as in the case of the last command you showed only without it going so fast upwards making it look like "levitation"?
Do you know how to make a phere particle command and a circle particle command. Also a way to summon an arrow or any projectile that has been shot at a certain direction.
How can i make it that it needs a certain tag to explode i mean i know how to do the it needs a tag part but how do i have only specific snowballs have it by like naming it or something
I havent tried those out yet but im pretty sure there are some bugs or mistakes. If the snowball tests if there is air below it it would .... -not explode when it hits a wall -explode when it hits the build limit -explode when it goes below bedrock The timber effect could... -easily be abused to grief the spawn or other buildings -not work on big trees -- Maybe make the item summon an armourstand with a tag that then checks every block next to it or above it - also diagonal then the armourstand would destruct the log it is in rn and summon a new armourstand with the tag at the pos of detected logs and then let it kill itself, this would work on big trees and trees with branches, idk if there is a smarter solution to this OOOPS FORGOT THAT THATS DONE WITH MARKERS NOW LOLOLOLOL But this video was actually veery good subbed
I've been trying to find snowball grenades in java... Almost every tutorial I find is on bedrock or either really complicated. Your video made my life 10x easier
I have a suggestion, can you do a bedrock version video for these? I'm an addon creator and these commands are perfect since I'm not good at coding. It'll make the behaviors so much easier.
Also I like the way you edit! What editing software do you use? Sorry for asking so many questions, your channel is so well made and is filled with quality videos which is inspiring me. Thanks!
Some of the commands word on bedrock edition if anybody is asking. If you try to modify the command, exit out, and it stops working. You have to go back into the command block, make it impulse, go back in, and make it repeating. From there you can exit out the command block and it will work. I’m a bedrock edition computer player btw.
At 5:13 a better way to do this would be to use @r instead so if there are multiple people in the world it will just give it to the person on top of the lime and not everyone
notes that command block needs to run at nearby player rendered loaded distance otherwise it wont activate even when you set it always active repeating command block at some point i recommend making files for your worlds datapack folder put everysingle command syntax inside a file checking the wiki for more advanced behavior like priority or smth saved it remember to named that file to tick mcfunction
Thats very very helpful. Do you know how to do a punch like saitama's? Where it basically do lots of explosion in the way you punched/you are looking. I've seen some datapacks, but i've never seen it in java command block.
Your ideas in this video are really amazing! Some of this stuff I didnt know how to do. Knowing that you are very advanced in command blocks, is there a way to make it so a certain player takes a certain amount of damage without using the instant damage effect. For example if I want to take exactly one heart of damage using a command.
even in bedrock if u know a tiny bit of command blocks and commands u can have real fun, like with the command execute at @e[type=snowball] unless block ~ ~-1 ~ air setblock ~ ~ ~ flowing_lava it becomes a ton of fun, sadly the tnt doesnt insta explode but its kinda funny to see it spawn and be like "run or else" lol
broo thanks so much you are so cool ...the videos' music is so great and so relaxing while watching and thanks so much bro you are cool i will subscribe now so keep making videos and go on to famous :]
If you still check the comments on this video then please say how you did the punch and then the enemy got launched up in the Sky. it would help a lot, ive been trying for hours
Im in the process of making a game in minecraft that me and my sister cane up with cakled space tag, this is very useful especially the effects wgen u steo on wool
I just came across your channel and I saw that it was great from the first video and especially the timber part here, so I will be able to do everything without mods :D If you can, is there a command that works when a block is placed anywhere (any coordinate in the world)?+1 subscriber
for the snowball explosion i figured out it doesnt explode unless its falling ontop of the block so i made it check all negative x y z and x y z so i can throw it from the side still doesnt work diagonally though
Bedrock idea: 1st command(repeating): /tp @e[name=(anything you like)] @p 2nd command(repeating too): /effect @p invisibility 1 1 3rd command: /gamerule commandblockoutput false Now rename the name tag "(the name that is the command block)" That's how you control mobs in minecraft
I learned "unless block", but NBT checks can lag someone's world, if they use too many of them. So, it would have been better to add a way to make them run not every tick, but only when they're needed.
Hey I love the Fire Aspect fist but i have question how to change that that is only me because i play on multiplayer and i want it that only i got it and i can't figure that out can somebody help me withe it?
A snowball summons a snow golem. When a snow golem sees a snow golem, they practically summon reinforcements. I put a single zombie down, and watched them multiply, over and over again, until my game crashed
Hi, I’ve seen a lot of comments upset that these commands do not work on their Switch, PlayStation, or Xbox, and that’s because these commands were made for Minecraft Java edition. I would love to make an equivalent video for Bedrock, but have not yet found the time. Sorry for any confusion!
Is this work on bedrock edition?
press T???? Pressing / is more effective
Bedrock would be nice
well, the snowball summon tnt command works on switch, and i tried it with and arrow, but the arrow just kept summoning tnt and didnt stop untell you turend it of but not the timber
I typed it all just to see this comment😭
This is great, I just made a command block that summons a spider when you hurt a spider... I cant wait to see what other abominations I create
Oh no, they’re spreading!
How did you do this?
@@Gusenichka925 if i can remember the command i made 6 months ago without going to look at what it is, /execute at @e[type= spider, nbt= {HurtTime:10s}] run summon spider ~ ~ ~
@@chuckpatty1760 thanks
None of the command not working
Execute at @e[type=snowball] unless block ~ ~-1 ~ air run summon tnt
Change tnt with ener crystals
Execute at @e[type=snowball] unless block~~-1 ~ air run summon tnt
It don't work for me it just makes them bigger
@@harrymaguire_ i find more bad thing than this cristal this is snowball and my game crashed
Here are some commands I came up with:
Note: I am a bedrock player so I only have tested these in bedrock so these might not work in Java.
Execute positioned as @e if entity @e if block ~~~ stonecutter_block run damage @e[r=1] 7 none - allows stone cutter to damage you
Execute positioned as @e if entity @e if block ~~~ lightning_rod run damage @e[r=1] 3 lightning - makes lightning rods shock you
Execute positioned as @e if entity @e if block ~~~ iron_bars run damage @e[r=1] 3 lightning - makes iron bars shock you
Execute positioned as @e if entity @e if block ~~~ mud run effect @e[r=1] slowness 12 1 true - makes mud give slowness effect
Note 2: make sure to set the command blocks you place these commands in to repeat and always active
Yo bro you look like a command expert can you tell me like how the tnt instantly explodes when he throws the snowball like in pe it just summons a tnt which like takes 3 secs to explode.plz can you tell
Thank you!💖
replace e[r=x] to e[distance=..x] for java
yeah this is cool i tried making a stonecutter one myself it works on java /execute at @e if block ~ ~ ~ minecraft:stonecutter run damage @n 5
Ok
ahhh i used to remember enjoying very simple commands such as these like making functioning elevator with teleport commands and redstone repeaters along
but it now hits different, everything seems small yet big at the same time
I am quite an experienced command-blocker myself, and the way you did the timber effect was very smart! Good job!
imagine dropping a log in my friends wood house
@@tanbaid7476lol😂
@@tanbaid7476 dont word it like that "DrOpPiNg A lOg" no
Yo can u please show a command that just makes eggs and snowballs knockback entities like in 1.8.9 pvp? I wanna add that into my 1.21 server.
OMG UR THE GUY WHO MADE THE WARDEN DATAPACK!!!! I like creating maps more and I've been tweaking with commands to create custom weapons, mobs, and blocks, ur insane dude
Great, digestible tutorial for those just getting into command blocks! I managed to crash my game with “execute @e[type=snowball] unless block ~~-1~ air run summon snowball”
execute @e[type=snowball] unless block ~~-1~ air run summon tnt
Man I know nobody is going to see this but this is an amazing video! It has customization so you don’t have to just do the same command! And it’s very understandable for a beginner and you are explaining everything! You deserve at least 100k!
I have seen it and I greatly appreciate it! More command videos soon! If I may ask, what would you want to see in a tutorial next?
@@BlockerLockerYT How to make weapons give potion effects
"Minecraft but" Creators:
WRITE THAT DOWN, WRITE THAT DOWWWN!!!!
DO IT
These are pretty good commands! One thing that I can suggest doing is that in the first command (the snowball one), you can do “execute at @e[type=snowball,nbt={inGround:1b}] run summon minecraft:tnt”. Since the snowball has the inGround tag, you can do it this way too.
It doesn't have the inGround tag, but it does the have the OnGround tag, as most entities do. Unfortunately, it does not change the value of any of its tags when hitting the ground, as the entity is instantly destroyed. Thus the sort of clumsy awkward workaround I made is the best I could do.
I know there's obviously better ways to do this sort of thing in general with more commands and stuff, but of course this video is about simple ideas to explain how commands work.
@@BlockerLockerYT I see, thanks for the explanation!
@@BlockerLockerYT Please tell me how, when throwing a snowball at a player, the player would rise into the air for a certain time.
@@fasty_waves I don't know much but I think you can use effect give @p lavitation after run command 😅
Snowballs dont have that tag, however you can make this with arrows
Dude this is gonna be so OP :D
Thanks for the Tutorial :)
I have an extremely hard time with commands
Even with tutorial videos in front of me, my creations often fail and I give up because the video didn't go in depth enough
However, you perfectly explain and pick apart everything that would normally confuse me. All the way down to the difference between "At" and "As" something no other youtuber I've watched has cared to explain
This video is amazing. All it took was "exploding snowballs" to work and you got a new sub
The editing is insane!! Editor needs a raise. Keep up the entertaining videos man.
You're editing is magical!
amazing quality, funny and super underrated. videos like these make me so happy knowing the creators will go really far :)
Detect at player is better for warp points, the execute command is good for effect wool or carpets however I find that detect is better for teleport as you don’t require a trigger block & the player becomes the trigger
Repeating command block
/detect @p ~ ~ ~
Next to a chain command block
/tp @p ~ ~ ~
& if you require a larger detect area you can use the radius or DXYZ function being
Repeater:
/detect @p ~ ~ ~
[dx=~,dy=~,dz=~]
Chain: /tp @p ~ ~ ~
Or
Repeating:
/Detect @p ~ ~ ~[r=~]
Chain: /tp @p ~ ~ ~
Again, the detect command turns your player into the trigger while teleport will select the block the player is spawned to, ~ being the coordinates & in the brackets ~ on the Radius or DXYZ would be the area relative to the selected coordinate
Although execute is better for effect blocks as I was able to use this command to make effect water too
Can’t really recall the syntax of my mind & have it wrote down somewhere however it could be changed by now as I was playing on the MSoft edition & the 1.18 update altered a lot of the command block syntax so I’d have to update or rework the code
I believe it was something like
Repeating command block:
/execute @p[x=~,y=~,z=~] ~ ~ ~ detect ~ ~ ~ water 0 effect @p instant_health 1 1 true
Was able to make a similar one with poison water by switching to effect to poison instead of instant heal however I’m almost positive this syntax only worked by filling in the coordinates in the brackets only & the second & third set of ~ where only to separate the commands to have in all on one block opposed to using a chain command block
There’s prob a better way of doing that & I know this doesn’t work anymore as of 1.18 due to the block type being registered differently however I’m no coder so it’s the most I can remember without testing it and getting back to ya
4:40 btw, if you dont want the player to see their potion effect, put "true" after the effect number. this disables the particles but the effects still work
Thanks for this tutorial! Using the jump pad command I actually made it so when you a specific item on a respawn anchor it uses /setblock to open up a door!
Hello everyone! just a thing, if you instead of snowballs you put fire work rockets, you can get a multishot crossbow and rain hell on woodland mansions
Really well-explained :) This is not a simple topic for most people but you nailed it.
Much obliged! Hoping to make another video like this when I have the time, especially considering a lot about commands has changed since this video was released. 😅
Your editing is amazing! I love your videos!
6:01 Bedrock tree scene
Bro this is just the best video i ever seen, you don't know how you just saved me
Great video (: remember me when your famous
Despite being on switch and not Java, I made the timber and snowball command
Fantastic video. Very simple explanations. Great flow. Excellent editing.
i love how you make it intresting other than just let people copy and paste it
im new btw
and i still like your videos
keep going man!
Hello! I have a question. How can you increse range of command block? It woud be really helpfull. Also i really like this video! 😊
If the command block is close to the world spawn, or if you use the /forceload command to make the area that the command block is in be always loaded. If you stand on top of the command block and type the following, it should stay loaded!
/forceload add ~ ~
these are so cool you deserve more subs and likes
bro you deserve more subscribers this is amazing
Wow, your editing and the way you explain how the commands work are the best i've seen from a commands youtuber! It's generic to say but you really do deserve more subs man
I really appreciate that! Thank you so much!
@@BlockerLockerYT hello
@@BlockerLockerYT is there a way to set the players on fire too? It does everything but the player in data modify entity @s Fire set value 80.
True
I love all your commands
Glad this works on bedrock now your the GOAT
I am so thankful for this video, I’m a noob in command blocks and this video helped me so much
Im trying to find a game engine to make retro games with, this'll keep me busy and sharp while waiting for a good laptop. Im subbing
Bro This video is 100000000000000/10 good job! thanks for the commands! GOD tier editing!
man, great video, can I ask you if there is some way to create an item that when used to attack a mod simply makes it levitate for a few seconds as in the case of the last command you showed only without it going so fast upwards making it look like "levitation"?
Do you know how to make a phere particle command and a circle particle command. Also a way to summon an arrow or any projectile that has been shot at a certain direction.
these commands help a lot thank you so much
Thank I love the jump pad
And the snowball TNT
This is amazing! You are so underrated!
How can i make it that it needs a certain tag to explode i mean i know how to do the it needs a tag part but how do i have only specific snowballs have it by like naming it or something
6:00 You also have to merge tool data so that it is consumed in proportion to broken blocks and enchantments. 8:00 This will give everyone fireaspect.
I havent tried those out yet but im pretty sure there are some bugs or mistakes.
If the snowball tests if there is air below it it would ....
-not explode when it hits a wall
-explode when it hits the build limit
-explode when it goes below bedrock
The timber effect could...
-easily be abused to grief the spawn or other buildings
-not work on big trees -- Maybe make the item summon an armourstand with a tag that then checks every block next to it or above it - also diagonal then the armourstand would destruct the log it is in rn and summon a new armourstand with the tag at the pos of detected logs and then let it kill itself, this would work on big trees and trees with branches, idk if there is a smarter solution to this
OOOPS FORGOT THAT THATS DONE WITH MARKERS NOW LOLOLOLOL
But this video was actually veery good subbed
I've been trying to find snowball grenades in java... Almost every tutorial I find is on bedrock or either really complicated. Your video made my life 10x easier
I love the concept for this video
I have a suggestion, can you do a bedrock version video for these? I'm an addon creator and these commands are perfect since I'm not good at coding. It'll make the behaviors so much easier.
Same here Chief
I am nearly sure it is just 'execute @e ~~~ YOURCOMMAND'
Btw for bedrock edition, gametests are also good alternative
Aztons Vanilla Fantasy addon? Bro you're amazing at coding, better than 99% of mcpdl creators
Im on bedrock but it spawns tnt when it lands?
I love your videos! Also what music do you use in your intros?
Also I like the way you edit! What editing software do you use? Sorry for asking so many questions, your channel is so well made and is filled with quality videos which is inspiring me. Thanks!
Thank you! Most of my music is from Super Mario 3D World. I edit with Adobe Premiere Pro.
@@BlockerLockerYT Thanks for the information! Also cant wait to see what you will make in your next video!
Yoooooo,loved your commands,thats why i subscribe to ya
Your video is amazing good job and thank you for commands!
This started my entire commanding journey that still is pushing 2 years of progress
So glad I could be a part of that journey!
omg thank you so so much i learned so much
WOW! That was actually a very crazy video! Thanks!
I just download this video to my download!
Coloured wools blocks are now useful yay :)
Some of the commands word on bedrock edition if anybody is asking. If you try to modify the command, exit out, and it stops working. You have to go back into the command block, make it impulse, go back in, and make it repeating. From there you can exit out the command block and it will work. I’m a bedrock edition computer player btw.
omg this video whas so helpful and made my minecraft world so fun
Great video
Great video, I learned a lot about commands😉❤
THATS SICK
Can you make a video over 5 cool tricks with one command block in bedrock edition?
hi ,these commands are very cool but,the snowball one only works if it hits the ground,is there a solution like, tou cant blow up walls pls tell me
Hello for the first command, just remove the give of run give effect and make sure that the command block is in reprat mode and always active
This is one of the bests commands videos as I ve seen
At 5:13 a better way to do this would be to use @r instead so if there are multiple people in the world it will just give it to the person on top of the lime and not everyone
notes that command block needs to run at nearby player rendered loaded distance otherwise it wont activate even when you set it always active repeating command block at some point i recommend making files for your worlds datapack folder put everysingle command syntax inside a file checking the wiki for more advanced behavior like priority or smth saved it remember to named that file to tick mcfunction
The snow ball one works for a little bit...instead of it causing an explosion once it hits the ground it like actually summons tnt so it has a delay
the pig at 4:13 🤣🤣🤣
i subed for sure but question how to make my fist hit every mob and they get struck by lightning
execute as @e[nbt={HurtTime:1s}] run summon lightning
This is really cool! Thanks for teaching this!
Thats very very helpful. Do you know how to do a punch like saitama's? Where it basically do lots of explosion in the way you punched/you are looking. I've seen some datapacks, but i've never seen it in java command block.
If I want arrows I just replace the snowball with arrows?
5:03 Better use p isntead of a. a is all players, including wich isn't on pad, so use p to make something with nearest player.
Your ideas in this video are really amazing! Some of this stuff I didnt know how to do. Knowing that you are very advanced in command blocks, is there a way to make it so a certain player takes a certain amount of damage without using the instant damage effect. For example if I want to take exactly one heart of damage using a command.
The command '/effect give @s wither 1 1 true' is a very convenient way to deal 1 heart of damage to the player in Java Edition.
@@BlockerLockerYT Thanks!
even in bedrock if u know a tiny bit of command blocks and commands u can have real fun, like with the command
execute at @e[type=snowball] unless block ~ ~-1 ~ air setblock ~ ~ ~ flowing_lava
it becomes a ton of fun, sadly the tnt doesnt insta explode but its kinda funny to see it spawn and be like "run or else" lol
beutiful video this changes everything i know love the game cuz i can do aloot of things i wanted to do but without mods thank you
broo thanks so much you are so cool ...the videos' music is so great and so relaxing while watching and thanks so much bro you are cool i will subscribe now so keep making videos and go on to famous :]
/execute at @e[type=snowball] unless block ~ ~-1 ~ air run
If you still check the comments on this video then please say how you did the punch and then the enemy got launched up in the Sky. it would help a lot, ive been trying for hours
You explain better than other videos
Im in the process of making a game in minecraft that me and my sister cane up with cakled space tag, this is very useful especially the effects wgen u steo on wool
thanks this will help me cut down trees faster on my survival world
I just came across your channel and I saw that it was great from the first video and especially the timber part here, so I will be able to do everything without mods :D If you can, is there a command that works when a block is placed anywhere (any coordinate in the world)?+1 subscriber
for the snowball explosion i figured out it doesnt explode unless its falling ontop of the block so i made it check all negative x y z and x y z so i can throw it from the side still doesnt work diagonally though
Bedrock idea:
1st command(repeating):
/tp @e[name=(anything you like)] @p
2nd command(repeating too):
/effect @p invisibility 1 1
3rd command:
/gamerule commandblockoutput false
Now rename the name tag "(the name that is the command block)"
That's how you control mobs in minecraft
The first one actually really works
Thnx for content 😂
I learned "unless block", but NBT checks can lag someone's world, if they use too many of them.
So, it would have been better to add a way to make them run not every tick, but only when they're needed.
this is the best command vid ever ngl
I loved the first command so much ❤❤❤
I hope you make more command related videos. I wanna know much as possible about commands but bedrock doesn't explain stuff well enough for me.
execute is the powerhouse of commands
Hey I love the Fire Aspect fist but i have question how to change that that is only me because i play on multiplayer and i want it that only i got it and i can't figure that out can somebody help me withe it?
if it says @a anywhere in the command, remove it and replace it with your minecraft Username
actually idk if it's possible. It seems that it just detects when something is hit and makes it burn.
keep it up this helpt now im going to start a survivale wit the tree thing thanks
Can you make a 2024 vid
The timber effect was genius
Execute @e [type=snowball] unless block ~ ~-1 ~ air run summon tnt
This video got me subscribed to your chanel and its the first video i saw from you
A snowball summons a snow golem. When a snow golem sees a snow golem, they practically summon reinforcements. I put a single zombie down, and watched them multiply, over and over again, until my game crashed