5 Easy Minecraft Commands to Impress Your Friends!

TheRedEngineer Guide 3 years ago

Description

In this video I'll show you 5 easy Minecraft commands you can add in your world to impress your friends. Learn how to make quicksand, jetpacks, pass-through walls, grappling hooks and explosive arrows in Minecraft!
▬▬▬▬▬▬▬▬▬▬▬▬▬
Commands updated for 1.21.4 (1st command goes on the bottom command block, second command on the one above and so on...)
● Quicksand ▽
execute as @a at @s if block ~ ~-2 ~ cobweb if block ~ ~-1 ~ suspicious_sand run tp @s ~ ~-.1 ~
execute as @a at @a if block ~ ~ ~ cobweb if block ~ ~1 ~ suspicious_sand run damage @s 1 minecraft:in_wall
execute as @a at @a if block ~ ~ ~ cobweb if block ~ ~1 ~ suspicious_sand run effect give @s minecraft:mining_fatigue 1 1 true

● Jetpack ▽
RUN ONLY ONCE:
scoreboard objectives add jetpack minecraft.custom:minecraft.sneak_time
COMMMAND BLOCK LINE:
effect give @a[scores={jetpack=1..},x_rotation=-90..80] levitation 1 8 true
effect give @a[scores={jetpack=1..},x_rotation=81..90] slow_falling 1 4 true
execute at @a[scores={jetpack=1..}] run playsound entity.wither.shoot master @a ~ ~ ~ .03 .85
scoreboard players reset @a[scores={jetpack=1..}] jetpack

● Pass-through glass ▽
RUN ONLY ONCE:
scoreboard objectives add sneak minecraft.custom:minecraft.sneak_time

COMMAND BLOCK LINE:
execute as @a[scores={sneak=1..}] at @s anchored feet if block ^ ^.6 ^.3 glass if block ^ ^1.6 ^.3 glass run tp @s ^ ^.01 ^.01
scoreboard players reset @a sneak

● Grappling Hook ▽
execute at @e[type=minecraft:fishing_bobber] unless block ~ ~-.5 ~ air at @p anchored feet if block ^ ^1 ^1 air run tp @p[nbt={SelectedItem:{id:"minecraft:fishing_rod",components:{"minecraft:custom_name":'"Grappling Hook"'}}}] ^ ^ ^1 facing entity @e[type=fishing_bobber,limit=1,sort=nearest]
execute at @a[nbt={SelectedItem:{id:"minecraft:fishing_rod",components:{"minecraft:custom_name":'"Grappling Hook"'}}}] if entity @e[type=minecraft:fishing_bobber,distance=..1] run tp @p ~ ~1 ~ facing ^ ^-1 ^1
execute at @p[nbt={SelectedItem:{id:"minecraft:fishing_rod",components:{"minecraft:custom_name":'"Grappling Hook"'}}}] run kill @e[type=fishing_bobber,distance=..1.1,sort=nearest,limit=1]
execute at @p[nbt={SelectedItem:{id:"minecraft:fishing_rod",components:{"minecraft:custom_name":'"Grappling Hook"'}}}] anchored feet unless block ^ ^1 ^1 air run kill @e[type=fishing_bobber,distance=..40,sort=nearest,limit=1]

● Explosive Arrows ▽
execute at @a[nbt={SelectedItem:{id:"minecraft:bow",components:{"minecraft:custom_name":'"Super Bow"'}}}] run tag @e[type=arrow,distance=..3] add ISSUPER
execute at @e[type=arrow,tag=ISSUPER,nbt={life:1s}] run summon tnt ~ ~ ~ {NoGravity:1b,Fuse:0}
kill @e[type=arrow,tag=ISSUPER,nbt={life:1s}]

▬▬▬▬▬▬▬▬▬▬▬▬▬
● Vlog Channel ▽
» youtube.com/@awesomeredeng

● Follow me on Twitter for more stuff ▽
» Twitter - https://twitter.com/TheRedEng
▬▬▬▬▬▬▬▬▬▬▬▬▬
● Submit your ideas
» http://www.theredengineer.com/idea-submissions-1.html
▬▬▬▬▬▬▬▬▬▬▬▬▬
🎶 Music courtesy of Epidemic Sound
All music used with permission from its creator.

0:00 Intro
0:19 Quicksand
3:21 Jetpack
5:34 Pass-Through Glass
7:50 Grappling Hook
10:26 Explosive Arrows
12:07 last words