5 Cool Tricks with ONE Command!

2024 ж. 19 Мам.
634 797 Рет қаралды

Want to know how to make awesome command block creations without needing to be an expert? Today I walk through 5 cool command creations that only require ONE command block, as well as how you can modify them to make your own creations!
Exploding Snowballs (as well as cats, dragons, bee swarms, and snow piles)
execute at @e[type=snowball] unless block ~ ~-1 ~ air run summon tnt
execute at @e[type=snowball] unless block ~ ~-1 ~ air run summon cat ~ ~ ~ {CatType:8}
execute at @e[type=snowball] unless block ~ ~-1 ~ air run summon ender_dragon
execute at @e[type=snowball] unless block ~ ~-1 ~ air run summon minecraft:area_effect_cloud ~ ~ ~ {Passengers:[{id:bee},{id:bee},{id:bee},{id:bee},{id:bee},{id:bee},{id:bee},{id:bee}]}
execute at @e[type=snowball] unless block ~ ~-1 ~ air run setblock ~ ~ ~ snow
Everything Upside Down (as well as all rainbow sheep, and instant kill mobs)
execute as @e run data modify entity @s CustomName set value "\"Dinnerbone\""
execute as @e[type=sheep] run data modify entity @s CustomName set value "\"jeb_\""
execute as @e run data modify entity @s Health set value 0.5
Jump Pads (as well as speed pads, health pads, fire pads, clear pads, and hidden TNT pads)
execute as @a at @s if block ~ ~-1 ~ lime_wool run effect give @s jump_boost 1 5
execute as @a at @s if block ~ ~-1 ~ light_blue_wool run effect give @s speed 5 3
execute as @a at @s if block ~ ~-1 ~ red_wool run effect give @s regeneration 2 5
execute as @a at @s if block ~ ~-1 ~ orange_wool run effect give @s minecraft:fire_resistance 15 1
execute as @a at @s if block ~ ~-1 ~ black_wool run clear
execute as @a at @s if block ~ ~-2 ~ brown_wool run summon tnt
Timber! (as well as TNT time bombs)
execute at @e[type=item,nbt={Item:{id:"minecraft:oak_log"}}] if block ~ ~1 ~ oak_log run setblock ~ ~1 ~ air destroy
execute at @e[type=item,nbt={Item:{id:"minecraft:tnt"},PickupDelay:0s}] run summon tnt
Exploding Mobs (as well as Fire Aspect and Knockback fists)
execute as @e[nbt={HurtTime:10s}] run data modify entity @s Fire set value 80
execute as @e[nbt={HurtTime:10s}] run data modify entity @s Motion set value [0.0,2.0,0.0]
execute at @e[nbt={HurtTime:10s}] run summon tnt
If you have any thoughts on this video, comment them below or Tweet them at me!
/ blockerlocker
Check out @Daft_Craft for Minecraft facts!
Join my Community Discord!
/ discord
0:00 - Intro
0:24 - Enabling Command Blocks
0:56 - Exploding Snowballs
3:18 - Everything Upside Down
4:41 - Jump Pads
5:59 - Timber!
7:45 - Exploding Mobs
8:39 - Outro

Пікірлер
  • 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!

    @BlockerLockerYT@BlockerLockerYT Жыл бұрын
    • Is this work on bedrock edition?

      @fatimamajida9531@fatimamajida953111 ай бұрын
    • press T???? Pressing / is more effective

      @lukettc1069@lukettc106911 ай бұрын
    • Bedrock would be nice

      @DaPenguin1@DaPenguin111 ай бұрын
    • 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

      @Thepicklething@Thepicklething11 ай бұрын
    • I typed it all just to see this comment😭

      @keanu-sd6oy@keanu-sd6oy11 ай бұрын
  • 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

    @chuckpatty1760@chuckpatty1760 Жыл бұрын
    • Oh no, they’re spreading!

      @BlockerLockerYT@BlockerLockerYT Жыл бұрын
    • How did you do this?

      @Gusenichka925@Gusenichka925 Жыл бұрын
    • @@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@chuckpatty1760 Жыл бұрын
    • @@chuckpatty1760 thanks

      @Gusenichka925@Gusenichka925 Жыл бұрын
    • None of the command not working

      @NajiyaBano-hn7rc@NajiyaBano-hn7rc Жыл бұрын
  • 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

    @ended-randomcreations@ended-randomcreations9 ай бұрын
  • "Minecraft but" Creators: WRITE THAT DOWN, WRITE THAT DOWWWN!!!!

    @ZbotZero@ZbotZero Жыл бұрын
    • DO IT

      @KaydenKemp-bg8pf@KaydenKemp-bg8pfАй бұрын
  • I am quite an experienced command-blocker myself, and the way you did the timber effect was very smart! Good job!

    @plighting_engineerd@plighting_engineerd Жыл бұрын
    • imagine dropping a log in my friends wood house

      @tanbaid7476@tanbaid747611 ай бұрын
    • @@tanbaid7476lol😂

      @itjustThaRealDx2.0@itjustThaRealDx2.09 ай бұрын
    • @@tanbaid7476 dont word it like that "DrOpPiNg A lOg" no

      @Krystyn-cf4xy@Krystyn-cf4xy5 ай бұрын
  • For bedrock how to use a lightning snowball 1.16 Command_block Repeating Always active Execute @e [type=snowball] ~ ~ ~ summon lightning_bolt ~ ~0 ~

    @slaminimations@slaminimations9 ай бұрын
  • amazing quality, funny and super underrated. videos like these make me so happy knowing the creators will go really far :)

    @zebchicken@zebchicken Жыл бұрын
  • 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

    @zepharephic5381@zepharephic53815 ай бұрын
  • Your video is amazing good job and thank you for commands!

    @princerenielnepomuceno6393@princerenielnepomuceno63937 ай бұрын
  • Your editing is amazing! I love your videos!

    @frogger2920@frogger2920 Жыл бұрын
  • 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

    @jasonshih3633@jasonshih3633 Жыл бұрын
  • Dude this is gonna be so OP :D Thanks for the Tutorial :)

    @DeathStar3887@DeathStar3887 Жыл бұрын
  • 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.

    @mechanicraft-mc7203@mechanicraft-mc7203 Жыл бұрын
    • 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@BlockerLockerYT Жыл бұрын
    • @@BlockerLockerYT I see, thanks for the explanation!

      @mechanicraft-mc7203@mechanicraft-mc7203 Жыл бұрын
    • ​@@BlockerLockerYT Please tell me how, when throwing a snowball at a player, the player would rise into the air for a certain time.

      @factep_4@factep_4 Жыл бұрын
    • ​@@factep_4 I don't know much but I think you can use effect give @p lavitation after run command 😅

      @itzFlareXD@itzFlareXD Жыл бұрын
    • Snowballs dont have that tag, however you can make this with arrows

      @The_Commandblock@The_Commandblock11 ай бұрын
  • You're editing is magical!

    @detective_solar@detective_solar Жыл бұрын
  • 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

    @mioxie8276@mioxie827610 ай бұрын
    • 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

      @sigmauser200@sigmauser20015 күн бұрын
  • This is one of the bests commands videos as I ve seen

    @user-nu9zq8ot2z@user-nu9zq8ot2z9 ай бұрын
  • This is really cool! Thanks for teaching this!

    @SieB-8@SieB-8 Жыл бұрын
  • i have java and its working really good and i love these Good commands! i even put them in my game!

    @worra12@worra127 ай бұрын
  • these commands help a lot thank you so much

    @almogassia3290@almogassia32906 ай бұрын
  • 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!

    @asirya9265@asirya9265 Жыл бұрын
  • We need a part 2, im trying to learn commands since I want to better at mc creative and this video helped me make a throwing knife item!

    @coor_@coor_10 ай бұрын
  • 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

    @antipetesesalamlkebap6230@antipetesesalamlkebap62303 ай бұрын
  • Coloured wools blocks are now useful yay :)

    @dhavieddyby883@dhavieddyby8838 ай бұрын
  • it's such an amazing video BlockerLocker , can please tell is there any command to bonemeal the ground wherever the player walks (i call it bonemeal feet)?

    @grihit3171@grihit3171 Жыл бұрын
  • Yoooooo,loved your commands,thats why i subscribe to ya

    @uriel5692@uriel5692 Жыл бұрын
  • 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

    @Jaxie32@Jaxie32 Жыл бұрын
  • You explain better than other videos

    @madalokalonga@madalokalonga8 ай бұрын
  • I loved the first command so much ❤❤❤

    @bleep4663@bleep46638 ай бұрын
  • This is amazing! You are so underrated!

    @Theoneandonlyzink@Theoneandonlyzink Жыл бұрын
  • 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”

    @jeffryejeffrye@jeffryejeffrye10 ай бұрын
  • omg thank you so so much i learned so much

    @PhantmBlitz@PhantmBlitz9 ай бұрын
  • Fantastic video. Very simple explanations. Great flow. Excellent editing.

    @AubiNation@AubiNation Жыл бұрын
  • 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.

    @ragnastepzero7248@ragnastepzero7248 Жыл бұрын
  • Bro This video is 100000000000000/10 good job! thanks for the commands! GOD tier editing!

    @Truvi@Truvi11 ай бұрын
  • 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.

    @Master_Gumbo@Master_Gumbo Жыл бұрын
    • 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@BlockerLockerYT Жыл бұрын
    • @@BlockerLockerYT Thanks!

      @Master_Gumbo@Master_Gumbo Жыл бұрын
  • Hi. Great video. Thank you for this fun commands

    @muysica8014@muysica801411 ай бұрын
  • Bro I don’t understand how you had the idea to make a video like this , this is genius and I’m definitely using the explosive and fire hand on my world

    @balls478@balls47811 ай бұрын
  • 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"?

    @claudiolombardini8134@claudiolombardini81343 ай бұрын
  • keep it up this helpt now im going to start a survivale wit the tree thing thanks

    @konstasiukola8041@konstasiukola80415 ай бұрын
  • 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

    @Wyatt07@Wyatt074 ай бұрын
  • I am so thankful for this video, I’m a noob in command blocks and this video helped me so much

    @memegamerl0l580@memegamerl0l58010 ай бұрын
  • Really well-explained :) This is not a simple topic for most people but you nailed it.

    @Flipbug_The_Whimsical@Flipbug_The_Whimsical2 ай бұрын
    • 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. 😅

      @BlockerLockerYT@BlockerLockerYT2 ай бұрын
  • 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.

    @Oldmeme592@Oldmeme5927 ай бұрын
  • 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.

    @mackveinzfernandez1149@mackveinzfernandez114911 ай бұрын
  • I love the concept for this video

    @TomasK4@TomasK411 ай бұрын
  • Hello! I have a question. How can you increse range of command block? It woud be really helpfull. Also i really like this video! 😊

    @Bazel27@Bazel27 Жыл бұрын
    • 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 ~ ~

      @BlockerLockerYT@BlockerLockerYT Жыл бұрын
  • WOW! That was actually a very crazy video! Thanks!

    @RBX-tricks@RBX-tricks10 ай бұрын
  • 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 :]

    @muhamedahmedsamir3061@muhamedahmedsamir3061 Жыл бұрын
  • Your the best I subscribed and liked!

    @iTzZebMC@iTzZebMC2 ай бұрын
  • Can you make a video over 5 cool tricks with one command block in bedrock edition?

    @CloudOfDreamsYT@CloudOfDreamsYT Жыл бұрын
  • I love your videos! Also what music do you use in your intros?

    @Master_Gumbo@Master_Gumbo Жыл бұрын
    • 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!

      @Master_Gumbo@Master_Gumbo Жыл бұрын
    • Thank you! Most of my music is from Super Mario 3D World. I edit with Adobe Premiere Pro.

      @BlockerLockerYT@BlockerLockerYT Жыл бұрын
    • @@BlockerLockerYT Thanks for the information! Also cant wait to see what you will make in your next video!

      @Master_Gumbo@Master_Gumbo Жыл бұрын
  • bro you deserve more subscribers this is amazing

    @pdugganus@pdugganus6 ай бұрын
  • This video got me subscribed to your chanel and its the first video i saw from you

    @josedeleon4486@josedeleon448610 ай бұрын
  • these are so cool you deserve more subs and likes

    @Quackatron@Quackatron6 ай бұрын
  • 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

    @Psyan@Psyan Жыл бұрын
    • I really appreciate that! Thank you so much!

      @BlockerLockerYT@BlockerLockerYT Жыл бұрын
    • ​@@BlockerLockerYT hello

      @craziestchannel8244@craziestchannel8244 Жыл бұрын
    • @@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.

      @thediamondking5931@thediamondking5931 Жыл бұрын
    • True

      @Camcamcamcam507@Camcamcamcam5075 ай бұрын
  • I love all your commands

    @user-py4jm5ol4q@user-py4jm5ol4q6 ай бұрын
  • you just dont know what power you gave me. I mean uhh love your videos i always learn command blocks like this so im gonna subscribe :D

    @GrasseyBlue@GrasseyBlue Жыл бұрын
  • 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.

    @AztonMC@AztonMC Жыл бұрын
    • Same here Chief

      @danielibarra9353@danielibarra9353 Жыл бұрын
    • I am nearly sure it is just 'execute @e ~~~ YOURCOMMAND' Btw for bedrock edition, gametests are also good alternative

      @miniontoby@miniontoby Жыл бұрын
    • Aztons Vanilla Fantasy addon? Bro you're amazing at coding, better than 99% of mcpdl creators

      @sm1lers913@sm1lers91311 ай бұрын
  • Thanks bro, now i made a pillager when he shoots it spawns vindicator (and more things)

    @HEROCRAFTER546@HEROCRAFTER5462 ай бұрын
  • 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

    @WispyIndeed@WispyIndeed5 ай бұрын
  • 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!

    @ilomet@ilomet4 ай бұрын
    • 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@BlockerLockerYT4 ай бұрын
    • @@BlockerLockerYT How to make weapons give potion effects

      @kreepykreeper5000@kreepykreeper500026 күн бұрын
  • Glad this works on bedrock now your the GOAT

    @newbieMC@newbieMC Жыл бұрын
  • I have finally made it Fire ball hand which is simple but very nice Now I can use it in addons like dracomalum

    @Exoblade2.0@Exoblade2.011 ай бұрын
  • are there any way that only a certain player or mob that can set other mob on fire by attacking?

    @thanhlamnguyen3911@thanhlamnguyen39119 ай бұрын
  • Great vid can you pls make part 2 also work for bedrock since we can't edit nbt data

    @paperbear03@paperbear0311 ай бұрын
  • 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

    @samuelrene-corail3104@samuelrene-corail3104Ай бұрын
  • Thank I love the jump pad

    @MinecraftMiner82@MinecraftMiner82 Жыл бұрын
    • And the snowball TNT

      @MinecraftMiner82@MinecraftMiner82 Жыл бұрын
  • 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

    @UnusedWitchcraft@UnusedWitchcraft3 ай бұрын
  • Btw the exploding snowballs work with snow golems soo if you spawn a bunch they'll suicide bomb themselves it's sad and funny at the same time. I spawned them next to a bunch of creepers for an extra boom

    @BootyClaimer@BootyClaimer4 ай бұрын
  • 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

    @Lapis_Pylosiphorum@Lapis_Pylosiphorum Жыл бұрын
    • 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

      @Lapis_Pylosiphorum@Lapis_Pylosiphorum Жыл бұрын
  • Hi, thanks for the tutorial, it was amazing, but do you know the command to inflict potion effects with your fist too?

    @bpree@bpreeАй бұрын
    • hey why does it say error at nbt

      @OnlyPurpl3@OnlyPurpl328 күн бұрын
    • execute as @e[nbt={HurtTime:1s}] run effect @s [POTION_EFFECT] [TIME] [POWER LEVEL]

      @kreepykreeper5000@kreepykreeper500026 күн бұрын
  • Wow this is Awesome! i just made a lightning stick which if you hit a mob it will be strucked by lightning! ⚡⚡⚡ i also made an axe that steals mob hearts every time you hit them!

    @Malaysia-bo8eq@Malaysia-bo8eq Жыл бұрын
  • 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

    @aeromanoranges25yearsago75@aeromanoranges25yearsago7511 ай бұрын
  • I wanna know how to make a arrow blow up on inpact

    @TheJackson39@TheJackson398 ай бұрын
  • Very cool thanks!

    @nicosandwich@nicosandwich Жыл бұрын
  • Is there a possible Command Block option to make speed tunnels and wind that blows beneath you? I know in the console edition, there used to be Elytra races, which also had wind tunnels to boost your speed or raise you higher. So I wondered if Command Blocks have something to do with wind control or modding the Elytra.

    @321SPONGEBOLT@321SPONGEBOLT6 ай бұрын
  • THATS SICK

    @aprilbrandon3441@aprilbrandon344111 ай бұрын
  • this is the best command vid ever ngl

    @Seraphim-yv4kk@Seraphim-yv4kk3 ай бұрын
  • the snowball command was awesome! and it does work in bedrock! but it takes the summon tnt part quiet LITTERLY beacause it spawns ignited tnt but does not make the snowball explode instantly but only in bedrock i guess?

    @omarehab5891@omarehab58912 ай бұрын
    • the NBT of fuse (time until explosion) is set to a predetermined factor on bedrock, while on java it is set to 0, so it explodes instantly

      @956parrots8@956parrots8Ай бұрын
  • So I play on bedrock so only the explosive balls work but i tried something and it worked! If you delete summun tnt and type summon lightning_bolt u can summon lightning where the snowball lands!

    @DXR_RT@DXR_RT7 ай бұрын
  • I have a question Can I use this commands in my created mods? Will it work?

    @RmmscDebanjanchaudhuri@RmmscDebanjanchaudhuri Жыл бұрын
  • I’m fairly good with commands, and I’m on bedrock, I’ve manage to transfer Java commands over to bedrock before but I’m stumped, do you know if it’s possible?

    @C1one15@C1one15 Жыл бұрын
  • Hey man thx for helping me learn commands, I’m a command noob😅

    @GoldenRose.5467@GoldenRose.54673 ай бұрын
  • How do you make arrows explode?

    @jessicahowell3776@jessicahowell37768 ай бұрын
  • I finally saw someone that is real after all these years :D great job!

    @diffrentcoloredeyes@diffrentcoloredeyes Жыл бұрын
  • Great video (: remember me when your famous

    @harrybo5@harrybo510 ай бұрын
  • 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

    @aedyngillion9457@aedyngillion9457Ай бұрын
  • Despite being on switch and not Java, I made the timber and snowball command

    @Butter-Film@Butter-Film2 ай бұрын
  • 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

    @JetDragon5@JetDragon55 ай бұрын
  • i subed for sure but question how to make my fist hit every mob and they get struck by lightning

    @akaliimaene2103@akaliimaene2103Ай бұрын
    • execute as @e[nbt={HurtTime:1s}] run summon lightning

      @kreepykreeper5000@kreepykreeper500026 күн бұрын
  • The timber effect was genius

    @Idostuffsometimes@Idostuffsometimes7 ай бұрын
  • this is so useful

    @galacticgames9444@galacticgames9444 Жыл бұрын
  • cool video. how to do the comment of the fire hand for only on player

    @DoDoV12@DoDoV127 ай бұрын
  • hello folks, well there's a drawback in the exploding snowball, the ball will only blast if you throw it on the ground (over Y) and won't work if you throw it horizontally

    @susorange6893@susorange6893 Жыл бұрын
  • The Fire Aspect and Knockback fists are really cool but is there any way to make it so only specific players can do those things?

    @shadyguy9779@shadyguy977911 ай бұрын
    • same. i'm replying so that I get a notification when this gets answered

      @kreepykreeper5000@kreepykreeper500026 күн бұрын
  • Can you make that if the tnt named "Pipebomb" with time bomb command work?

    @jsabasakapa@jsabasakapa11 ай бұрын
  • Please cna u do the fire aspect one again but for bedrock? If so ty

    @KamTVs@KamTVs11 ай бұрын
  • 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

    @S70FOOTBALL@S70FOOTBALL5 ай бұрын
  • For my bedrock players i got you for the exploding snowballs it comes as tnt and takes time just replace tnt with ender_crystals

    @mandibuzz_OP@mandibuzz_OP11 ай бұрын
    • wwow thats actually a smart solution i dont play bedrock but it would work in theory

      @The_Commandblock@The_Commandblock11 ай бұрын
  • I just download this video to my download!

    @aliungaliung3285@aliungaliung32857 ай бұрын
KZhead