This is reuploaded from JoshInklingStuffs, credit to other creators
#joshinkling #minecraft #minecraftcommand #minecraftcommands #minecraftcommandblock
Looking for some cool Minecraft command block tricks? In this video, we'll show you 5 awesome tricks to enhance your gameplay!
0:00 - Intro
0:08 - Experience XP Orb Bomb Grenade
0:34 - Color Concrete Bat Trick
1:17 - Ocean Drain
2:13 - Blue Ice Boat Track OP
2:32 - OP Cool Command (Snowball)
Commands:
Experience XP Orb Bomb Grenade
execute at @e[type=minecraft:experience_orb] run summon tnt ~ ~ ~
/gamerule commandblockoutput false
Color Concrete Bat Trick
(Repeat Command Block + Always Active)
execute at @e[name=lightblue] run summon falling_block ~ ~ ~ {BlockState:{Name:"light_blue_concrete"},NoGravity:1b,Time:1}
/gamerule commandBlockOutput false
Ocean Drain
Repeat (Always Active):
/execute at @e[type=snowball] run fill ~-15 ~-15 ~-15 ~15 ~15 ~15 air replace water
Chain (Always Active):
/execute at @e[type=snowball] run fill ~-15 ~-15 ~-15 ~15 ~15 ~15 air replace kelp
/execute at @e[type=snowball] run fill ~-15 ~-15 ~-15 ~15 ~15 ~15 air replace seagrass
/execute at @e[type=snowball] run fill ~-15 ~-15 ~-15 ~15 ~15 ~15 air replace tall_seagrass
also to make it not spam in the chat, type in chat /gamerule commandblockoutput false
Blue Ice Boat Track OP
/execute at @p run fill ~-5 ~-1 ~-5 ~5 ~-1 ~5 blue_ice
/gamerule commandblockoutput false
OP Cool Command (Snowball)
/execute at @e[type=snowball] run fill ~-15 ~-15 ~-15 ~16 ~16 ~16 air replace deepslate
/gamerule commandblockoutput false