Advertisement
BlueCommander

1.11 Test Commands!

Nov 14th, 2016
574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. llama Spit Particles! :
  2. Attach To A Redstone Clock / Circuit : /execute @a ~ ~ ~ /summon minecraft:llama_spit ~ ~3 ~
  3.  
  4. Better Totem Of Undying! :
  5. Do Command Once ( In Chat ) : /scoreboard objectives add Totem stat.useItem.minecraft.totem
  6. In A Repeating Command Block : /execute @a[score_Test_min=1] ~ ~ ~ /particle hugeexplosion ~ ~1 ~ 1 1 1 0.001 10 force
  7. In A Chain Command Block After The Previous One : /scoreboard players reset @a Test
  8.  
  9. Vex Particles! :
  10. In A Repeating Command Block: /execute @e[type=minecraft:vex] ~ ~ ~ /particle flame ~ ~1 ~ 0.1 0.1 0.1 0.001 10 force
  11. In A Chain Command Block After The Previous One : /effect @e[type=minecraft:vex] minecraft:invisibility 3 3 true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement