Advertisement
Guest User

Untitled

a guest
Jun 8th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 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. Zombie:
  49. - drop: Item_name/Item_Id/Written_Book
  50. spawnedby: -SPAWNER
  51. chance: 5
  52. message: You got a reward note! Exchange it with a Money Exchanger.
  53.  
  54. - drop: DEFAULT
  55.  
  56. Skeleton:
  57. - drop: Item_name/Item_Id/Written_Book
  58. spawnedby: -SPAWNER
  59. chance: 5
  60. message: You got a reward note! Exchange it with a Money Exchanger.
  61.  
  62. - drop: DEFAULT
  63. Spider:
  64. - drop: Item_name/Item_Id/Written_Book
  65. spawnedby: -SPAWNER
  66. chance: 5
  67. message: You got a reward note! Exchange it with a Money Exchanger.
  68.  
  69. - drop: DEFAULT
  70.  
  71. Silverfish:
  72. - drop: Item_name/Item_Id/Written_Book
  73. spawnedby: -SPAWNER
  74. chance: 2
  75. message: You got a reward note! Exchange it with a Money Exchanger.
  76.  
  77. - drop: DEFAULT
  78. Zombie_Villager:
  79. - drop: Item_name/Item_Id/Written_Book
  80. spawnedby: -SPAWNER
  81. chance: 8
  82. message: You got a reward note! Exchange it with a Money Exchanger.
  83.  
  84. - drop: DEFAULT
  85.  
  86. Spider_Jockey:
  87. - drop: Item_name/Item_Id/Written_Book
  88. spawnedby: -SPAWNER
  89. chance: 10
  90. message: You got a reward note! Exchange it with a Money Exchanger.
  91.  
  92. - drop: DEFAULT
  93. Blaze:
  94. - drop: Item_name/Item_Id/Written_Book
  95. spawnedby: -SPAWNER
  96. chance: 6
  97. message: You got a reward note! Exchange it with a Money Exchanger.
  98.  
  99. - drop: DEFAULT
  100.  
  101. Cave_Spider:
  102. - drop: Item_name/Item_Id/Written_Book
  103. spawnedby: -SPAWNER
  104. chance: 5
  105. message: You got a reward note! Exchange it with a Money Exchanger.
  106.  
  107. - drop: DEFAULT
  108. Creeper:
  109. - drop: Item_name/Item_Id/Written_Book
  110. spawnedby: -SPAWNER
  111. chance: 5
  112. message: You got a reward note! Exchange it with a Money Exchanger.
  113.  
  114. - drop: DEFAULT
  115.  
  116. Ghast:
  117. - drop: Item_name/Item_Id/Written_Book
  118. spawnedby: -SPAWNER
  119. chance: 10
  120. message: You got a reward note! Exchange it with a Money Exchanger.
  121.  
  122. - drop: DEFAULT
  123. Slime:
  124. - drop: Item_name/Item_Id/Written_Book
  125. spawnedby: -SPAWNER
  126. chance: 2
  127. message: You got a reward note! Exchange it with a Money Exchanger.
  128.  
  129. - drop: DEFAULT
  130.  
  131. Witch:
  132. - drop: Item_name/Item_Id/Written_Book
  133. spawnedby: -SPAWNER
  134. chance: 8
  135. message: You got a reward note! Exchange it with a Money Exchanger.
  136.  
  137. - drop: DEFAULT
  138. Wither_Skeleton:
  139. - drop: Item_name/Item_Id/Written_Book
  140. spawnedby: -SPAWNER
  141. chance: 10
  142. message: You got a reward note! Exchange it with a Money Exchanger.
  143.  
  144. - drop: DEFAULT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement