Guest User

PrisonProfessional gift.yml

a guest
Mar 27th, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. PrisonProfessional gift.yml
  2.  
  3. ######################
  4. # Gift Configuration #
  5. ######################
  6. # This configuration file will let you configure the gifts
  7. # There will be the daily gift
  8. daily-gift: true
  9. # There will be the weekly gift
  10. weekly-gift: true
  11. # There will be the monthly gift
  12. monthly-gift: true
  13. # The content of the daily gift, with chances for them
  14. daily-gift-content:
  15. items:
  16. '278:0':
  17. chance: 5
  18. amount: 1
  19. name: '&aDaily Gift Pickaxe'
  20. enchantments:
  21. EFFICIENCY: 100
  22. UNBREAKING: 100
  23. FORTUNE: 10
  24. lores:
  25. - '&7Obtained from the daily gift'
  26. '276:0':
  27. chance: 5
  28. amount: 1
  29. name: '&aDaily Gift Sword'
  30. enchantments:
  31. SHARPNESS: 3
  32. UNBREAKING: 5
  33. FIRE_ASPECT: 1
  34. lores:
  35. - '&7Obtained from the daily gift'
  36. '322:1':
  37. chance: 2
  38. amount: 1
  39. name: ''
  40. enchantments:
  41. lores:
  42. commands:
  43. 2:
  44. - 't give %PLAYER% 5'
  45. 5:
  46. - 't give %PLAYER% 10'
  47. 10:
  48. - 't give %PLAYER% 25'
  49. # The content of the weekly gift, with chances for them
  50. weekly-gift-content:
  51. items:
  52. '278:0':
  53. chance: 5
  54. amount: 1
  55. name: '&bWeekly Gift Pickaxe'
  56. enchantments:
  57. EFFICIENCY: 250
  58. UNBREAKING: 250
  59. FORTUNE: 17
  60. lores:
  61. - '&7Obtained from the weekly gift'
  62. '276:0':
  63. chance: 5
  64. amount: 1
  65. name: '&bWeekly Gift Sword'
  66. enchantments:
  67. SHARPNESS: 5
  68. UNBREAKING: 10
  69. FIRE_ASPECT: 2
  70. LOOT_BONUS_MOBS: 3
  71. lores:
  72. - '&7Obtained from the weekly gift'
  73. '322:1':
  74. chance: 2
  75. amount: 3
  76. name: ''
  77. enchantments:
  78. lores:
  79. commands:
  80. 2:
  81. - 't give %PLAYER% 10'
  82. 5:
  83. - 't give %PLAYER% 20'
  84. 10:
  85. - 't give %PLAYER% 30'
  86. # The content of the weekly gift, with chances for them
  87. monthly-gift-content:
  88. items:
  89. '278:0':
  90. chance: 5
  91. amount: 1
  92. name: '&cMonthly Gift Pickaxe'
  93. enchantments:
  94. EFFICIENCY: 500
  95. UNBREAKING: 500
  96. FORTUNE: 25
  97. lores:
  98. - '&7Obtained from the monthly gift'
  99. '276:0':
  100. chance: 5
  101. amount: 1
  102. name: '&cMonthly Gift Sword'
  103. enchantments:
  104. SHARPNESS: 6
  105. UNBREAKING: 15
  106. FIRE_ASPECT: 3
  107. LOOT_BONUS_MOBS: 5
  108. lores:
  109. - '&7Obtained from the monthly gift'
  110. '322:1':
  111. chance: 2
  112. amount: 10
  113. name: ''
  114. enchantments:
  115. lores:
  116. commands:
  117. 2:
  118. - 't give %PLAYER% 20'
  119. 5:
  120. - 't give %PLAYER% 30'
  121. 10:
  122. - 't give %PLAYER% 50'
Add Comment
Please, Sign In to add comment