Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 KB | None | 0 0
  1. include-files:
  2. aliases:
  3. defaults:
  4. otherdrops:
  5. STONE:
  6. # ----------------------- DIAMENT -------------------------------#
  7. - drop: DIAMOND
  8. tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
  9. chance: 0.5
  10. quantity: 1
  11. message: "&6[Drop] &bWykopales Diament"
  12. - drop: DIAMOND
  13. tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
  14. chance: 0.7
  15. quantity: 1
  16. message: "&6[Drop] &bWykopales Diament, Szybciej dzięki Fortunie 1!"
  17. - drop: DIAMOND
  18. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
  19. chance: 0.9
  20. quantity: 1
  21. message: "Wydropiłeś Diaxa! Szybciej dzięki Fortunie 2!"
  22. - drop: DIAMOND
  23. tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
  24. chance: 100
  25. quantity: 1
  26. message: "Wydropiłeś Diaxa! Szybciej dzięki Fortunie 3!"
  27. # ----------------------- Zelazo -------------------------------#
  28. - drop: iron_ore
  29. tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
  30. chance: 1.7
  31. quantity: 1
  32. message: "&6[Drop] &fWykopales Żelazo"
  33. - drop: iron_ore
  34. tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS#1, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
  35. chance: 1.9
  36. quantity: 1
  37. message: "&6[Drop] &fWykopales Żelazo Szybciej dzięki Fortunie 1!"
  38. - drop: iron_ore
  39. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
  40. chance: 2.1
  41. quantity: 1
  42. message: "Wydropiłeś Żelazo! Szybciej dzięki Fortunie 2!"
  43. - drop: iron_ore
  44. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
  45. chance: 2.3
  46. quantity: 1
  47. message: "Wydropiłeś Żelazo! Szybciej dzięki Fortunie 3!"
  48. # ----------------------- Zloto -------------------------------#
  49. - drop: gold_ore
  50. tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
  51. chance: 0.6
  52. message: "&6[Drop] &eWykopales Złoto"
  53. quantity: 1
  54. - drop: gold_ore
  55. tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
  56. chance: 0.8
  57. quantity: 1
  58. message: "&6[Drop] &eWykopales Złoto, Szybciej dzięki Fortunie 1!"
  59. - drop: gold_ore
  60. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
  61. chance: 1
  62. quantity: 1
  63. message: "Wydropiłeś Złoto! Szybciej dzięki Fortunie 2!"
  64. - drop: gold_ore
  65. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
  66. chance: 1.2
  67. quantity: 1
  68. message: "Wydropiłeś Złoto! Szybciej dzięki Fortunie 3!"
  69.  
  70. # ----------------------- Redstone -------------------------------#
  71. - drop: redstone
  72. tool: [ANY_PICKAXE]
  73. chance: 1
  74. quantity: 1
  75. message: "&6[Drop] &cWykopales Redstone"
  76. - drop: redstone
  77. tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
  78. chance: 1.2
  79. quantity: 1
  80. message: "&6[Drop] &cWykopales Redstone, Szybciej dzięki Fortunie 1!"
  81. - drop: redstone
  82. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
  83. chance: 1.4
  84. quantity: 1
  85. message: "Wydropiłeś Redstone! Szybciej dzięki Fortunie 2!"
  86. - drop: redstone
  87. tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
  88. chance: 1.6
  89. quantity: 1
  90. message: "Wydropiłeś Redstone! Szybciej dzięki Fortunie 3!"
  91. # ----------------------- Emerald -------------------------------#
  92. - drop: emerald
  93. tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
  94. chance: 0.4
  95. quantity: 1
  96. message: "&6[Drop] &aWykopales Emerald"
  97. - drop: emerald
  98. tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
  99. chance: 0.6
  100. quantity: 1
  101. message: "&6[Drop] &aWykopales Emerald, Szybciej dzięki Fortunie 1!"
  102. - drop: emerald
  103. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
  104. chance: 0.8
  105. quantity: 1
  106. message: "Wydropiłeś Emerald! Szybciej dzięki Fortunie 2!"
  107. - drop: emerald
  108. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
  109. chance: 1
  110. quantity: 1
  111. message: "Wydropiłeś Emerald! Szybciej dzięki Fortunie 3!"
  112. # ----------------------- Wegiel -------------------------------#
  113. - drop: COAL
  114. tool: [ANY_PICKAXE]
  115. chance: 5
  116. quantity: 1
  117. - drop: COAL
  118. tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS#1, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
  119. chance: 5.2
  120. quantity: 1
  121. message: "Wydropiłeś Węgiel! Szybciej dzięki Fortunie 1!"
  122. - drop: COAL
  123. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
  124. chance: 5.4
  125. quantity: 1
  126. message: "Wydropiłeś Węgiel! Szybciej dzięki Fortunie 2!"
  127. - drop: COAL
  128. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
  129. chance: 5.6
  130. quantity: 1
  131. message: "Wydropiłeś Węgiel! Szybciej dzięki Fortunie 3!"
  132. # ----------------------- Lapis -------------------------------#
  133. - drop: lapis_lazuli
  134. tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
  135. chance: 0.7
  136. quantity: 1
  137. message: "&6[Drop] &1Wykopales Lapis"
  138. - drop: lapis_lazuli
  139. tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
  140. chance: 0.9
  141. quantity: 1
  142. message: "&6[Drop] &1Wykopales Lapis, Szybciej dzięki Fortunie 1!"
  143. - drop: lapis_lazuli
  144. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
  145. chance: 1.1
  146. quantity: 1
  147. message: "Wydropiłeś Lapis! Szybciej dzięki Fortunie 2!"
  148. - drop: lapis_lazuli
  149. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
  150. chance: 100
  151. quantity: 1-4
  152. message: "Wydropiłeś Lapis! Szybciej dzięki Fortunie 3!"
  153. # ----------------------- Ender Perla -------------------------------#
  154. - drop: ender_pearl
  155. tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
  156. chance: 0.1
  157. quantity: 1
  158. message: "&6[Drop] &2Wykopales &5Ender Perłę"
  159. - drop: ender_pearl
  160. tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
  161. chance: 0.3
  162. quantity: 1
  163. message: "&6[Drop] &2Wykopales &5Ender Perłę, Szybciej dzięki Fortunie 1!"
  164. - drop: ender_pearl
  165. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
  166. chance: 0.5
  167. quantity: 1
  168. message: "Wydropiłeś Perełke! Szybciej dzięki Fortunie 2!"
  169. - drop: ender_pearl
  170. tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
  171. chance: 0.5
  172. quantity: 1
  173. message: "Wydropiłeś Perełke! Szybciej dzięki Fortunie 3!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement