Advertisement
TEKITOU-123

RB

Apr 29th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. on rightclick holding a enchanted book:
  2. if name of player's tool is "&0&lRabbit Bom":
  3. {%player%::c} is not set
  4. loop players in radius 14 around player:
  5. if loop-player is not player:
  6. add loop-player to {_p::*}
  7. loop {_p::*}:
  8. spawn a rabbit at player
  9. set name of last spawned rabbit to "&0&lBom"
  10. add last spawned rabbit to {_RB::*}
  11. apply potion of slow of tier 200 to last spawned rabbit for 999 days
  12. apply potion of jump boost of tier 127 to last spawned rabbit for 999 days
  13. push last spawned rabbit (direction from location of last spawned rabbit to location of loop-value) at speed (distance between location of loop-value and location of last spawned rabbit/8)
  14. push the last spawned rabbit upwards at speed 0.7
  15. wait 2 seconds
  16. loop {_RB::*}:
  17. make a safe explosion of force 3 at loop-value
  18. on drop:
  19. player do not have permission "skript.admin"
  20. cancel event
  21. on item spawn:
  22. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement