Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. include-files:
  2. ##########
  3. # The plugin will scan through and load these files after loading the main config below.
  4. # Note: drops from included files will are inclusive and will all be added to the drop list.
  5. ##########
  6. # - includes/od-fix_undroppables.yml # fix glass, bookshelf, boat and stairs drops
  7. # - includes/od-goldtools-basic.yml # allow gold tools chance to get ice, glowstone and grass
  8. # - includes/od-goldtools-smelt.yml # gold-pickaxe smelts ores to ingots, sand to glass, etc
  9. # - includes/od-ore_extraction.yml # allow ores to be "extracted" - leaving behind the stone
  10. # - includes/od-leaf_overhaul.yml # overhaul leaf drops (apples, cocoa beans, leaves, sticks & a very small chance of golden apple)
  11. # - includes/od-playerdeath_zombie.yml # players drop zombies on death
  12. # - includes/od-undead_chaos.yml # the undead shall rise again! Includes players dropping zombies/skeletons
  13. # - includes/od-random_examples.yml # For crazy testing only :) Read through examples before activating.
  14. # - includes/od-dyewool.yml # Dye wool after placing!
  15. # - includes/od-stop_mob_farms.yml # Stop mob farming!
  16.  
  17. ## Other users overhauls
  18. # - includes/overhaul-catballs.yml # great example/playable config from Catballs (disable "ob" configs before using this one, otherwise you might have too many drops)
  19. # - includes/overhaul-zarius.yml # Zar's messy config (I run this with no other includes, at the moment)
  20.  
  21. ## Add your files here (alternatively just add your custom drops to the bottom of this file)
  22. # - my_custom_file1.yml
  23.  
  24.  
  25. aliases:
  26. ##########
  27. # add custom YAML aliases here (advanced customisation) - see the wiki for more information
  28.  
  29. defaults:
  30. ##########
  31. # add default values for the config below, "include-files" have their own "defaults" sections
  32.  
  33.  
  34. otherdrops:
  35. ##########
  36. # Your changes here, or create a new .yml file and include it above in the "include-files" section
  37. # Explore the included config files for many more examples
  38. #
  39. # If make a interesting or crazy config let me know on the forum and I might include it in the next release.
  40. #
  41. # Example:
  42. # GLASS:
  43. # - drop: GLASS
  44. #
  45. # - drop: MONEY
  46. # quantity: 3-15
  47. # message: You recycled the glass for %q dollars.
  48. cow:
  49. - chance: 16%
  50. command:
  51. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  52. - '/!$shards give %p 1'
  53. world: Mining
  54.  
  55. sheep:
  56. - chance: 16%
  57. command:
  58. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  59. - '/!$shards give %p 1'
  60. world: Mining
  61.  
  62. skeleton:
  63. - chance: 16%
  64. command:
  65. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  66. - '/!$shards give %p 1'
  67. world: Mining
  68.  
  69. rabbit:
  70. - chance: 16%
  71. command:
  72. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  73. - '/!$shards give %p 1'
  74. world: Mining
  75.  
  76. horse:
  77. - chance: 16%
  78. command:
  79. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  80. - '/!$shards give %p 1'
  81. world: Mining
  82.  
  83. cave_spider:
  84. - chance: 16%
  85. command:
  86. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  87. - '/!$shards give %p 1'
  88. world: Mining
  89.  
  90. spider:
  91. - chance: 16%
  92. command:
  93. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  94. - '/!$shards give %p 1'
  95. world: Mining
  96.  
  97. bat:
  98. - chance: 16%
  99. command:
  100. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  101. - '/!$shards give %p 1'
  102. world: Mining
  103.  
  104. zombie:
  105. - chance: 16%
  106. command:
  107. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  108. - '/!$shards give %p 1'
  109. world: Mining
  110.  
  111. creeper:
  112. - chance: 16%
  113. command:
  114. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  115. - '/!$shards give %p 1'
  116. world: Mining
  117.  
  118. pig:
  119. - chance: 16%
  120. command:
  121. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  122. - '/!$shards give %p 1'
  123. world: Mining
  124.  
  125. wolf:
  126. - chance: 16%
  127. command:
  128. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  129. - '/!$shards give %p 1'
  130. world: Mining
  131.  
  132. villager:
  133. - chance: 16%
  134. command:
  135. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  136. - '/!$shards give %p 1'
  137. world: Mining
  138.  
  139. squid:
  140. - chance: 16%
  141. command:
  142. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  143. - '/!$shards give %p 1'
  144. world: Mining
  145.  
  146. chicken:
  147. - chance: 16%
  148. command:
  149. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  150. - '/!$shards give %p 1'
  151. world: Mining
  152.  
  153.  
  154.  
  155. coal_ore:
  156. - chance: 5%
  157. command:
  158. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  159. - '/!$shards give %p 1'
  160. world: Mining
  161.  
  162. - chance: 100%
  163. command:
  164. - '/!$eco give %p 40'
  165. world: Mining
  166.  
  167. iron_ore:
  168. - chance: 10%
  169. command:
  170. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  171. - '/!$shards give %p 1'
  172. world: Mining
  173.  
  174. - chance: 100%
  175. command:
  176. - '/!$eco give %p 80'
  177. world: Mining
  178.  
  179. gold_ore:
  180. - chance: 15%
  181. command:
  182. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  183. - '/!$shards give %p 1'
  184. world: Mining
  185.  
  186. - chance: 100%
  187. command:
  188. - '/!$eco give %p 100'
  189. world: Mining
  190.  
  191. emerald_ore:
  192. - chance: 20%
  193. command:
  194. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  195. - '/!$shards give %p 1'
  196. world: Mining
  197.  
  198. - chance: 100%
  199. command:
  200. - '/!$eco give %p 300'
  201. world: Mining
  202.  
  203. diamond_ore:
  204. - chance: 25%
  205. command:
  206. - '/!$rawmsg %p false &e&LSHARDS &8» &7You have found a &8Shard'
  207. - '/!$shards give %p 1'
  208. world: Mining
  209.  
  210. - chance: 100%
  211. command:
  212. - '/!$eco give %p 400'
  213. world: Mining
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement