Advertisement
AncientAsa

quests config

Apr 16th, 2017
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. quests:
  2. 'blockbreak1':
  3. type: MINING
  4. redoable: true
  5. cooldown:
  6. enabled: true
  7. minutes: 60
  8. value: 100
  9. display:
  10. item: 'WOOD_PICKAXE'
  11. name: '&9Block Break I'
  12. lore:
  13. - '&7To complete this quest you must:'
  14. - '&7Mine 100 of any block'
  15. - ''
  16. - '&7Rewards:'
  17. - '&7$25'
  18. - ''
  19. - '&7Progress: %progress%/100 blocks'
  20. rewards:
  21. - 'type:command, value:[eco give %player% 25]'
  22. 'blockbreak2':
  23. type: MINING
  24. redoable: true
  25. cooldown:
  26. enabled: true
  27. minutes: 60
  28. requires: 'blockbreak1'
  29. value: 1000
  30. display:
  31. item: 'STONE_PICKAXE'
  32. name: '&9Block Break II'
  33. lore:
  34. - '&7To complete this quest you must:'
  35. - '&7Mine 1000 of any block'
  36. - ''
  37. - '&7Rewards:'
  38. - '&7$100'
  39. - ''
  40. - '&7Progress: %progress%/1000 blocks'
  41. rewards:
  42. - 'type:command, value:[eco give %player% 100]'
  43. 'blockplace1':
  44. type: BUILDING
  45. redoable: true
  46. cooldown:
  47. enabled: true
  48. minutes: 60
  49. value: 100
  50. display:
  51. item: 'STONE'
  52. name: '&9Block Place I'
  53. lore:
  54. - '&7To complete this quest you must:'
  55. - '&7Place 100 of any block'
  56. - ''
  57. - '&7Rewards:'
  58. - '&7$25'
  59. - ''
  60. - '&7Progress: %progress%/100 blocks'
  61. rewards:
  62. - 'type:command, value:[eco give %player% 25]'
  63. 'blockplace2':
  64. type: BUILDING
  65. redoable: true
  66. cooldown:
  67. enabled: true
  68. minutes: 60
  69. requires: 'blockplace1'
  70. value: 1000
  71. display:
  72. item: 'IRON_BLOCK'
  73. name: '&9Block Place II'
  74. lore:
  75. - '&7To complete this quest you must:'
  76. - '&7Place 1000 of any block'
  77. - ''
  78. - '&7Rewards:'
  79. - '&7$100'
  80. - ''
  81. - '&7Progress: %progress%/1000 blocks'
  82. rewards:
  83. - 'type:command, value:[eco give %player% 100]'
  84. 'coalminer1':
  85. type: MININGCERTAIN:16
  86. redoable: true
  87. cooldown:
  88. enabled: true
  89. minutes: 60
  90. value: 1000
  91. display:
  92. item: 'COAL_ORE'
  93. name: '&9Coal Miner I'
  94. lore:
  95. - '&7To complete this quest you must:'
  96. - '&7Mine 1000 of COAL ORE [16]'
  97. - ''
  98. - '&7Rewards:'
  99. - '&7$100'
  100. - ''
  101. - '&7Progress: %progress%/1000 blocks'
  102. rewards:
  103. - 'type:command, value:[eco give %player% 100]'
  104. 'mobkill1':
  105. type: MOBKILLING
  106. redoable: true
  107. cooldown:
  108. enabled: true
  109. minutes: 60
  110. value: 50
  111. requires: 'blockbreak1'
  112. display:
  113. item: 'LEATHER_CHESTPLATE'
  114. name: '&9Mob Kill I'
  115. lore:
  116. - '&7To complete this quest you must:'
  117. - '&7Kill 50 of any mob'
  118. - ''
  119. - '&7Rewards:'
  120. - '&7$250'
  121. - ''
  122. - '&7Progress: %progress%/50 mobs killed'
  123. rewards:
  124. - 'type:command, value:[eco give %player% 50]'
  125. 'items1':
  126. type: INVENTORY
  127. value: '[PORK:64, RAW_BEEF:64]'
  128. redoable: true
  129. cooldown:
  130. enabled: true
  131. minutes: 60
  132. display:
  133. item: 'PORK'
  134. name: '&9Meat-Eater'
  135. lore:
  136. - '&7Mmmm...'
  137. - '&7To complete this quest you must:'
  138. - '&7Obtain 64 pork & raw beef.'
  139. - ''
  140. - '&7Rewards:'
  141. - '&7$500'
  142. - ''
  143. - '&7Note: You must have these items in your inventory'
  144. - '&7for the quest to complete.'
  145. rewards:
  146. - 'type:command, value:[eco give %player% 500]'
  147. title:
  148. enabled: 'true'
  149. mainmessage: '&eQuest Completed'
  150. submessage: '%quest%'
  151. gui:
  152. completed:
  153. item: 'STAINED_GLASS_PANE:5'
  154. name: '&2&lCompleted'
  155. lore:
  156. - '&7This quest has been completed and is not redoable.'
  157. cooldown:
  158. item: 'STAINED_GLASS_PANE:1'
  159. name: '&6&lCooldown'
  160. lore:
  161. - '&7This quest has been completed.'
  162. - '&7Cooldown: %cooldown%'
  163. locked:
  164. item: 'STAINED_GLASS_PANE:14'
  165. name: '&c&lLocked'
  166. lore:
  167. - '&7This quest is locked.'
  168. - '&7Please complete previous quests to unlock this quest.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement