Advertisement
Guest User

p42Craft-UberGearQuest

a guest
Jan 10th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. # This is for a quest of ultimate gear. Kill them with gold swords
  2. # and there is a slight (2%) chance of the drop.
  3. # Made by, and for p42 Craft, enjoy!
  4. # http://mc.p42.com
  5. # Game server address minecraft.p42.com
  6.  
  7. defaults:
  8. biomes: ALL
  9. worlds: ALL
  10. # time:
  11. # weather:
  12. # permissiongroup:
  13. # permissiongroupexcept:
  14.  
  15. otherdrops:
  16. # The Helmet
  17. SQUID:
  18. - tool: GOLD_SWORD
  19. drop: DIAMOND_HELMET@!OXYGEN#1,!PROTECTION_FIRE#4,!WATER_WORKER#1,!THORNS#3,@!~p42 The Helm
  20. quantity: 1
  21. chance: 0.01
  22. message: ["&bYou have found &cp42 The Helm&b! Have you found the rest?"]
  23.  
  24. # The Chestpiece
  25. COW:
  26. - tool: GOLD_SWORD
  27. drop: DIAMOND_CHESTPLATE@!PROTECTION_EXPLOSIONS#4,!PROTECTION_FIRE#4,!PROTECTION_PROJECTILE#4,!THORNS#3,@!~p42 The Shirt
  28. quantity: 1
  29. chance: 0.01
  30. message: ["&bYou have found &cp42 The Shirt&b! Have you found the rest?"]
  31.  
  32. # The Leggings
  33. WOLF:
  34. - tool: GOLD_SWORD
  35. drop: DIAMOND_LEGGINGS@!PROTECTION_EXPLOSIONS#4,!PROTECTION_FIRE#4,!PROTECTION_ENVIRONMENTAL#4,!THORNS#3,@!~p42 The Pants
  36. quantity: 1
  37. chance: 0.01
  38. message: ["&bYou have found &cp42 The Pants&b! Have you found the rest?"]
  39.  
  40. # The Boots
  41. SHEEP:
  42. - tool: GOLD_SWORD
  43. drop: DIAMOND_BOOTS@!PROTECTION_EXPLOSIONS#4,!PROTECTION_FIRE#4,!PROTECTION_FALL#4,!THORNS#3,@!~p42 The Boots
  44. quantity: 1
  45. chance: 0.01
  46. message: ["&bYou have found &cp42 The Boots&b! Have you found the rest?"]
  47.  
  48. # The Sword
  49. CAVE_SPIDER:
  50. - tool: GOLD_SWORD
  51. drop: DIAMOND_SWORD@!DAMAGE_ALL#5,!KNOCKBACK#2,!FIRE_ASPECT#2,!LOOT_BONUS_MOBS#3,@!~p42 The Sword
  52. quantity: 1
  53. chance: 0.01
  54. message: ["&bYou have found &cp42 The Sword&b! Have you found the rest?"]
  55.  
  56. # The Bow and Arrows
  57. CHICKEN:
  58. - dropgroup: bowandarrow
  59. chance: 0.01
  60. drops:
  61. - tool: GOLD_SWORD
  62. drop: BOW@!ARROW_DAMAGE#5,!ARROW_FIRE#1,!ARROW_INFINITE#1,!ARROW_KNOCKBACK#2,@!~p42 The Bow
  63. quantity: 1
  64. message: ["&bYou have found &cp42 The Bow&b! Have you found the rest?"]
  65. - tool: GOLD_SWORD
  66. drop: ARROW
  67. quantity: 64
  68.  
  69. # The Axe
  70. SILVERFISH:
  71. - tool: GOLD_SWORD
  72. drop: DIAMOND_AXE@!DURABILITY#3,!LOOT_BONUS_BLOCKS#3,!DIG_SPEED#5,!SILK_TOUCH#3,@!~p42 The Axe
  73. quantity: 1
  74. chance: 0.01
  75. message: ["&bYou have found &cp42 The Axe&b! Have you found the rest?"]
  76.  
  77. # The Pickaxe
  78. PIG:
  79. - tool: GOLD_SWORD
  80. drop: DIAMOND_PICKAXE@!DURABILITY#3,!LOOT_BONUS_BLOCKS#3,!DIG_SPEED#5,!SILK_TOUCH#3,@!~p42 The Pickaxe
  81. quantity: 1
  82. chance: 0.01
  83. message: ["&bYou have found &cp42 The Pickaxe&b! Have you found the rest?"]
  84.  
  85. # The Spade
  86. HORSE:
  87. - tool: GOLD_SWORD
  88. drop: DIAMOND_SPADE@!DURABILITY#3,!LOOT_BONUS_BLOCKS#3,!DIG_SPEED#5,!SILK_TOUCH#3,@!~p42 The Spade
  89. quantity: 1
  90. chance: 0.01
  91. message: ["&bYou have found &cp42 The Axe&b! Have you found the rest?"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement