Advertisement
pycraft

Special Arrows

Nov 4th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. INIT:
  2. give @p minecraft:tipped_arrow{CustomPotionColor:16711680} 1
  3. REPEAT:
  4. execute at @e[type=minecraft:arrow,nbt={inGround:1b,Color:16711680}] run summon tnt ~ ~ ~
  5. execute as @e[type=minecraft:arrow,nbt={inGround:1b,Color:16711680}] run kill @s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement