Advertisement
dragnoz

easter bunny code

Mar 27th, 2016
817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. /execute @a[score_timer_min=1,score_timer=1] ~ ~ ~ /entitydata @e[type=Rabbit,r=100] {CustomName:"Bunny",RabbitType:2}
  2.  
  3. /execute @a[score_timer_min=2] ~ ~ ~ /entitydata @e[type=Rabbit,r=10] {RabbitType:99}
  4.  
  5. /scoreboard players remove @a[score_timer_min=1] timer 1
  6.  
  7. /scoreboard players set @a timer 3 {Inventory:[{tag:{display:{Name:"Bunny Egg"}}}]}
  8.  
  9. /execute @r[type=Rabbit,c=1] ~ ~ ~ /summon Item ~ ~ ~ {Item:{id:egg,Count:1,tag:{display:{Name:"Bunny Egg"}}}}
  10.  
  11. /scoreboard players reset bunny
  12.  
  13. /scoreboard players test bunny timer 500
  14.  
  15. /scoreboard players add bunny timer 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement