Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # By: Afonso
- # Versão: 0.0.1
- # Servidor: ExpendableCraft
- # Nome: AChanceDropEC
- # Always If Fight
- on death:
- if attacker is player:
- if victim is blaze:
- chance of 50%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is caven spider:
- chance of 25%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is creeper:
- chance of 25%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is enderdragon:
- chance of 100%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is enderman:
- chance of 50%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is ghast:
- chance of 50%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is iron golem:
- chance of 25%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is magma cube:
- chance of 25%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is silverfish:
- chance of 25%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is witch:
- chance of 25%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is wither:
- chance of 100%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is wither skeleton:
- chance of 50%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is skeleton:
- chance of 10%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is wolf:
- chance of 1%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is zombie:
- chance of 10%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is zombie pigman:
- chance of 5%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is spider:
- chance of 10%:
- drop 5 poisonous potato at victim
- on death:
- if attacker is player:
- if victim is spider jockey:
- chance of 75%:
- drop 5 poisonous potato at victim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement