Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.01 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. # Key items that are dropped
  27. - &commonkey TRIPWIRE_HOOK@!UNBREAKING#10;@!~&aCommon Crate Key;&6Open a &aCommon Crate &6at spawn with this key!;
  28. - &uncommonkey TRIPWIRE_HOOK@!UNBREAKING#10;@!~&bUncommon Crate Key;&6Open a &bUncommon Crate &6at spawn with this key!;
  29. - &rarekey TRIPWIRE_HOOK@!UNBREAKING#10;@!~&dRare Crate Key;&6Open a &dRare Crate &6at spawn with this key!;
  30. # Common chance drop rate - For alive blocks
  31. - &commonchance 0.5%
  32. # Uncommon chance drop rate - For alive blocks
  33. - &uncommonchance 0.08%
  34. ##########
  35. # add custom YAML aliases here (advanced customisation) - see the wiki for more information
  36.  
  37. defaults:
  38. ##########
  39. # add default values for the config below, "include-files" have their own "defaults" sections
  40.  
  41.  
  42. otherdrops:
  43. ##########
  44. # Your changes here, or create a new .yml file and include it above in the "include-files" section
  45. # Explore the included config files for many more examples
  46. #
  47. # If make a interesting or crazy config let me know on the forum and I might include it in the next release.
  48. #
  49. #Example:
  50. ANY_CREATURE:
  51. # Single Common Key drop from killing any monster
  52. - drop: *commonkey
  53. chance: 0.5%
  54. tool: PLAYER
  55. message: '&6You found a &a Common Crate Key&6!'
  56. spawnedby: [NATURAL, CHUNK_GEN, DEFAULT]
  57. flag: UNIQUE
  58. # Single Uncommon Key drop from killing any monster
  59. - drop: *uncommonkey
  60. chance: 0.08%
  61. tool: PLAYER
  62. message: '&6You found a &bUncommon Crate Key&6!'
  63. spawnedby: [NATURAL, CHUNK_GEN, DEFAULT]
  64. flag: UNIQUE
  65. # Single Rare Key drop from killing any monster
  66. - drop: *rarekey
  67. chance: 0.02%
  68. tool: PLAYER
  69. message: '&6You found a &dRare Crate Key&6!'
  70. spawnedby: [NATURAL, CHUNK_GEN, DEFAULT]
  71. flag: UNIQUE
  72. STONE:
  73. # Alive stone, Drops Common Key
  74. - drop: ZOMBIE@BABY!!eq:head:STONE@!DURABILITY#1%0~16236
  75. potioneffect.drop: INVISIBILITY@20000@1
  76. chance: *commonchance
  77. message: '&6The stone is alive! Kill it to receive an &aCommon Crate Key!'
  78. event: EXPLOSION@0@NOBREAK
  79. tool: PLAYER
  80. flag: UNIQUE
  81. # Alive stone, Drops Uncommon Key
  82. - drop: ZOMBIE@BABY!!eq:head:STONE@!DURABILITY#1%0~17321
  83. potioneffect.drop: INVISIBILITY@20000@1
  84. chance: *uncommonchance
  85. message: '&6The stone is alive! Kill it to receive an &b&lUncommon Crate Key&6!'
  86. event: EXPLOSION@0@NOBREAK
  87. tool: PLAYER
  88. flag: UNIQUE
  89. LOG:
  90. # Alive log, Drops Common Key
  91. - drop: ZOMBIE@BABY!!eq:head:LOG@!DURABILITY#1%0~12634
  92. potioneffect.drop: INVISIBILITY@20000@1
  93. chance: *commonchance
  94. message: '&6The log is alive! Kill it to receive an &aCommon Crate Key!'
  95. event: EXPLOSION@0@NOBREAK
  96. tool: PLAYER
  97. flag: UNIQUE
  98. # Alive log, Drops Uncommon Key
  99. - drop: ZOMBIE@BABY!!eq:head:LOG@!DURABILITY#1%0~17252
  100. potioneffect.drop: INVISIBILITY@20000@1
  101. chance: *uncommonchance
  102. message: '&6The log is alive! Kill it to receive an &bUncommon Crate Key&6!'
  103. event: EXPLOSION@0@NOBREAK
  104. tool: PLAYER
  105. flag: UNIQUE
  106. GRASS:
  107. # Alive grass, Drops Common Key
  108. - drop: ZOMBIE@BABY!!eq:head:GRASS@!DURABILITY#1%0~93866
  109. potioneffect.drop: INVISIBILITY@20000@1
  110. chance: *commonchance
  111. message: '&6The grass is alive! Kill it to receive an &aCommon Crate Key&6!'
  112. event: EXPLOSION@0@NOBREAK
  113. tool: PLAYER
  114. flag: UNIQUE
  115. # Alive grass, Drops Uncommon Key
  116. - drop: ZOMBIE@BABY!!eq:head:GRASS@!DURABILITY#1%0~77528
  117. potioneffect.drop: INVISIBILITY@20000@1
  118. chance: *uncommonchance
  119. message: '&6The grass is alive! Kill it to receive an &bUncommon Crate Key&6!'
  120. event: EXPLOSION@0@NOBREAK
  121. tool: PLAYER
  122. flag: UNIQUE
  123. DIRT:
  124. # Alive dirt, Drops Common Key
  125. - drop: ZOMBIE@BABY!!eq:head:DIRT@!DURABILITY#1%0~13977
  126. potioneffect.drop: INVISIBILITY@20000@1
  127. chance: *commonchance
  128. message: '&6The dirt is alive! Kill it to receive an &aCommon Crate Key!'
  129. event: EXPLOSION@0@NOBREAK
  130. tool: PLAYER
  131. flag: UNIQUE
  132. # Alive dirt, Drops Uncommon Key
  133. - drop: ZOMBIE@BABY!!eq:head:DIRT@!DURABILITY#1%0~19377
  134. potioneffect.drop: INVISIBILITY@20000@1
  135. chance: *uncommonchance
  136. message: '&6The dirt is alive! Kill it to receive an &bUncommon Crate Key&6!'
  137. event: EXPLOSION@0@NOBREAK
  138. tool: PLAYER
  139. flag: UNIQUE
  140. ZOMBIE@BABY!eq:head:PUMPKIN%0!!eq:feet:GOLD_BOOTS%0~18573:
  141. - drop: *commonkey
  142. chance: 1%
  143. message: '&6The ghost dropped an &aCommon Crate Key&6!'
  144. flag: UNIQUE
  145. # Unique identifier for the ghost appearance from any hostile mob, Drops Uncommon Key
  146. ZOMBIE@BABY!eq:head:PUMPKIN%0!!eq:feet:DIAMOND_BOOTS%0~17583:
  147. - drop: *uncommonkey
  148. chance: 0.08%
  149. message: '&6The ghost dropped an &b&lUncommon Crate Key&6!'
  150. flag: UNIQUE
  151. # Unique identifier for the alive stone, Drops Common Key
  152. ZOMBIE@BABY!eq:head:STONE%0~16236:
  153. - drop: *commonkey
  154. chance: 100%
  155. message: '&6The stone dropped an &aCommon Crate Key&6!'
  156. tool: PLAYER
  157. flag: UNIQUE
  158. # Unique identifier for the alive stone, Drops Uncommon Key
  159. ZOMBIE@BABY!eq:head:STONE%0~17321:
  160. - drop: *uncommonkey
  161. chance: 100%
  162. message: '&6The stone dropped an &bUncommon Crate Key&6!'
  163. tool: PLAYER
  164. flag: UNIQUE
  165. # Unique identifier for the alive log, Drops Common Key
  166. ZOMBIE@BABY!eq:head:LOG%0~12634:
  167. - drop: *commonkey
  168. chance: 100%
  169. message: '&6The log dropped an &aCommon Crate Key&6!'
  170. tool: PLAYER
  171. flag: UNIQUE
  172. # Unique identifier for the alive log, Drops Uncommon Key
  173. ZOMBIE@BABY!eq:head:LOG%0~17252:
  174. - drop: *uncommonkey
  175. chance: 100%
  176. message: '&6The log dropped an &bUncommon Crate Key&6!'
  177. tool: PLAYER
  178. flag: UNIQUE
  179. # Unique identifier for the alive grass, Drops Common Key
  180. ZOMBIE@BABY!eq:head:GRASS%0~93866:
  181. - drop: *commonkey
  182. chance: 100%
  183. message: '&6The grass dropped an &aCommon Crate Key&6!'
  184. tool: PLAYER
  185. flag: UNIQUE
  186. # Unique identifier for the alive grass, Drops Uncommon Key
  187. ZOMBIE@BABY!eq:head:GRASS%0~77528:
  188. - drop: *uncommonkey
  189. chance: 100%
  190. message: '&6The grass dropped an &bUncommon Crate Key&6!'
  191. tool: PLAYER
  192. flag: UNIQUE
  193. # Unique identifier for the alive dirt, Drops Common Key
  194. ZOMBIE@BABY!eq:head:DIRT%0~13977:
  195. - drop: *commonkey
  196. chance: 100%
  197. message: '&6The dirt dropped an &a&lCommon Crate Key&6!'
  198. tool: PLAYER
  199. flag: UNIQUE
  200. # Unique identifier for the alive dirt, Drops Uncommon Key
  201. ZOMBIE@BABY!eq:head:DIRT%0~19377:
  202. - drop: *uncommonkey
  203. chance: 100%
  204. message: '&6The dirt dropped an &b&lUncommon Crate Key&6!'
  205. tool: PLAYER
  206. flag: UNIQUE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement