Guest User

Untitled

a guest
Feb 26th, 2012
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. # To create your own quests either follow the steps on:
  2. # http://dev.bukkit.org/server-mods/quests/pages/quests-yml/
  3. # or just copy a current quest and use the vars and common sense to
  4. # decrypt the YAML.
  5.  
  6. '0':
  7. info:
  8. name: Diamonds!
  9. messageStart: Hey! Can you go get my 5 diamonds! I'll pay you $500
  10. messageEnd: Thanks! Now I can feed my lava dragon! ;)
  11. tasks:
  12. '0':
  13. type: collect
  14. object:
  15. id: 264
  16. name: Diamonds
  17. amount: 5
  18. market:
  19. fee:
  20. toJoin:
  21. money: -50
  22. health: 0
  23. hunger: 0
  24. toDrop:
  25. money: -50
  26. health: 0
  27. hunger: 0
  28. reward:
  29. money: 500
  30. health: 0
  31. hunger: 0
  32. '1':
  33. info:
  34. name: Dirt Collector!
  35. messageStart: Hey! Can you go get me 64 dirt blocks? I'll give you $100!
  36. messageEnd: Thanks! Now I can make my hut.
  37. tasks:
  38. '1':
  39. type: collect
  40. object:
  41. id: 3
  42. name: Dirt
  43. amount: 64
  44. market:
  45. fee:
  46. toJoin:
  47. money: -50
  48. health: 0
  49. hunger: 0
  50. toDrop:
  51. money: -50
  52. health: 0
  53. hunger: 0
  54. reward:
  55. money: 500
  56. health: 0
  57. hunger: 0
Advertisement
Add Comment
Please, Sign In to add comment