Advertisement
Guest User

config

a guest
Oct 21st, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. custom12:
  2. name: T1Quest-12
  3. ask-message: Here's the quest. Are you interested in taking up this quest?
  4. finish-message: Thank you for completing the quest. Here's the reward for completing
  5. the quest!
  6. requirements:
  7. quests:
  8. - T1Quest-11
  9. fail-requirement-message: You need to complete [T1Quest-11] first.
  10. stages:
  11. ordered:
  12. '1':
  13. break-block-names:
  14. - Carrots
  15. break-block-amounts:
  16. - 500
  17. break-block-durability:
  18. - 0
  19. start-message: Harvest 500 Carrots.
  20. complete-message: Quest Complete.
  21. '2':
  22. npc-ids-to-talk-to:
  23. - 54
  24. start-message: Report back to Completor in Guild Hall.
  25. complete-message: Quest Complete.
  26. rewards:
  27. money: 2000
  28. commands:
  29. - comitems give -p <player> Fly1 -a 1
  30. options:
  31. allow-commands: true
  32. allow-quitting: true
  33. use-dungeonsxl-plugin: false
  34. use-parties-plugin: true
  35. share-progress-level: 1
  36. require-same-quest: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement