Advertisement
Guest User

Untitled

a guest
May 25th, 2019
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. Tiers {
  2. # These are the various tiers. Each has a possible tasks you can get at random
  3. "1"=[
  4. "Kill10Magikarp",
  5. "Kill15Geodude",
  6. "Catch10Zubat",
  7. "Catch5Magikarp",
  8. "Catch10Zubat",
  9. "Kill5Bosses80",
  10. "Mine64Diamond",
  11. "Place2IronBlock"
  12. ]
  13. "2"=[
  14. "Kill10Magikarp",
  15. "Kill15Geodude",
  16. "Catch10Zubat",
  17. "Catch5Magikarp",
  18. "Catch10Zubat",
  19. "Kill5Bosses80",
  20. "Mine64Diamond",
  21. "Place2IronBlock"
  22. ]
  23. "3"=[
  24. "Kill10Magikarp",
  25. "Kill15Geodude",
  26. "Catch10Zubat",
  27. "Catch5Magikarp",
  28. "Catch10Zubat",
  29. "Kill5Bosses80",
  30. "Mine64Diamond",
  31. "Place2IronBlock"
  32. ]
  33. "4"=[
  34. "Kill10Magikarp",
  35. "Kill15Geodude",
  36. "Catch10Zubat",
  37. "Catch5Magikarp",
  38. "Catch10Zubat",
  39. "Kill5Bosses80",
  40. "Mine64Diamond",
  41. "Place2IronBlock"
  42. ]
  43. "5"=[
  44. "Kill10Magikarp",
  45. "Kill15Geodude",
  46. "Catch10Zubat",
  47. "Catch5Magikarp",
  48. "Catch10Zubat",
  49. "Kill5Bosses80",
  50. "Mine64Diamond",
  51. "Place2IronBlock"
  52. ]
  53. }
  54. Tasks {
  55. "Kill10Magikarp" {
  56. Type="KILL_POKEMON"
  57. Pokemon="Magikarp"
  58. Level=0
  59. Amount=10
  60. }
  61. "Kill15Geodude" {
  62. Type="KILL_POKEMON"
  63. Pokemon="Geodude"
  64. Level=0
  65. Amount=15
  66. }
  67. "Kill20Turtwig" {
  68. Type="KILL_POKEMON"
  69. Pokemon="Turtwig"
  70. Level=0
  71. Amount=20
  72. }
  73. "Catch10Zubat" {
  74. Type="CATCH_POKEMON"
  75. Pokemon="Zubat"
  76. Level=20
  77. Amount=10
  78. }
  79. "Catch40Pikachu" {
  80. Type="CATCH_POKEMON"
  81. Pokemon="Pikachu"
  82. Level=0
  83. Amount=40
  84. }
  85. "Catch20Graveler" {
  86. Type="CATCH_POKEMON"
  87. Pokemon="Graveler"
  88. Level=20
  89. Amount=20
  90. }
  91. "Kill5Bosses80" {
  92. Type="KILL_BOSS"
  93. Amount=10
  94. Level=80
  95. }
  96. "Kill2Bosses40" {
  97. Type="KILL_BOSS"
  98. Amount=2
  99. Level=40
  100. }
  101. "Kill1Boss100" {
  102. Type="KILL_BOSS"
  103. Amount=1
  104. Level=40
  105. }
  106. "Mine64Diamond" {
  107. Type="MINE_BLOCKS"
  108. Amount=64
  109. Item="minecraft:diamond_ore"
  110. }
  111. "Chop128Wood" {
  112. Type="MINE_BLOCKS"
  113. Amount=128
  114. Item="minecraft:log"
  115. }
  116. "Mine8Emerald" {
  117. Type="MINE_BLOCKS"
  118. Amount=8
  119. Item="minecraft:emerald_ore"
  120. }
  121. "EvolveMagikarp" {
  122. Type="EVO_POKE"
  123. Pokemon="Magikarp"
  124. }
  125. "EvolveChimchar" {
  126. Type="EVO_POKE"
  127. Pokemon=Chimchar
  128. }
  129. "EvolveRiolu" {
  130. Type="EVO_POKE"
  131. Pokemon="Riolu"
  132. }
  133. "Place400StoneBrick" {
  134. Type="PLACE_BLOCKS"
  135. Amount=400
  136. Item="minecraft:stonebrick"
  137. }
  138. "Place1000Dirt" {
  139. Type="PLACE_BLOCKS"
  140. Amount=1000
  141. Item="minecraft:dirt"
  142. }
  143. "Place2IronBlocks" {
  144. Type="PLACE_BLOCKS"
  145. Amount=2
  146. Item="minecraft:iron_block"
  147. }
  148.  
  149. }
  150. Tier-Rewards {
  151. "1"=[
  152. "say these boyos support %player%"
  153. ]
  154. "2"=[
  155. "say these boyos support %player%"
  156. ]
  157. "3"=[
  158. "say these boyos support %player%"
  159. ]
  160. "4"=[
  161. "say these boyos support %player%"
  162. ]
  163. "5"=[
  164. "say these boyos support %player%"
  165. ]
  166. }
  167. Reward-Descriptions {
  168. "1"=[
  169. "&aTier 1 boyo reward",
  170. "Fuck I love rewards"
  171. ]
  172. "2"=[
  173. "&aTier 2 boyo reward",
  174. "Fuck I love rewards"
  175. ]
  176. "3"=[
  177. "&aTier 3 boyo reward",
  178. "Fuck I love rewards"
  179. ]
  180. "4"=[
  181. "&aTier 4 boyo reward",
  182. "Fuck I love rewards"
  183. ]
  184. "5"=[
  185. "&aTier 5 boyo reward",
  186. "DAMN am I tired. Someone should set these up"
  187. ]
  188. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement