Advertisement
FrostedWeFall

Custom Death Drops

Jan 7th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. #CustomMobDrops Skript - VipFTW Fri/Oct/28/2016
  2. #Have any skript ideas? post it on my spigot page, ill be more then happy to do it free. I do public and privet scripts too.
  3.  
  4. #Enemy Mobs
  5. on death of zombie:
  6. if chance of 50%:
  7. drop 5 diamond at victim
  8. on death of creeper:
  9. if chance of 50%:
  10. drop 5 diamond at victim
  11. on death of Blaze:
  12. if chance of 50%:
  13. drop 6 blaze powder at victim
  14. on death of CaveSpider:
  15. if chance of 50%:
  16. drop 1 potion of poison at victim
  17. on death of enderman:
  18. if chance of 50%:
  19. drop 1 potion of invisibility at victim
  20. on death of SilverFish:
  21. if chance of 50%:
  22. drop 1 fire charge at victim
  23. on death of Skeleton:
  24. if chance of 50%:
  25. drop 2 string at victim
  26. on death of Slime:
  27. if chance of 50%:
  28. drop 1 potion of slowness at victim
  29. on death of Spider:
  30. if chance of 50%:
  31. drop 1 sugar at victim
  32. on death of Witch:
  33. if chance of 50%:
  34. drop 1 potion of healing at victim
  35. on death of Wither:
  36. if chance of 50%:
  37. drop 5 nether wart at victim
  38. on death of Zombie Pigmen:
  39. if chance of 50%:
  40. drop 1 potion of fire resistance at victim
  41.  
  42. #Friendly Mobs
  43.  
  44. on death of Chicken:
  45. if chance of 50%:
  46. drop 2 cooked chicken at victim
  47. on death of Cow:
  48. if chance of 50%:
  49. drop 2 cooked beef at victim
  50. on death of Horse:
  51. if chance of 50%:
  52. drop 2 feathers at victim
  53. on death of Mooshroom:
  54. if chance of 50%:
  55. drop 2 cooked beef at victim
  56. on death of Ocelot:
  57. if chance of 50%:
  58. drop 2 cooked fish at victim
  59. on death of Pig:
  60. if chance of 50%:
  61. drop 2 cooked pork at victim
  62. on death of sheep:
  63. if chance of 50%:
  64. drop 2 snowball at victim
  65. on death of SnowGolem:
  66. if chance of 50%:
  67. drop 2 red rose at victim
  68. on death of Squid:
  69. if chance of 50%:
  70. drop 2 black wool at victim
  71. on death of Villager:
  72. if chance of 50%:
  73. drop 2 book at victim
  74. on death of Wolf:
  75. if chance of 50%:
  76. drop 2 bone at victim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement