Guest User

Untitled

a guest
Mar 12th, 2014
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. on damage of sheep:
  2. if player is attacker:
  3. if attacker is holding a sword:
  4. kill victim
  5. chance of 50%:
  6. send "<grey>IRON INGOT DROPPED" to attacker
  7. give attacker 1 iron ingot
  8. chance of 30%:
  9. send "<gold>GOLD INGOT DROPPED" to attacker
  10. give attacker 1 gold ingot
  11. chance of 10%:
  12. send "<cyan>DIAMOND DROPPED" to attacker
  13. give attacker 1 diamond
  14. chance of 10%:
  15. send "<black>--------------------------" to attacker
  16. send "<red>A SKELETON WARRIOR HAS SPAWNED!" to attacker
  17. send "<black>--------------------------" to attacker
  18. spawn a skeleton 50 meters above the attacker
  19. apply resistance 99 to the last spawned skeleton for 10 seconds
  20. apply slowness 2 to the last spawned skeleton for 99 days
  21. apply strength 2 to the last spawned skeleton for 99 days
  22. equip the last spawned skeleton with gold chestplate
  23. equip the last spawned skeleton with gold leggings
  24. equip the last spawned skeleton with gold boots
  25. equip the last spawned skeleton with player head
  26. set the last spawned skeleton's max health to 50
Advertisement
Add Comment
Please, Sign In to add comment