Advertisement
Guest User

PrisonProfessional enchantments.yml

a guest
Nov 1st, 2016
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. PrisonProfessional enchantments.yml
  2.  
  3. ##############################
  4. # Enchantments Configuration #
  5. ##############################
  6. # This file will let you customize custom enchantments
  7. # There will be enchantment signs
  8. enchantment-signs: true
  9. ####################
  10. # Block Experience #
  11. ####################
  12. # There will be a BlockExperience enchantment
  13. block-experience-enchantment: true
  14. # There will be BlockExperience without the need of the enchantment
  15. block-experience-whole: true
  16. # The name of the lore enchantment, do not put the level here or a space, just the base name
  17. block-experience-name: '&7BlockExperience'
  18. # The EXP multiplier for each level of BlockExperience
  19. block-experience-multipliers:
  20. level-1: 1.5
  21. level-2: 2.0
  22. level-3: 2.5
  23. level-4: 3.0
  24. level-5: 5.0
  25. # The base amount of EXP earned for each block
  26. block-experience-blocks:
  27. '3:0': 5
  28. '2:0': 7
  29. '4:0': 10
  30. '1:0': 14
  31. '263:0': 20
  32. '15:0': 25
  33. '14:0': 40
  34. '73:0': 35
  35. '21:0': 30
  36. '56:0': 50
  37. '129:0': 70
  38. '173:0': 30
  39. '42:0': 35
  40. '41:0': 50
  41. '152:0': 45
  42. '22:0': 40
  43. '57:0': 60
  44. '133:0': 70
  45. '49:0': 100
  46. '138:0': 150
  47. # The base amount of EXP earned for other blocks not listed above
  48. block-experience-blocks-other: 2
  49. # The blocks that will not earn any EXP
  50. block-experience-blacklist:
  51. - '35:0'
  52. ########
  53. # Tier #
  54. ########
  55. # There will be a Tier enchantment
  56. tier-enchantment: true
  57. # The name of the lore enchantment, do not put the level here or a space, just the base name
  58. tier-name: '&7Tier'
  59. # The materials that will be upgraded to materials when mined
  60. tier-materials-upgrade:
  61. '263:0': '265:0'
  62. '15:0': '266:0'
  63. '14:0': '331:0'
  64. '331:0': '351:4'
  65. '351:4': '264:0'
  66. '264:0': '388:0'
  67. '388:0': '173:0'
  68. '173:0': '42:0'
  69. '42:0': '41:0'
  70. '41:0': '152:0'
  71. '152:0': '22:0'
  72. '22:0': '57:0'
  73. '57:0': '133:0'
  74. '133:0': '49:0'
  75. #############
  76. # AutoSmelt #
  77. #############
  78. # There will be an AutoSmelt enchantment
  79. auto-smelt-enchantment: false
  80. # The name of the lore enchantment, do not put the level here or a space, just the base name
  81. auto-smelt-name: '&7AutoSmelt'
  82. #################
  83. # AutoInventory #
  84. #################
  85. # There will be an AutoInventory enchantment
  86. autoinventory-enchantment: false
  87. # The name of the lore enchantment, do not put the level here or a space, just the base name
  88. auto-inventory-name: '&7AutoInventory'
  89. #################
  90. # FortuneBlocks #
  91. #################
  92. # There will be a FortuneBlocks enchantment
  93. fortuneblocks-enchantment: false
  94. # The name of the lore enchantment, do not put the level here or a space, just the base name
  95. fortune-blocks-name: '&7FortuneBlocks'
  96. ############
  97. # Infinity #
  98. ############
  99. # There will be an Infinity enchantment
  100. infinity-enchantment: true
  101. # The name of the lore enchantment, do not put the level here or a space, just the base name
  102. infinity-name: '&7Infinity'
  103. ###########
  104. # InvHack #
  105. ###########
  106. # There will be an InvHack enchantment
  107. invhack-enchantment: true
  108. # The name of the lore enchantment, do not put the level here or a space, just the base name
  109. inv-hack-name: '&7InvHack'
  110. # The chance invhack will trigger, and the slots it will for each level
  111. invhack-chance-slots:
  112. level-1:
  113. chance: 5000
  114. slots: 5
  115. level-2:
  116. chance: 2500
  117. slots: 11
  118. level-3:
  119. chance: 1000
  120. slots: 17
  121. level-4:
  122. chance: 600
  123. slots: 28
  124. level-5:
  125. chance: 300
  126. slots: 36
  127. ########
  128. # Luck #
  129. ########
  130. # There will be a Luck enchantment
  131. luck-enchantment: true
  132. # The name of the lore enchantment, do not put the level here or a space, just the base name
  133. luck-name: '&7Luck'
  134. # The chance multiplier for each level of Luck
  135. luck-chance-level:
  136. 1: 0.5
  137. 2: 1.0
  138. 3: 2.5
  139. ############################
  140. # Custom Enchantments Menu #
  141. ############################
  142. # The cost of each enchantment and each level
  143. custom-enchantment-menu-costs:
  144. BlockExperience:
  145. level-1: 10
  146. level-2: 30
  147. level-3: 50
  148. level-4: 100
  149. level-5: 250
  150. Tier:
  151. level-1: 500
  152. AutoSmelt:
  153. level-1: 250
  154. AutoInventory:
  155. level-1: 100
  156. FortuneBlocks:
  157. level-1: 100
  158. Infinity:
  159. level-1: 250
  160. InvHack:
  161. level-1: 100
  162. level-2: 200
  163. level-3: 300
  164. level-4: 400
  165. level-5: 500
  166. Luck:
  167. level-1: 250
  168. level-2: 500
  169. level-3: 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement