Advertisement
heckr2

Untitled

Feb 23rd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # ==================================================================================================================== #
  2. # This plugin works off the EntityType enum, so all valid mobs for custom mob drops can be found here:
  3. # https://goo.gl/dzwI5Q
  4. CustomDrops:
  5. VILLAGER:
  6. EXP: 0
  7. '1':
  8. type: EMERALD
  9. amount:
  10. min: 1
  11. max: 3
  12. chance: 100.0
  13. SILVERFISH:
  14. EXP: 5
  15. '1':
  16. type: DIAMOND
  17. amount:
  18. min: 1
  19. max: 3
  20. chance: 100.0
  21. BLAZE:
  22. EXP: 5
  23. '1':
  24. type: BLAZE_ROD
  25. amount:
  26. min: 1
  27. max: 1
  28. chance: 40.0
  29. SKELETON:
  30. '1':
  31. type: COAL
  32. amount:
  33. min: 1
  34. max: 1
  35. chance: 100.0
  36. CREEPER:
  37. '1':
  38. type: TNT
  39. amount:
  40. min: 1
  41. max: 1
  42. chance: 100.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement