Advertisement
ReshiStar

Untitled

Mar 13th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. quest_config:
  2. type: yaml data
  3.  
  4. general:
  5. sort objectives alphanumerically: true
  6.  
  7. scrolls:
  8.  
  9. unknown:
  10. tutorial:
  11. item: paper
  12. display: '&2Tutorial Scroll'
  13. quests:
  14. - tutorial
  15.  
  16. novice:
  17. item: paper
  18. display: '&6Novice Scroll'
  19. quests:
  20. - tutorial
  21.  
  22. advanced:
  23. item: paper
  24. display: '&6Advanced Scroll'
  25. quests:
  26. - tutorial
  27.  
  28. expert:
  29. item: paper
  30. display: '&6Expert Scroll'
  31. quests:
  32. - tutorial
  33.  
  34. master:
  35. item: paper
  36. display: '&6Master Scroll'
  37. quests:
  38. - tutorial
  39.  
  40. quests:
  41. tutorial:
  42. item: paper
  43. display: '&2Tutorial Quest Scroll'
  44. steps: 2-5
  45. objectives:
  46. 1:
  47. type: fish
  48. item: cod
  49. amount: 100-100
  50. display: '&3Cod'
  51. 2:
  52. type: fish
  53. item: anything
  54. amount: 100-100
  55. display: '&2Fish 100 Things'
  56. # 3:
  57. # type: break
  58. # material: stone
  59. # amount: 100-100
  60. # display: '&7Stone'
  61. # 4:
  62. # type: break
  63. # material: anything
  64. # amount: 100-100
  65. # display: '&2Stuff'
  66. # 5:
  67. # type: kill
  68. # entity: cow
  69. # amount: 100-100
  70. # display: '&8Cows'
  71. # 6:
  72. # type: kill
  73. # entity: anything
  74. # amount: 100-100
  75. # display: '&2Kill Things'
  76. # 7:
  77. # type: interact
  78. # material: diamond_block
  79. # display: '&6Diamond Block'
  80. # 8:
  81. # type: region
  82. # enter: pyramid
  83. # display: '&6the Pyramid'
  84. # 9:
  85. # type: kill
  86. # entity: Wanderer
  87. # amount: 100-100
  88. # display: '&2Kill Wanderer'
  89. #9:
  90. # type: craft
  91. # item: stone_button
  92. # amount: 100-100
  93. # display: '&1Stone buttons'
  94. #10:
  95. # type: craft
  96. # item: anything
  97. # amount: 100-100
  98. # display: '&2Stuff'
  99. #11:
  100. # type: cook
  101. # item: charcoal
  102. # amount: 100-100
  103. # display: '&8Charcoal'
  104. #12:
  105. # type: cook
  106. # item: anything
  107. # amount: 100-100
  108. # display: '&2Stuff'
  109. #13:
  110. # type: damage
  111. # entity: Wanderer
  112. # amount: 100-100
  113. # display: '&3Wanderer'
  114. #14:
  115. # type: damage
  116. # entity: Wanderer
  117. # item: stick
  118. # amount: 100-100
  119. # display: '&3Wanderer &fwith a &7Stick'
  120. #15:
  121. # type: damage
  122. # entity: anything
  123. # amount: 100-100
  124. # display: '&3Things'
  125. #16:
  126. # type: damage
  127. # entity: anything
  128. # item: stick
  129. # amount: 100-100
  130. # display: '&2Things &fwith a &7Stick'
  131. #17:
  132. # type: damage
  133. # entity: anything
  134. # item: anything
  135. # amount: 100-100
  136. # display: '&2Things &fwith &7Gear'
  137. 18:
  138. type: walk
  139. amount: 100-100
  140. display: '&6Walk'
  141. 19:
  142. type: swim
  143. amount: 100-100
  144. display: '&1Swim'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement