Itsyuumello

Untitled

Aug 24th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. #Configuration for the chest item ratios
  2. #this system works by levels. Level 1 aka lvl1
  3. #is the most common stuff whereas lvl16 is the least
  4. #common. You can set what will spawn at each level below.
  5. #The ratio setting determines how likely the next level is
  6. #to spawn in. a ratio of 2 means that it is twice as unlikely
  7. #for the next level to spawn in.
  8. ##FORMAT
  9. # <itemid>,<max amount per slot>[,<DV>[,<enchantment>:<level> ...[,<name>]]]
  10. # diamond_sword,1
  11. # 236,1
  12. # diamond_sword,1,0,sharpness:5 knockback:2,Excalibur
  13. # Lapis Lazuli
  14. # 351,1,4
  15. #
  16.  
  17. #DONT TOUCH THIS
  18. version: 0
  19.  
  20. # min = minimum number of items to put into chest
  21. # max = maximum number of items to put into chest
  22. # maxincrease = maximum number of levels to go up (based on 1/ratio chace of going up)
  23.  
  24. chest:
  25. ratio: 10
  26. min: 4
  27. max: 8
  28. maxincrease: 5
  29. lvl1:
  30. - bow,1,0,power:1
  31. - 373:8193
  32. - 384,3
  33. - 272,1
  34. - 275,1
  35. - 261,1
  36. - 262,1
  37. - 260,5
  38. - 397,3
  39. - 346,1
  40. - 302,1
  41. - 303,1
  42. - 304,1
  43. - 305,1
  44. - 322,1
  45. - 371,1
  46. - 316,1
  47. - 314,1
  48. - 315,1
  49. - 317,1
  50. - 306,1
  51. - 307,1
  52. - 308,1
  53. - 309,1
  54. - 345,1
  55. - 344,4
  56. - 332,8
  57. lvl2:
  58. - bow,1,0,power:2
  59. - 373:8193
  60. - 384,5
  61. - 267,1
  62. - 272,1
  63. - 275,1
  64. - 261,1
  65. - 262,1
  66. - 260,5
  67. - 397,3
  68. - 346,1
  69. - 302,1
  70. - 303,1
  71. - 304,1
  72. - 305,1
  73. - 322,1
  74. - 371,1
  75. - 316,1
  76. - 314,1
  77. - 315,1
  78. - 317,1
  79. - 306,1
  80. - 307,1
  81. - 308,1
  82. - 309,1
  83. - 345,1
  84. - 344,8
  85. - 332,10
  86. - 368,1
  87. - 310,1
  88. lvl3:
  89. - bow,1,0,power:3
  90. - 373:8193
  91. - 384,10
  92. - 267,1
  93. - 258,1
  94. - 272,1
  95. - 275,1
  96. - 261,1
  97. - 262,1
  98. - 260,5
  99. - 397,3
  100. - 346,1
  101. - 302,1
  102. - 303,1
  103. - 304,1
  104. - 305,1
  105. - 322,1
  106. - 371,1
  107. - 316,1
  108. - 314,1
  109. - 315,1
  110. - 317,1
  111. - 306,1
  112. - 307,1
  113. - 308,1
  114. - 309,1
  115. - 345,1
  116. - 344,10
  117. - 332,16
  118. - 368,2
  119. - 310,1
  120. - 311,1
  121. lvl4:
  122. - bow,1,0,power:4
  123. - 373:8193
  124. - 384,16
  125. - 279,1
  126. - 272,1
  127. - 275,1
  128. - 261,1
  129. - 262,1
  130. - 260,5
  131. - 397,3
  132. - 346,1
  133. - 302,1
  134. - 303,1
  135. - 304,1
  136. - 305,1
  137. - 322,1
  138. - 371,1
  139. - 316,1
  140. - 314,1
  141. - 315,1
  142. - 317,1
  143. - 306,1
  144. - 307,1
  145. - 308,1
  146. - 309,1
  147. - 345,1
  148. - 344,16
  149. - 332,16
  150. - 368,3
  151. - 310,1
  152. - 311,1
  153. - 312,1
  154. lvl5:
  155. - bow,1,0,power:5
  156. - 373:8193
  157. - 384,32
  158. - 276,1
  159. - 279,1
  160. - 272,1
  161. - 275,1
  162. - 261,1
  163. - 262,1
  164. - 260,5
  165. - 397,3
  166. - 346,1
  167. - 302,1
  168. - 303,1
  169. - 304,1
  170. - 305,1
  171. - 322,1
  172. - 371,1
  173. - 316,1
  174. - 314,1
  175. - 315,1
  176. - 317,1
  177. - 306,1
  178. - 307,1
  179. - 308,1
  180. - 309,1
  181. - 345,1
  182. - 344,16
  183. - 332,16
  184. - 368,3
  185. - 310,1
  186. - 311,1
  187. - 312,1
  188. - 313,1
Add Comment
Please, Sign In to add comment