1. defaults:
  2. biomes: ALL
  3. worlds: ALL
  4.  
  5.  
  6. otherblocks:
  7. ANY_CREATURE:
  8. - drop: NOTHING
  9. - dropgroup: xp_or_money
  10. drops:
  11. - drop: GOLD_INGOT/1-3/100%
  12. message: ["&3Oooo %q gold!","&3%q gold has dropped..","&3Grab %q gold."]
  13. flags: UNIQUE
  14. - drop: XP/25/100%
  15. message: ["&5Bonus xp!"]
  16. flags: UNIQUE
  17. CREATURE_WOLF:
  18. - dropgroup: wolf
  19. drops:
  20. - drop: BONE
  21. chance: 25
  22. quanitity: 1-3
  23. CREATURE_MONSTER:
  24. - drop: COOKIE/1-3/100%
  25. message: ["&3Oooo coookie!!!"]
  26. flags: UNIQUE
  27. - drop: APPLE/1-3/100%
  28. message: ["&3APPLEssssss"]
  29. flags: UNIQUE
  30. CREATURE_PIG@UNSADDLED:
  31. - tool: ANY
  32. drop: PORK
  33. chance: 35
  34. quantity: 1-3
  35. message: ["&cMMmMmm BACON","&cBacon Strips &8Bacon Strips &cBacon Strips","&cYou had me at Bacon."]
  36. flags: UNIQUE
  37. - tool: ANY
  38. drop: APPLE
  39. chance: 15
  40. quantity: 1-2
  41. message: ["&cAn apple a day..","&cAn apple fell from his mouth."]
  42. flags: UNIQUE
  43. - drop: 371/1-3/20%
  44. flags: UNIQUE
  45. CREATURE_PIG@SADDLED:
  46. - dropgroup: pig
  47. drops:
  48. - drop: PORK
  49. chance: 35
  50. quantity: 1-3
  51. message: ["&cMMmMmm BACON","&cBacon Strips &8Bacon Strips &cBacon Strips","&cYou had me at Bacon."]
  52. flags: UNIQUE
  53. - drop: APPLE
  54. chance: 15
  55. quantity: 1-2
  56. message: ["&cAn apple a day..","&cAn apple fell from his mouth."]
  57. flags: UNIQUE
  58. - drop: 371/1-3/20%
  59. flags: UNIQUE
  60. - tool: ANY
  61. drop: SADDLE
  62. chance: 100
  63. CREATURE_COW:
  64. - dropgroup: cow
  65. drops:
  66. - drop: MILK_BUCKET
  67. chance: 10
  68. flags: UNIQUE
  69. - drop: LEATHER
  70. chance: 10
  71. quantity: 1-4
  72. flags: UNIQUE
  73. - dropgroup: leather
  74. drops:
  75. - drop: LEATHER_HELMET
  76. chance: 5
  77. message: ["A leather helm, YAY /sarcasm"]
  78. flags: UNIQUE
  79. - drop: LEATHER_CHESTPLATE
  80. chance: 5
  81. message: ["This might offer a little protection"]
  82. flags: UNIQUE
  83. - drop: LEATHER_LEGGINGS
  84. chance: 5
  85. message: ["Unfortunately, the undergarments disintegrated long ago."]
  86. flags: UNIQUE
  87. - tool: ANY
  88. drop: LEATHER_BOOTS
  89. chance: 5
  90. message: ["You really should shake the toe bones out from these boots."]
  91. flags: UNIQUE
  92. CREATURE_CHICKEN:
  93. - drop: EGG
  94. chance: 20
  95. quantity: 1-3
  96. flags: UNIQUE
  97. - drop: FEATHER
  98. chance: 25
  99. quantity: 1-3
  100. flags: UNIQUE
  101. - drop: RAW_CHICKEN
  102. chance: 20
  103. quantity: 1-3
  104. flags: UNIQUE
  105. CREATURE_SLIME:
  106. - tool: ANY
  107. drop: SLIME_BALL
  108. chance: 30
  109. quanitity: 1-6
  110. - tool: ANY
  111. drop: COOKIE
  112. chance: 10
  113. quanitity: 1-8
  114. CREATURE_CREEPER:
  115. - drop: TNT,
  116. chance: 10
  117. message: ["&2You slice through the green monster so quickly, it's explosive brain falls out."]
  118. flags: UNIQUE
  119. - drop: SULPHUR
  120. chance: 35
  121. quantity: 1-4
  122. flags: UNIQUE
  123. CREATURE_SPIDER:
  124. - drop: WEB
  125. chance: 10
  126. message: ["&1Puncturing the abdomen of the arachnid reveals it's sticky web glands."]
  127. flags: UNIQUE
  128. - drop: ANY_PICKAXE
  129. chance: 5
  130. - drop: SPIDER_EYE
  131. chance: 35
  132. quantity: 1-3
  133. CREATURE_SKELETON:
  134. - dropgroup: skeleton
  135. drops:
  136. - drop: BOW
  137. chance: 30
  138. message: ["&4The Skeleton drops his bow.."]
  139. flags: UNIQUE
  140. - drop: ARROW
  141. chance: 30
  142. quantity: 2-14
  143. flags: UNIQUE
  144. - drop: BONE
  145. chance: 30
  146. quantity: 1-4
  147. flags: UNIQUE
  148. - dropgroup: chain
  149. drops:
  150. - drop: CHAINMAIL_HELMET
  151. chance: 5
  152. message: ["&8A little dusty, but this chainmail helmet might look good on you."]
  153. flags: UNIQUE
  154. - drop: CHAINMAIL_CHESTPLATE
  155. chance: 5
  156. message: ["&8The rusty rings of this chainmail chestplate might offer a little protection"]
  157. flags: UNIQUE
  158. - drop: CHAINMAIL_LEGGINGS
  159. chance: 5
  160. message: ["&8Unfortunately, the undergarments disintegrated long ago."]
  161. flags: UNIQUE
  162. - drop: CHAINMAIL_BOOTS
  163. chance: 5
  164. message: ["&8You really should shake the toe bones out from these boots."]
  165. flags: UNIQUE
  166. CREATURE_PIG_ZOMBIE:
  167. - dropgroup: goldtool
  168. drops:
  169. - drop: GOLD_SWORD
  170. chance: 15
  171. message: ["&6A former warrior king, trapped forever in Hell."]
  172. flags: UNIQUE
  173. - drop: GOLD_SPADE
  174. chance: 15
  175. message: ["&6An opulent sceptre..."]
  176. flags: UNIQUE
  177. - drop: GOLD_PICKAXE
  178. chance: 15
  179. message: ["&6A Trophy...Useless as a tool."]
  180. flags: UNIQUE
  181. - drop: GOLD_AXE
  182. chance: 15
  183. message: ["&6Shiny...But silly..."]
  184. flags: UNIQUE
  185. - drop: GOLD_HOE
  186. chance: 15
  187. message: ["&6It won't make the food taste ANY better."]
  188. flags: UNIQUE
  189. - dropgroup: goldarmor
  190. drops:
  191. - drop: GOLD_HELMET
  192. chance: 15
  193. message: ["&6A crown falls!"]
  194. flags: UNIQUE
  195. - drop: GOLD_CHESTPLATE
  196. chance: 15
  197. message: ["&6It's only for show..."]
  198. flags: UNIQUE
  199. - drop: GOLD_LEGGINGS
  200. chance: 15
  201. message: ["&6I like his style."]
  202. flags: UNIQUE
  203. - drop: GOLD_BOOTS
  204. chance: 15
  205. message: ["&6Spit Shined!"]
  206. flags: UNIQUE
  207. - dropgroup: pigzombie
  208. drops:
  209. - tool: ANY
  210. drop: PORK
  211. chance: 35
  212. quantity: 1-3
  213. message: ["&cMMmMmm BACON","&cBacon Strips &8Bacon Strips &cBacon Strips","&cYou had me at Bacon."]
  214. flags: UNIQUE
  215. - drop: 371/1-3/20%
  216. flags: UNIQUE
  217. CREATURE_SQUID:
  218. - dropgroup: tools
  219. drops:
  220. - tool: ANY
  221. drop: FISHING_ROD
  222. chance: 20
  223. message: ["&bLooks like you got the one who got away."]
  224. flags: UNIQUE
  225. - tool: ANY
  226. drop: GOLD_BLOCK
  227. chance: 15
  228. quanitity: 1-3
  229. message: ["&bNeptune's treasure! Too bad it's not Ariel."]
  230. flags: UNIQUE
  231. - tool: ANY
  232. drop: IRON_INGOT
  233. chance: 15
  234. message: ["&bAn old piece of anchor."]
  235. flags: UNIQUE
  236. - tool: ANY
  237. drop: FLINT_AND_STEEL
  238. chance: 10
  239. message: ["&bThis did him no good underwater."]
  240. flags: UNIQUE
  241. - tool: ANY
  242. drop: GOLD_RECORD
  243. chance: 5
  244. message: ["&bHopefully this is not a song from Under The Sea."]
  245. flags: UNIQUE
  246. - dropgroup: squid
  247. drops:
  248. - tool: ANY
  249. drop: BOAT
  250. chance: 20
  251. message: ["&bThe Kraken's gullet was a lot bigger than perceived."]
  252. flags: UNIQUE
  253. - tool: ANY
  254. drop: RAW_FISH
  255. chance: 50
  256. message: ["&bWell, waste not, want not."]
  257. flags: UNIQUE
  258. - drop: INK_SACK
  259. chance: 30
  260. flags: UNIQUE
  261. CREATURE_ZOMBIE:
  262. - dropgroup: irontool
  263. drops:
  264. - tool: ANY
  265. drop: IRON_SWORD
  266. chance: 15
  267. message: ["&8Rusty, but the edge is true."]
  268. flags: UNIQUE
  269. - tool: ANY
  270. drop: IRON_SPADE
  271. chance: 5
  272. message: ["&8The poor miner's friend."]
  273. flags: UNIQUE
  274. - tool: ANY
  275. drop: IRON_PICKAXE
  276. chance: 5
  277. message: ["&8Let's hope you don't receive the same fate as this ghoul miner."]
  278. flags: UNIQUE
  279. - tool: ANY
  280. drop: IRON_AXE
  281. chance: 5
  282. message: ["&8This ghoul must have been a lumberjack."]
  283. flags: UNIQUE
  284. - tool: ANY
  285. drop: IRON_HOE
  286. chance: 5
  287. message: ["&8Hopefully what caused the demise of this farmer was not in his crops."]
  288. flags: UNIQUE
  289. - dropgroup: ironarmor
  290. drops:
  291. - tool: ANY
  292. drop: IRON_HELMET
  293. chance: 5
  294. message: ["&8You slice the head clean from the zombie's shoulders!"]
  295. flags: UNIQUE
  296. - tool: ANY
  297. drop: IRON_CHESTPLATE
  298. chance: 5
  299. message: ["&8A little snug, but it should do if you suck in."]
  300. flags: UNIQUE
  301. - tool: ANY
  302. drop: IRON_LEGGINGS
  303. chance: 5
  304. message: ["&8A little short; but you go wading a lot ANYway."]
  305. flags: UNIQUE
  306. - tool: ANY
  307. drop: IRON_BOOTS
  308. chance: 5
  309. message: ["&810 and a half...You know what they say about zombies with big feet. ...little brains...."]
  310. flags: UNIQUE
  311. - tool: ANY
  312. drop: COMPASS
  313. chance: 12
  314. message: ["&8Maybe this will help you keep from wandering the shambler's same path."]
  315. flags: UNIQUE
  316. - tool: ANY
  317. drop: WATCH
  318. chance: 12
  319. message: ["&8Slashing the monster's hand off, his gold watch is yours more easily now."]
  320. flags: UNIQUE
  321. - dropgroup: zombie
  322. drops:
  323. - drop: ROTTEN_FLESH
  324. chance: 35
  325. quantity: 1-3
  326. flags: UNIQUE
  327. CREATURE_GHAST:
  328. - dropgroup: diamond
  329. drops:
  330. - tool: ANY
  331. drop: DIAMOND_SWORD
  332. chance: 10
  333. message: ["&3The Ghost gives up a most precious weapon!"]
  334. flags: UNIQUE
  335. - tool: ANY
  336. drop: DIAMOND_HELMET
  337. chance: 10
  338. message: ["&3A Helmet of Diamond!"]
  339. flags: UNIQUE
  340. - tool: ANY
  341. drop: DIAMOND_CHESTPLATE
  342. chance: 10
  343. message: ["&3You will feel invincible; if you can get that."]
  344. flags: UNIQUE
  345. - tool: ANY
  346. drop: DIAMOND_LEGGINGS
  347. chance: 10
  348. message: ["&3The ultimate protection for your lower half."]
  349. flags: UNIQUE
  350. - tool: ANY
  351. drop: DIAMOND_BOOTS
  352. chance: 10
  353. message: ["&3No polishing required."]
  354. flags: UNIQUE
  355. - dropgroup: ghast
  356. drops:
  357. - drop: GHAST_TEAR
  358. chance: 30
  359. message: ["&bThe Ghast sheds a tear for you."]
  360. flags: UNIQUE
  361. CREATURE_CAVE_SPIDER:
  362. - dropgroup: cavespider
  363. drops:
  364. - tool: ANY
  365. drop: SPIDER_EYE
  366. chance: 35
  367. quantity: 1-3
  368. - dropgroup: other
  369. drops:
  370. - tool: ANY
  371. drop: DIAMOND
  372. chance: 5
  373. quantity: 1-2
  374. - tool: ANY
  375. drop: MILK_BUCKET
  376. chance: 15
  377. quantity: 1
  378. CREATURE_BLAZE:
  379. - tool: ANY
  380. drop: BLAZE_POWDER
  381. chance: 25
  382. quantity: 1-3
  383. - drop: BLAZE_ROD
  384. chance: 20
  385. flags: UNIQUE
  386. - tool: ANY
  387. drop: GLOWSTONE_DUST
  388. chance: 15
  389. quantity: 1-3
  390. CREATURE_ENDERMAN:
  391. - drop: ENDER_PEARL
  392. chance: 35
  393. quantity: 1-2
  394. flags: UNIQUE
  395. - tool: ANY
  396. drop: GLOWSTONE_DUST
  397. chance: 15
  398. quantity: 1-3
  399. - tool: ANY
  400. drop: XP
  401. chance: 35
  402. quantity: 35-55
  403. CREATURE_SHEEP:
  404. - drop: WOOL@THIS
  405. - quantity: 1-2
  406. CREATURE_MAGMA_CUBE:
  407. - drop: MAGMA_CREAM/1-3/40%
  408. CREATURE_VILLAGER:
  409. - drop: CREATURE_UNDEAD
  410. quantity: 1-5