Advertisement
MasInYoFace

Trifecta #3

Feb 17th, 2014
665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Stick:
  2. give @p stick 1 1 {AttributeModifiers:[{Operation:0,UUIDLeast:5,UUIDMost:5,Amount:3.0,AttributeName:generic.movementSpeed,Name:follow}],display:{Name:"Fast!"}}
  3.  
  4. Pig:
  5. /testfor @e[type=Pig] {HealF:10f}
  6. /particle heart ~ ~ ~ 1 1 1 .05 10 @e[type=Pig]
  7.  
  8. Arrow Storm:
  9. give @p snowball 1 5 {display:{Name:"Arrow Storm"},ench:[0:{id:15}]}
  10. testfor @p {Inventory:[{tag:{display:{Name:"Arrow Storm"}}}]}
  11. /execute @e[type=Snowball] ~ ~1 ~ summon Arrow ~ ~1 ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement