5 Cool Tricks with ONE Command!

688,447
0
Published 2022-09-18
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!
twitter.com/blockerlocker

Check out ‪@Daft_Craft‬ for Minecraft facts!

Join my Community Discord!
discord.gg/EBEBtBVKCK

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

All Comments (21)
  • 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! EDIT: I'd also like to point out that due to SIGNIFICANT changes to commands in recent versions of the game, many of these commands no longer work.
  • 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
  • @ZbotZero
    "Minecraft but" Creators: WRITE THAT DOWN, WRITE THAT DOWWWN!!!!
  • @mioxie8276
    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
  • 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
  • @frogger2920
    Your editing is amazing! I love your videos!
  • @zebchicken
    amazing quality, funny and super underrated. videos like these make me so happy knowing the creators will go really far :)
  • I am quite an experienced command-blocker myself, and the way you did the timber effect was very smart! Good job!
  • @zepharephic5381
    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
  • @DeathStar3887
    Dude this is gonna be so OP :D Thanks for the Tutorial :)
  • @SieB-8
    This is really cool! Thanks for teaching this!
  • @jasonshih3633
    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
  • @uriel5692
    Yoooooo,loved your commands,thats why i subscribe to ya
  • @prince123h
    Your video is amazing good job and thank you for commands!
  • @AubiNation
    Fantastic video. Very simple explanations. Great flow. Excellent editing.
  • @asirya9265
    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!
  • 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