Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. # For non-English characters, this file MUST stay encoded in UTF-8
  2. quests:
  3. Miner:
  4. name: Iron Miner
  5. ask-message: <yellow>Mine <pink>2<yellow> blocks of <pink>Iron Ore<yellow> and
  6. <yellow>gather the <pink>2 pieces of <pink>Iron Ore<yellow>.
  7. finish-message: <yellow>Well done. Here is your reward.
  8. redo-delay: 1800
  9. requirements:
  10. items:
  11. - name-stone_pickaxe:amount-1
  12. remove-items:
  13. - false
  14. fail-requirement-message: <red>You must have a <pink>Stone Pickaxe<red> first.
  15. stages:
  16. ordered:
  17. '1':
  18. break-block-names:
  19. - IRON_ORE
  20. break-block-amounts:
  21. - 2
  22. break-block-durability:
  23. - 0
  24. rewards:
  25. money: 1000
  26. quest-points: 1
  27. Hunter:
  28. name: Mob Hunter
  29. ask-message: <yellow>Kill an assortment of Mobs.
  30. finish-message: <yellow>Excellent. Here is a <pink>Diamond Sword<yellow>.
  31. requirements:
  32. quests:
  33. - Iron Miner
  34. fail-requirement-message: <red>Complete <pink>Iron Miner<red> first.
  35. stages:
  36. ordered:
  37. '1':
  38. death-event: DeathFail
  39. mobs-to-kill:
  40. - Pig
  41. mob-amounts:
  42. - 3
  43. finish-event: NiceFinish
  44. '2':
  45. death-event: DeathFail
  46. mobs-to-kill:
  47. - Zombie
  48. mob-amounts:
  49. - 2
  50. finish-event: NiceFinish
  51. '3':
  52. death-event: DeathFail
  53. mobs-to-kill:
  54. - Skeleton
  55. mob-amounts:
  56. - 1
  57. rewards:
  58. items:
  59. - name-DIAMOND_SWORD:amount-1
  60. exp: 100
  61. quest-points: 1
  62. CatchFish:
  63. name: Catch Fish
  64. ask-message: <yellow>Catch some fish!
  65. finish-message: <yellow>Good job. Here is some <green>experience<yellow>.
  66. requirements:
  67. quests:
  68. - Iron Miner
  69. fail-requirement-message: <red>Complete <pink>Iron Miner<red> first.
  70. stages:
  71. ordered:
  72. '1':
  73. start-event: RodStart
  74. death-event: DeathFail
  75. chat-events:
  76. - GiveRod
  77. chat-event-triggers:
  78. - rod
  79. fish-to-catch: 5
  80. rewards:
  81. exp: 250
  82. custom1:
  83. name: ZooKeeper
  84. npc-giver-id: 0
  85. ask-message: Can you help me clean the Elephant exhibit?
  86. finish-message: §eWell done. Go take a shower, you stink!
  87. event: ZooKeeperStart
  88. requirements:
  89. items:
  90. - name-STONE_SHOVEL:amount-1
  91. remove-items:
  92. - false
  93. fail-requirement-message: §7You must have a §dStone Shovel§7 to clean this shit.
  94. stages:
  95. ordered:
  96. '1':
  97. break-block-names:
  98. - PLAYER_HEAD
  99. - BROWN_CONCRETE
  100. - SPRUCE_SLAB
  101. - SPRUCE_BUTTON
  102. break-block-amounts:
  103. - 1
  104. - 2
  105. - 2
  106. - 2
  107. break-block-durability:
  108. - 0
  109. - 0
  110. - 0
  111. - 0
  112. complete-message: Okay, now only two more to go! :)
  113. '2':
  114. break-block-names:
  115. - PLAYER_HEAD
  116. - BROWN_CONCRETE
  117. - SPRUCE_SLAB
  118. - SPRUCE_BUTTON
  119. break-block-amounts:
  120. - 1
  121. - 2
  122. - 2
  123. - 2
  124. break-block-durability:
  125. - 0
  126. - 0
  127. - 0
  128. - 0
  129. complete-message: One more, you can do it!
  130. '3':
  131. break-block-names:
  132. - PLAYER_HEAD
  133. - BROWN_CONCRETE
  134. - SPRUCE_SLAB
  135. - SPRUCE_BUTTON
  136. break-block-amounts:
  137. - 1
  138. - 2
  139. - 2
  140. - 2
  141. break-block-durability:
  142. - 0
  143. - 0
  144. - 0
  145. - 0
  146. complete-message: 'You did it! Here are your rewards:'
  147. rewards:
  148. money: 1000
  149. quest-points: 1
  150. planner:
  151. cooldown: 1800
  152. options:
  153. allow-commands: true
  154. allow-quitting: true
  155. use-dungeonsxl-plugin: false
  156. use-parties-plugin: true
  157. share-progress-level: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement