You are a member of a very rare species of youtuber. Its characteristic include: • Getting straight to the point of the video • simple, understandable, easy to learn from • very very fun to learn from, and has a great sense of humor You earned a subscription.
FINALLY MY LONG AWAITED EXECUTE TUTORIAL. magnificent. thank you so much legitimoose. most excellent. even put in the lil sub-chapter things for the video, beautiful.
Try it on hypixel! All it requires is creative mode and operator privileges ;^) I bet it'd make for an interesting minigame mechanic though,,, bedwars but everyone has scaffold 👀
@@Legitimoose theres actually a server that does that, it's called twistmc, it's like bedwars but you can add a bunch of twists like scaffold, always active potion effects, tnt rain, etc.
I was just so hyped that i took an own book to write it down the things you said bu on my perspective and it worked i think i can remenber the stuff very well you video was fun!... keep going you earned a subscription.
Thank you for these easy to follow (and entertaining) tutorials! I am only just getting back into mc after having some memory loss. I was overwhelmed with relearning and then I found your videos! They are easy to follow, clear, and make all these new (to me) commands a lot less overwhelming.
I haven't played Minecraft for years and I wondered why /execute doesn't work anymore. This was very informative and helped me a lot. Thank you. Also, I recognized the bgm Persona 4 - Specialist. Very nice.
/execute, not to be confused with /kill that one got me, especially because when I started playing Minecraft a few years ago my English was just basic knowledge
Yo! Thank you so much! I was trying to make a minigame using the execute if block command, and it didn't work for me like in other tutorials. Thanks to you I got how it works and made it myself!! I'm so happy I'm shaking right now because I was trying to do it for 2 whole days!
Great precursor for command blocks, I use this video (I have it saved) as a base reference all the time. When I come back to doing command block stuff after months away I've always forgotten the basics, this video helps to jog my memory so I can get back into it.
It's so sad to seeing u being such an Underrated UA-camr. This really helped me, I was on a mission to learn every single commands, and the execute command had some confusing sub commands and you helped out a TON! +1 Subscriber
ngl this is the most simplestic and vest tutorial about the execute commands. thanks for getting straight to the point :D entertaining to watch. that's a sub.
@@Legitimoose Thanks for the tutorial, man, nobody else seems to want to boil things down to this level. I hate to hijack a comment, but as mentioned earlier, Google is not my friend (and UA-cam by association). There's a complicated command I'm trying to run, I need to know how to script it: I named a zombie "Dan", and I want to make it so when Dan gets 1 block away from somebody, he teleports them to the spawn point. I know how to use range and teleport, but how would I get that to work with a named entity? I thank you in advance if you respond to this. I had this idea after seeing a video some time ago but the creator refused to let anybody know how it was done.
@@alecdickens1042 Heyo! There's an entity selector for names! @e[name=Dan] would be all entities named Dan. So something along the line of /execute as @e[type=zombie,name=Dan] at @s run tp @a[distance=1..] That will of course have the problem of permanently freezing you at spawn, so you'd need to have some way to turn the command off once it's been run. I'm curious what the video you mentioned is If you know the name let me know! (And I didn't think you sounded too rude to begin with! The bar for youtube comments is pretty low ;^) I hope this helps!)
@@Legitimoose It's been miles more informative than the past two nights of searching and trial/error ^_^ I wish I could find the video in question, but memory and the search engine are working against me. It was some kind of game of tag in Minecraft, so it ended up getting buried under too many search results The mechanics of the game stuck with me, that's really all I had to go on. As for getting permanently stuck, is that an issue with the command or with ? I was going to use a coordinate like 0 0 0 and just set that as the spawn point, would it still have the same problem?
unlike cringe phyton videos "learn how to write print('hello world') in only 9 hours!" you are so easy, fast and entertaining to learn and watch, great job you got a subscription!
I love how you mention during the "subscription bit" at the end that when you would get an even number of successes that we would unsubscribe which most youtubers who tell you to hit it x number of times when that has a 50% chance of making them unsubbed. That little detail there was so funny.
Update lol, after the video you are one of my favorites already, good sense of humor not trying to hard and it just felt natural to hit the sub, I subbed within the first 3 minutes not gonna lie💯
you're the most underrated youtuber i've ever seen, try some popular youtube minecraft topics like manhunt with a twist or something. like with datapacks and stuff
I regret to inform you that entity health does involve tags. ;-; I'm about to go to bed so I can't give an _amazing_ explanation, but I'll do my best: The only way to compare numbers (find out if health < 20) is with scoreboards. That means you'll need to get entity health (a tag) into a scoreboard. The idea is that you create a dummy scoreboard called health (for example) and then run execute as @e[tag=entity] at @s store result score @s health run data get entity @s Health That will save the Health tag of all entities into a scoreboard called health. Then you can /execute as @e with scores less than 20. I don't think I can type that command from memory though. I did find a reddit post that explains exactly what you want to do! This guy gives a bit more detail, although the post is a year old and I'm not completely sure it'll work without slight changes. www.reddit.com/r/MinecraftCommands/comments/ci0x91/detect_if_the_health_of_a_mob_is_below_a_certain/ev1utta?context=3 Hope this helps!
This video and all other of your tutorials on command blocks are going to be super useful when making my first adventure map. You earned yourself my sub.
OMG I'm 3 minutes In and it's like you knew exactly what I came here for lol. I wanted a repeated command relevant to me but I wanted it to be executed by the command block, and you taught me exactly that so far, thank you.
Very useful for parkour builders! put a specific block under the parkour and make it teleport you to the start of the parkour when the block is under you! and boom! Thank you very much! earned a sub :)
I was searching for a command that summons a thunder on all entities in 10 blocks around, and it worked because this video! Thank you so much EDIT: If someone is interested this is the command: /execute as @e[dx=10,dy=10,dz=10] run summon lightning_bolt ~ ~ ~ (It hits yourself too)
Darn so far all I knew was /execute if and I'm pretty sure that is only because it is the closest to a normal programming language command and I usually only used it with score for the same reason Your tutorial even if it wasnt a full analysis of the execute command has really helped me a ton! I'll make sure to come back to your channel if I ever need help with anything! Thanks a lot :)
You can also detect a certain entity in a specific coordinates for example, execute if entity @p[x=10,y=3,z=12,dx=0,dy=1,dy=0] then thats it it only testing it does not run any command until you put a redstone comparator and put another command block. That was the new testfor for me.
I hey man you helped me A LOT IN this command Appreciated your work,explanation and respect SO YOU GET A NEW SUBSCRIBER keep up your good work and stay safe
You are a member of a very rare species of youtuber.
Its characteristic include:
• Getting straight to the point of the video
• simple, understandable, easy to learn from
• very very fun to learn from, and has a great sense of humor
You earned a subscription.
thanks elon musk
hey I wanted to know how to make players drop arrows on death can someone help me
@@Legitimoose how to make looping function like the green terracotta in datapack code ?
@Santana Cristian Rad.
you were supposed to unsubscribe you did not listen
-clean voice
-helpful tutorial
-best explanation
-calming
770 subs? what the heck? i'll subs👍👍👍
EDIT: he now have 28k subs, bruh let's goo
me 2 :)
*proceeds to sub-bot*
112 likes
nice
worry no more, now its 8000 subs
-REALLY FUCKING FUNNY
FINALLY MY LONG AWAITED EXECUTE TUTORIAL. magnificent. thank you so much legitimoose. most excellent. even put in the lil sub-chapter things for the video, beautiful.
this tutorial was dedicated to you, a.g. i hope you you are now wise.
4:20
finally, a way to scaffold without any hacked clients or mods
Try it on hypixel! All it requires is creative mode and operator privileges ;^)
I bet it'd make for an interesting minigame mechanic though,,, bedwars but everyone has scaffold 👀
@@Legitimoose you sir just gave me an idea
@@Legitimoose theres actually a server that does that, it's called twistmc, it's like bedwars but you can add a bunch of twists like scaffold, always active potion effects, tnt rain, etc.
@@Oscar31YT cool
How on EARTH do you only have 224 subs!!!??! This tutorial alone is worth internet fame and I thank you for that.
YES! now this the validation i look for when i check my notifications
954 now!
@@Cl3verCubing 4.4K now... A fast growing channel and for good reason!
@@nickhutter9330 agreed
yessss
I was just so hyped that i took an own book to write it down the things you said bu on my perspective and it worked i think i can remenber the stuff very well you video was fun!... keep going you earned a subscription.
hi hello here is a brazilian i used google translator so there must be an error in the sentence i loved your video
Thanks! Glad you enjoyed! :D
Ioio games . Ele agradece
pior que não tem erro
Tem mão
Iai tio
This video is so helpful !!!! I finally made my own parkour course with teleport command ! Thank u so much
You're very welcome!
@@Legitimoose You are absolutely AMAZING!!
Indeed he is !!@@ProdRapid
Not only is your content really informative and helpful, it's actually entertaining too. Tricky combo, well done!
Thank you for these easy to follow (and entertaining) tutorials! I am only just getting back into mc after having some memory loss. I was overwhelmed with relearning and then I found your videos!
They are easy to follow, clear, and make all these new (to me) commands a lot less overwhelming.
I haven't played Minecraft for years and I wondered why /execute doesn't work anymore. This was very informative and helped me a lot. Thank you.
Also, I recognized the bgm Persona 4 - Specialist. Very nice.
Glad I could help!
I've been researching this the past 2 days to mod the game... so the intro really made me lol
Hahaha, glad you appreciated it ;)
Just found this, I have never seen such a clear and informative and fun tutorial in a very long time!
Liked and subbed for the other comments' reasons but also for the usage of Specialist as background music. 10/10.
I simply love You. All I needed to know, was how to use other people's coords, and You are like the only one who shows it.
/execute, not to be confused with /kill
that one got me, especially because when I started playing Minecraft a few years ago my English was just basic knowledge
yeaaaaa thank you soooo much for that video, all other tutorials i seen where made for old comands and didnt helped me at all.
when you did the game i was already subscribed, so in the end you made me hit subscribe meaning im staying subscribed. legitimoose is a legend
he just started flexing his parkour skill I love it
finding your video made me a happier person, thank you
this guy has:
a welcoming voice
understandable tutorial
memes
understand's us.
this guy deserves:
subs
likes
The best tutorial I've ever seen
"/execute in" is the command that i was looking for
Yo! Thank you so much! I was trying to make a minigame using the execute if block command, and it didn't work for me like in other tutorials.
Thanks to you I got how it works and made it myself!! I'm so happy I'm shaking right now because I was trying to do it for 2 whole days!
THANK YOU SO MUCH! This was SO informative! Please never stop making videos, and stay determined!
OMG, this is like the best video I have ever seen on youtube!
It is my lucky day and you have earned a sub!
Not only the best, but also the only help I need when using commands! Phil thanks you very gladly! :D
Great precursor for command blocks, I use this video (I have it saved) as a base reference all the time. When I come back to doing command block stuff after months away I've always forgotten the basics, this video helps to jog my memory so I can get back into it.
had a hard time understanding the new reworked commands but tf you explained it? Well a sub from me HAHA
You've been the most helpful youtuber in a while.
it helped me a lot on getting better at command ty :)
:D
It's so sad to seeing u being such an Underrated UA-camr. This really helped me, I was on a mission to learn every single commands, and the execute command had some confusing sub commands and you helped out a TON!
+1 Subscriber
XD I like the Outro and this is Helping me Alots Thanks Alot I will stay Subscribed and watch your future Vids
ngl this is the most simplestic and vest tutorial about the execute commands. thanks for getting straight to the point :D
entertaining to watch. that's a sub.
hell yeah this is ✨quality✨ content c:
✨thank yuo✨ 😳
@@Legitimoose
Thanks for the tutorial, man, nobody else seems to want to boil things down to this level. I hate to hijack a comment, but as mentioned earlier, Google is not my friend (and UA-cam by association).
There's a complicated command I'm trying to run, I need to know how to script it:
I named a zombie "Dan", and I want to make it so when Dan gets 1 block away from somebody, he teleports them to the spawn point.
I know how to use range and teleport, but how would I get that to work with a named entity?
I thank you in advance if you respond to this. I had this idea after seeing a video some time ago but the creator refused to let anybody know how it was done.
@@Legitimoose And I apologize for my brash demeanor : /
I tend to come off as rude or brazen when my mind's set on finding solutions to things.
@@alecdickens1042 Heyo! There's an entity selector for names! @e[name=Dan] would be all entities named Dan. So something along the line of
/execute as @e[type=zombie,name=Dan] at @s run tp @a[distance=1..]
That will of course have the problem of permanently freezing you at spawn, so you'd need to have some way to turn the command off once it's been run.
I'm curious what the video you mentioned is If you know the name let me know!
(And I didn't think you sounded too rude to begin with! The bar for youtube comments is pretty low ;^) I hope this helps!)
@@Legitimoose It's been miles more informative than the past two nights of searching and trial/error ^_^ I wish I could find the video in question, but memory and the search engine are working against me. It was some kind of game of tag in Minecraft, so it ended up getting buried under too many search results
The mechanics of the game stuck with me, that's really all I had to go on.
As for getting permanently stuck, is that an issue with the command or with ? I was going to use a coordinate like 0 0 0 and just set that as the spawn point, would it still have the same problem?
At first, I was pretty intimidated to learn /execute so I just didn't but your video made it a lot more digestible and easy to understand! Tysm :>
0:00 i couldnt stop dying of laughter for some reason
It wasn’t funny for me, but the fact that you died of laughter made me laugh too lol
unlike cringe phyton videos "learn how to write print('hello world') in only 9 hours!" you are so easy, fast and entertaining to learn and watch, great job you got a subscription!
Great Video! I love how its organised and well explained
I love how you mention during the "subscription bit" at the end that when you would get an even number of successes that we would unsubscribe which most youtubers who tell you to hit it x number of times when that has a 50% chance of making them unsubbed. That little detail there was so funny.
This reminds me of the time when I had to make a python program for my course work
Update lol, after the video you are one of my favorites already, good sense of humor not trying to hard and it just felt natural to hit the sub, I subbed within the first 3 minutes not gonna lie💯
If you became a teacher at a school I would gladly listen to you
:D thanks!
Real talk tho: my plan in life is currently to do youtube, but if that doesn't work out my next career choice would be teacher!
@@Legitimoose ooooooooooo, I hope everything you plan on works out, I love your videos
Did not expect persona 4 specialist. But this was a really good review, was looking for an explanation (that doesn’t mean specialist is bad)!
I enjoyed that! Thank you!
You're a really good teacher.
:D Thanks!
You earned your self a sub.
And this is the first video by you I’ve watched.
I went to this video to learn about /execute store
learned everything except /execute store xD
you're the most underrated youtuber i've ever seen, try some popular youtube minecraft topics like manhunt with a twist or something. like with datapacks and stuff
"execute order 66"
I love this😂
oh wow why havent i discovered you earlier, my mind was blown away when was at the "at" part
nicely done
Yes. Everyday learning new commands :)
Ps: is there a way to execute a command when an entity has health
I regret to inform you that entity health does involve tags. ;-;
I'm about to go to bed so I can't give an _amazing_ explanation, but I'll do my best:
The only way to compare numbers (find out if health < 20) is with scoreboards. That means you'll need to get entity health (a tag) into a scoreboard. The idea is that you create a dummy scoreboard called health (for example) and then run
execute as @e[tag=entity] at @s store result score @s health run data get entity @s Health
That will save the Health tag of all entities into a scoreboard called health. Then you can /execute as @e with scores less than 20. I don't think I can type that command from memory though.
I did find a reddit post that explains exactly what you want to do! This guy gives a bit more detail, although the post is a year old and I'm not completely sure it'll work without slight changes.
www.reddit.com/r/MinecraftCommands/comments/ci0x91/detect_if_the_health_of_a_mob_is_below_a_certain/ev1utta?context=3
Hope this helps!
@@Legitimoose Thanks so much! Also, great videos! NEVER stop with those amazin' tutorials. I'm glad you're here :').
How you don't have 1000000 subs is beyond me but I'm sure your channel will grow. Keep it up
Ur underrated :)
-clean voice
-helpful tutorial
-best explanation
-calming
U GOT SUB!
Execute order 66
Instructions unclear, I accidentally executed order 66 and killed all the Jedi.
Omg we have like the same name lol
omg legitimoose hearted lol
My gosh, finally I understand how to work with command blocks... man youre very honestly a genius
How is this from 2021?
He just changed the video name
Beta
wow, i thought you were the kind of youtuber that had 1 mil or more subs, but you only have 9k???? you deserve more!!! sub earned
Thanks! Welcome aboard!
This video and all other of your tutorials on command blocks are going to be super useful when making my first adventure map. You earned yourself my sub.
thanks a ton! this helped me out so much! It is my first time switching from bedrock commands to java, and this got me going right away!
I have watched this video so many times lol. Just as a refresher, and bonus, hilarious to watch even knowing the content. score!
You da best i couldn't find anyone on youtube who has such good command block tutorials
OMG I'm 3 minutes In and it's like you knew exactly what I came here for lol. I wanted a repeated command relevant to me but I wanted it to be executed by the command block, and you taught me exactly that so far, thank you.
I was super pissed off at mojang making /execute more confusing, thanks for making much less confusing
Finnaly a youtuber that doesnt clickbait about commands. Thank you.
wow that was.. really simple really straight forward, over all just an awesome vid! keep up the good work
Very useful for parkour builders! put a specific block under the parkour and make it teleport you to the start of the parkour when the block is under you! and boom! Thank you very much! earned a sub :)
I was searching for a command that summons a thunder on all entities in 10 blocks around, and it worked because this video! Thank you so much
EDIT: If someone is interested this is the command:
/execute as @e[dx=10,dy=10,dz=10] run summon lightning_bolt ~ ~ ~
(It hits yourself too)
i can try to modify it to make it not hit you (even though im 7 months late)
When you switch from bedrock to Java: I used to know everything, now I know nothing.
0:46 that was a sweet head swivel it felt like a clean cut
Idk but why UA-cam decided to Recommend me this video after ages 🗿💯, I remember watching this video for my Minecraft server
Thx!
I've currently moved from Bedrock to Java, and I need to get the hang of these new command setups
Is there any command for moving entities? (which is smooter than than the /teleport)
Darn so far all I knew was /execute if and I'm pretty sure that is only because it is the closest to a normal programming language command and I usually only used it with score for the same reason
Your tutorial even if it wasnt a full analysis of the execute command has really helped me a ton! I'll make sure to come back to your channel if I ever need help with anything! Thanks a lot :)
Thanks! Glad it helped!
I can't understand why i find so funny to see the painting greeting
And "pig exists"
One of the best tutorials ive seen :)
also those neos at the end were sick dude
3 block neo tutorial when 👀
U just saved me I needed conditional to get different players to teleport to different areas through one button so thank you so much
That persona cover in the back though much respecc, it's p4 specialist done in p5 style. nicee
I absolutely love your commentary keep up the vids 👍
This is the most useful video I’ve seen on minecraft commands. I was wondering where the detect command went but I guess it’s gone lol
Youre explanation is better than all the bigger youtubers lol , +1 sub
The. Best. Tutorial. Ever.
Please do more
I've been finding the what you call "execute as or at..." Thanks a lot
Bro a teacher and a gamer at the same time
finaly a youtuber that teaches the complex comands and not the /tp or /give
Great video, thanks bro! I was needing this!
Love this attitude lol. Helped a lot btw, thanks
( 0:45 )
Btw rarely sub to some1 on the first vid I ever see but I cannot help myself. You made the topic so interesting and entertaining so thank you a lot!
:D thanks!
Yes. I love you man.
I used to know how command blocks work, came back some years later and now nothing I know works. bruh
god i know, i went through the exact same thing when i started makin' these videos. glad it's helpful!
@@Legitimoose came back after a day of watching some of your vids.
I'm now able to make vanilla minecraft abilities, well just a little.
hey man how do I make the trail not under my feet but like behind me am making tron like a trail behind me
4:21
10:24 didn't matter...I wanted to subscribe anyway....also...Loved the vid, easy to understand...please make more!!!
I swear Minecraft is the most confusing but fun game ever
You can also detect a certain entity in a specific coordinates for example, execute if entity @p[x=10,y=3,z=12,dx=0,dy=1,dy=0] then thats it it only testing it does not run any command until you put a redstone comparator and put another command block. That was the new testfor for me.
When you realize the first 1.17 snapshot came out a year ago: *Time is too fast*
finally a good teacher.
I hey man you helped me A LOT IN this command
Appreciated your work,explanation and respect
SO YOU GET A NEW SUBSCRIBER
keep up your good work and stay safe
Thanks for the vid when I didn't play around with commands in 3 years and when try the execute command I was so confused
You have gained a subscriber from this one year video