Advertisement
Guest User

Untitled

a guest
May 20th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.32 KB | None | 0 0
  1. missions:
  2. daily:
  3. total-missions: 4
  4. '1':
  5. gui:
  6. name: '&c&l[!] &7Hard Miner I'
  7. lore:
  8. - ' '
  9. - '&4* &c&lMISSION'
  10. - '&7Mine 80 Cobblestone.'
  11. - ' '
  12. material: BOOK
  13. data: 0
  14. type: mine
  15. item: COBBLESTONE
  16. amount: 80
  17. rewards:
  18. commands:
  19. - eco give %player% 5000
  20. - crate givekey %player% Treasure 1
  21. - bc &6&l%player% &e&lhas completed a mission! &7(/missions)
  22. '2':
  23. gui:
  24. name: '&c&l[!] &7Hard Placer I'
  25. lore:
  26. - ' '
  27. - '&4* &c&lMISSION'
  28. - '&7Place 80 Cobblestone.'
  29. - ' '
  30. material: BOOK
  31. data: 0
  32. type: place
  33. item: COBBLESTONE
  34. amount: 80
  35. rewards:
  36. commands:
  37. - eco give %player% 5000
  38. - crate givekey %player% Treasure 1
  39. - bc &6&l%player% &e&lhas completed a mission! &7(/missions)
  40. '3':
  41. gui:
  42. name: '&c&l[!] &7Hard Killer I'
  43. lore:
  44. - ' '
  45. - '&4* &c&lMISSION'
  46. - '&7Kill 10 Blazes'
  47. - ' '
  48. material: BOOK
  49. data: 0
  50. type: killmobs
  51. mob: BLAZE
  52. amount: 10
  53. rewards:
  54. commands:
  55. - eco give %player% 5000
  56. - crate givekey %player% Treasure 2
  57. - bc &6&l%player% &e&lhas completed a mission! &7(/missions)
  58. '4':
  59. gui:
  60. name: '&c&l[!] &7Hard Murderer I'
  61. lore:
  62. - ' '
  63. - '&4* &c&lMISSION'
  64. - '&7Kill 10 Players'
  65. - ' '
  66. material: BOOK
  67. data: 0
  68. type: killplayers
  69. amount: 10
  70. rewards:
  71. commands:
  72. - eco give %player% 15000
  73. - crate givekey %player% Rare 1
  74. - bc &6&l%player% &e&lhas completed a mission! &7(/missions)
  75. weekly:
  76. total-missions: 4
  77. '1':
  78. gui:
  79. name: '&c&l[!] &7Hard Miner II'
  80. lore:
  81. - ' '
  82. - '&4* &c&lMISSION'
  83. - '&7Mine 500 Cobblestone.'
  84. - ' '
  85. material: BOOK
  86. data: 0
  87. type: mine
  88. item: COBBLESTONE
  89. amount: 500
  90. rewards:
  91. commands:
  92. - eco give %player% 5000
  93. - crate givekey %player% Treasure 2
  94. - bc &6&l%player% &e&lhas completed a mission! &7(/missions)
  95. '2':
  96. gui:
  97. name: '&c&l[!] &7Hard Placer II'
  98. lore:
  99. - ' '
  100. - '&4* &c&lMISSION'
  101. - '&7Place 500 Cobblestone.'
  102. - ' '
  103. material: BOOK
  104. data: 0
  105. type: place
  106. item: COBBLESTONE
  107. amount: 500
  108. rewards:
  109. commands:
  110. - eco give %player% 5000
  111. - crate givekey %player% Treasure 2
  112. - bc &6&l%player% &e&lhas completed a mission! &7(/missions)
  113. '3':
  114. gui:
  115. name: '&c&l[!] &7Hard Killer II'
  116. lore:
  117. - ' '
  118. - '&4* &c&lMISSION'
  119. - '&7Kill 500 Blazes'
  120. - ' '
  121. material: BOOK
  122. data: 0
  123. type: killmobs
  124. mob: BLAZE
  125. amount: 500
  126. rewards:
  127. commands:
  128. - eco give %player% 15000
  129. - crate givekey %player% Rare 2
  130. - bc &6&l%player% &e&lhas completed a mission! &7(/missions)
  131. '4':
  132. gui:
  133. name: '&c&l[!] &7Hard Murderer II'
  134. lore:
  135. - ' '
  136. - '&4* &c&lMISSION'
  137. - '&7Kill 50 Players'
  138. - ' '
  139. material: BOOK
  140. data: 0
  141. type: killplayers
  142. amount: 50
  143. rewards:
  144. commands:
  145. - eco give %player% 25000
  146. - crate givekey %player% Rare 3
  147. - mp 2 %player%
  148. - bc &6&l%player% &e&lhas completed a mission! &7(/missions)
  149. monthly:
  150. total-missions: 4
  151. '1':
  152. gui:
  153. name: '&c&l[!] &7Hard Miner III'
  154. lore:
  155. - ' '
  156. - '&4* &c&lMISSION'
  157. - '&7Mine 5000 Cobblestone.'
  158. - ' '
  159. material: BOOK
  160. data: 0
  161. type: mine
  162. item: COBBLESTONE
  163. amount: 5000
  164. rewards:
  165. commands:
  166. - eco give %player% 10000
  167. - crate givekey %player% Rare 2
  168. - bc &6&l%player% &e&lhas completed a mission! &7(/missions)
  169. '2':
  170. gui:
  171. name: '&c&l[!] &7Hard Placer III'
  172. lore:
  173. - ' '
  174. - '&4* &c&lMISSION'
  175. - '&7Place 5000 Cobblestone.'
  176. - ' '
  177. material: BOOK
  178. data: 0
  179. type: place
  180. item: COBBLESTONE
  181. amount: 5000
  182. rewards:
  183. commands:
  184. - eco give %player% 10000
  185. - crate givekey %player% Rare 2
  186. - bc &6&l%player% &e&lhas completed a mission! &7(/missions)
  187. '3':
  188. gui:
  189. name: '&c&l[!] &7Hard Killer III'
  190. lore:
  191. - ' '
  192. - '&4* &c&lMISSION'
  193. - '&7Kill 5000 Blazes'
  194. - ' '
  195. material: BOOK
  196. data: 0
  197. type: killmobs
  198. mob: BLAZE
  199. amount: 5000
  200. rewards:
  201. commands:
  202. - eco give %player% 25000
  203. - crate givekey %player% Rare 3
  204. - mp 2 %player%
  205. - bc &6&l%player% &e&lhas completed a mission! &7(/missions)
  206. '4':
  207. gui:
  208. name: '&c&l[!] &7Hard Murderer III'
  209. lore:
  210. - ' '
  211. - '&4* &c&lMISSION'
  212. - '&7Kill 500 Players'
  213. - ' '
  214. material: BOOK
  215. data: 0
  216. type: killplayers
  217. amount: 500
  218. rewards:
  219. commands:
  220. - eco give %player% 35000
  221. - crate givekey %player% Rare 4
  222. - mp 3 %player%
  223. - bc &6&l%player% &e&lhas completed a mission! &7(/missions)
  224. format:
  225. mission-cooldown:
  226. material: STAINED_GLASS_PANE
  227. data: 14
  228. name: '&c&l[!] &cCOOLDOWN'
  229. lore:
  230. - ' '
  231. - ' &4* &cYou must wait'
  232. - ' &4* &c%time%'
  233. - ' &4* &cUntil you can start'
  234. - ' &4* &canother missions again.'
  235. - ' '
  236. mission-not-started:
  237. material: STAINED_GLASS_PANE
  238. data: 14
  239. name: '&c&l[!] &cMISSION NOT STARTED'
  240. lore:
  241. - ' '
  242. - ' &4* &cYou have never'
  243. - ' &4* &cStarted a mission'
  244. - ' &4* &cIn this category!'
  245. - ' '
  246. - '&7&o(( Tip: &fLeft or Right Click&7 to start a &6&oMission&7&o! ))'
  247. status-lore:
  248. - ' '
  249. - ' &4* &c&lSTATUS: &c%status%&7/&c%amount%'
  250. daily-gui:
  251. title: '&8&lDAILY MISSIONS'
  252. weekly-gui:
  253. title: '&8&lWEEKLY MISSIONS'
  254. monthly-gui:
  255. title: '&8&lMONTHLY MISSIONS'
  256. main-gui:
  257. title: '&8&lMISSIONS'
  258. daily:
  259. name: '&e&l[!] &6Daily&e Missions &7(Click)'
  260. lore:
  261. - ' '
  262. - ' &6* &eCooldown &f24 Hours'
  263. - ' '
  264. - '&7&o(( Tip:&f Right Click&7 to view your &6&oDaily&7&o Missions! ))'
  265. material: WATCH
  266. data: 0
  267. weekly:
  268. name: '&e&l[!] &6Weekly&e Missions &7(Click)'
  269. lore:
  270. - ' '
  271. - ' &6* &eCooldown &f7 Days'
  272. - ' '
  273. - '&7&o(( Tip:&f Right Click&7 to view your &6&oWeekly&7&o Missions! ))'
  274. material: WATCH
  275. data: 0
  276. monthly:
  277. name: '&e&l[!] &6Monthly&e Missions &7(Click)'
  278. lore:
  279. - ' '
  280. - ' &6* &eCooldown &f31 Days'
  281. - ' '
  282. - '&7&o(( Tip:&f Right Click&7 to view your &6&oMonthly&7&o Missions! ))'
  283. material: WATCH
  284. data: 0
  285. data-daily:
  286. 47e6e632-035e-4cf6-b977-4602b1370068:
  287. has-started: started
  288. mission-id: 1
  289. cooldown-monthly:
  290. 7bb892ca-85b3-4914-9d9b-e1574736ac7a: 1522931631526
  291. cooldown-weekly:
  292. 7bb892ca-85b3-4914-9d9b-e1574736ac7a: 1525238530874
  293. cooldown-daily:
  294. 73556b9f-82bd-35c7-9cd5-c2f317e7180b: 1525906728825
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement