Advertisement
kama6012

drop

Aug 24th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. on damage:
  2. wait 1 tick
  3. victim is dead
  4. if victim's name contains "skyblockから来た羊":
  5. chance of 100%:
  6. give {mobdrop::sheep::1} to attacker
  7. chance of 50%:
  8. give {mobdrop::sheep::2} to attacker
  9. if victim's name contains "改造村人":
  10. chance of 80%:
  11. give {mobdrop::villager::1} to attacker
  12. chance of 50%:
  13. give {mobdrop::villager::2} to attacker
  14.  
  15. command /setdrop <text> <number>:
  16. permission: "admin"
  17. trigger:
  18. set {mobdrop::%arg 1%::%arg 2%} to player's tool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement