Advertisement
TheDiamond06

PrisonProfessional dropparty.yml

Mar 27th, 2016
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. PrisonProfessional dropparty.yml
  2.  
  3. ##############
  4. # Drop Party #
  5. ##############
  6. # This configuration lets you customize how the drop parties will work
  7. # The amount of time the drop parties will last in seconds
  8. drop-party-time: 60
  9. # The items and chances for the drop party
  10. drop-party-items:
  11. '278:0':
  12. chance: 750
  13. amount: 1
  14. name: '&bDrop&f-&bParty Pickaxe'
  15. enchantments:
  16. EFFICIENCY: 300
  17. UNBREAKING: 300
  18. FORTUNE: 50
  19. lores:
  20. - '&7Obtained from the drop party'
  21. '276:0':
  22. chance: 1000
  23. amount: 1
  24. name: '&bDrop&f-&bParty Sword'
  25. enchantments:
  26. UNBREAKING: 100
  27. SHARPNESS: 10
  28. FIRE_ASPECT: 2
  29. lores:
  30. - '&7Obtained from the drop party'
  31. '57:0':
  32. chance: 5
  33. amount: 16
  34. name:
  35. enchantments:
  36. lores:
  37. '133:0':
  38. chance: 5
  39. amount: 16
  40. name:
  41. enchantments:
  42. lores:
  43. # The commands and chances for the drop party
  44. drop-party-commands:
  45. 20:
  46. - 'token give %PLAYER% 5'
  47. 25:
  48. - 'crates give %PLAYER% common'
  49. 50:
  50. - 'crates give %PLAYER% uncommon'
  51. 500:
  52. - 'crates give %PLAYER% rare'
  53. 2500:
  54. - 'crates give %PLAYER% ultrarare'
  55. 10000:
  56. - 'crates give %PLAYER% legendary'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement