Minecraft Maps / Redstone Device

Exploding Arrows | Command Block Tutorial

  • 1,668 views, 1 today
  • 2
  • 1
FunkyMunkey's Avatar FunkyMunkey
Level 35 : Artisan Taco
10
Hello PMC!!!
Today I have for you: Exploding Arrows!
So to get started, set up a line of command blocks in this order:
| REPEATING UNCONDITIONAL ALWAYS ACTIVE | CHAIN UNCONDINTINAL ALWAYS ACTIVE |
CHAIN UNCONDINTINAL ALWAYS ACTIVE | CHAIN UNCONDINTINAL ALWAYS ACTIVE |

OK, once that is done, you wanna type this command into chat:
Chat Command
/scoreboard objectives add inGround dummy inGround
After that, paste this command into the repeating command block.
Command 1
/execute @e[type=Arrow] ~ ~ ~ scoreboard players set @e[c=1,r=0,type=Arrow] inGround 1 {inGround:1b}
Next, paste this command into the 1st chain command block.
Command 2
/execute @e[type=Arrow] ~ ~ ~ particle lava ~ ~ ~ .5 .5 .5 .5 30 .5
Note: The Particle effect is COMPLETELY customizable. You can change it to a different type of particle, or increase the "density" of the particle by changing the number 30 to whichever number you want.

In a similar way, paste this command into the 2nd chain command block.
Command 3
/execute @e[type=Arrow,score_inGround_min=1] ~ ~ ~ summon PrimedTnt ~ ~1 ~ {Fuse:0}
Lastly, paste this command into the last chain command block.
Command 4
/kill @e[type=Arrow,score_inGround_min=1]
Just like that, you are done!!! Now every regular arrow that you shoot will be TNT arrows. This will not affect spectral or potion arrows.

Be sure to subscribe, leave a diamond or even favorite if you liked this project. Stay tuned!
Progress100% complete
Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome