Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on damage of sheep:
- if player is attacker:
- if attacker is holding a sword:
- kill victim
- chance of 50%:
- send "<grey>IRON INGOT DROPPED" to attacker
- give attacker 1 iron ingot
- chance of 30%:
- send "<gold>GOLD INGOT DROPPED" to attacker
- give attacker 1 gold ingot
- chance of 10%:
- send "<cyan>DIAMOND DROPPED" to attacker
- give attacker 1 diamond
- chance of 10%:
- send "<black>--------------------------" to attacker
- send "<red>A SKELETON WARRIOR HAS SPAWNED!" to attacker
- send "<black>--------------------------" to attacker
- spawn a skeleton 50 meters above the attacker
- apply resistance 99 to the last spawned skeleton for 10 seconds
- apply slowness 2 to the last spawned skeleton for 99 days
- apply strength 2 to the last spawned skeleton for 99 days
- equip the last spawned skeleton with gold chestplate
- equip the last spawned skeleton with gold leggings
- equip the last spawned skeleton with gold boots
- equip the last spawned skeleton with player head
- set the last spawned skeleton's max health to 50
Advertisement
Add Comment
Please, Sign In to add comment