Advertisement
dragnoz

Configurable Arrows Minecraft 1.9

Mar 15th, 2016
870
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. execute @e[name=arrow] ~ ~ ~ execute @e[type=Item,r=1] ~ ~ ~ /particle spell ~ ~1 ~ 0 1 0 0.001 1 force
  2.  
  3. scoreboard players tag @e add flame {Potion:"minecraft:long_fire_resistance",inGround:1b}
  4. scoreboard players tag @e add airflame {Potion:"minecraft:long_fire_resistance",inGround:0b}
  5. execute @e[tag=airflame] ~ ~ ~ /particle flame ~ ~ ~ 0 0 0 0.01 10 force
  6. execute @e[tag=flame] ~ ~ ~ setblock ~ ~ ~ fire
  7. kill @e[tag=flame]
  8.  
  9. scoreboard players tag @e add water {Potion:"minecraft:water",inGround:1b}
  10. scoreboard players tag @e add waterflying {Potion:"minecraft:water",inGround:0b}
  11. execute @e[tag=waterflying] ~ ~ ~ /particle splash ~ ~ ~ 0 0 0 0.01 100 force
  12. execute @e[tag=water] ~ ~ ~ fill ~2 ~2 ~2 ~-2 ~-2 ~-2 air 0 replace fire
  13. execute @e[tag=water] ~ ~ ~ /particle splash ~ ~ ~ 0.5 0.5 0.5 0.01 10000 force
  14. kill @e[tag=water]
  15.  
  16. id:"minecraft:spectral_arrow"
  17. Potion:"minecraft:strength
  18. Potion:"minecraft:long_strength"
  19. Potion:"minecraft:mundane"
  20. Potion:"minecraft:thick"
  21. Potion:"minecraft:awkward"
  22. Potion:"minecraft:night_vision"
  23. Potion:"minecraft:long_night_vision"
  24. Potion:"minecraft:strength"
  25. Potion:"minecraft:long_strength"
  26. Potion:"minecraft:strong_strength"
  27. Potion:"minecraft:strong_regeneration
  28. Potion:"minecraft:long_weakness
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement