Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1.  
  2. # Levels players must have in
  3. # order to unlock this quest.
  4. level-req:
  5.  
  6.  
  7. # Quest name displayed in the quest menu.
  8. name: 'Diamond Hunter'
  9.  
  10. # Quest lore displayed in the quest menu.
  11. lore:
  12. - '&e&lIm going to be rich!'
  13. - '&D&lEPIC'
  14. - '&eRewards:'
  15. - '&7► ????'
  16.  
  17. # Quests the player must finish
  18. # in order to unlock this one.
  19. parent: []
  20.  
  21. # Cooldown in hours. Don't put any
  22. # to make the quest a one-time quest.
  23. # Put it to 0 to make it instantly redoable.
  24. delay:
  25.  
  26. # Objectives the player needs to
  27. # complete. Once they're all complete,
  28. # the quest will end.
  29. objectives:
  30. 1:
  31. type: 'goto{world="Spawn"}'
  32. lore: 'Head to spawn.'
  33. triggers:
  34. - 'message{format="&8&lTareoth> &fSpeak with Ateral, hes near the portal master."}'
  35. - 'sound{sound=ENTITY_EXPERIENCE_ORB_PICKUP}'
  36. 2:
  37. type: 'talkto{npc=37}'
  38. lore: 'Speak to &3&lAteral'
  39. triggers:
  40. - 'message{format="&f&7> &f&lAteral &7Hello traveler, I dream of being nothing less than the richest in all the lands, I will devour guilds, kingdoms, everything in my path until I get there. You are going to help me. No? well I guess I will keep my helper prize then."}'
  41. - 'sound{sound="ENTITY_EXPERIENCE_ORB_PICKUP"}'
  42. 3:
  43. type: 'getitem{type="Diamond_block";npc=37;amount=128}'
  44. lore: 'Collect 128 Diamond Blocks'
  45. triggers:
  46. - 'message{format="&f&lAteral &7> &7Oh fatastic, thank you traveler, I suppose you want this then eh?"}'
  47. - 'sound{sound=ENTITY_EXPERIENCE_ORB_PICKUP}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement