Advertisement
FatalBlade

paths.yml

Jul 13th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. # Paths file - This file will contain all paths that a player is allowed to take. Previously known as 'AdvancedConfig.yml'.
  2. # This file contains (by default) a Test group that shows the basic syntax of this file.
  3. # For more information, go to https://github.com/Armarr/Autorank-2/wiki/How-to-configure-the-Paths.yml-file%3F.
  4. ranks:
  5. Peasant:
  6. requirements:
  7. time:
  8. value: 500d
  9. results:
  10. rank change: Neophyte
  11. command: say &p just got a promotion; broadcast &p has just been promoted to Member!
  12. message: Congratulations, you can build shit.
  13. options:
  14. auto choose: true
  15. priority: 1000
  16. Neophyte:
  17. prerequisites:
  18. in group:
  19. value: Neophyte
  20. requirements:
  21. time:
  22. value: 3h
  23. exp:
  24. value: 5
  25. gamemode:
  26. value: 0
  27. mobs killed:
  28. value: 100
  29. mobs killed2:
  30. value: 2;creeper
  31. results:
  32. rank change: Apprentice
  33. command: say &p has just been promoted to Apprentice!
  34. command2: give &p 1 100; eco give &p 500
  35. command3: tell &p You have just earned 100 stone and ¥500!
  36. message: Congratulations, you are now an Apprentice.
  37. options:
  38. auto choose: true
  39. priority: 1000
  40. Apprentice:
  41. prerequisites:
  42. in group:
  43. value: Apprentice
  44. requirements:
  45. time:
  46. value: 12h
  47. exp:
  48. value: 10
  49. gamemode:
  50. value: 0
  51. mobs killed:
  52. value: 150
  53. results:
  54. rank change: Novice
  55. command: say &p has just been promoted to Novice!
  56. message: Congratulations, you are now an Novice.
  57. options:
  58. auto choose: true
  59. priority: 1000
  60. Novice:
  61. prerequisites:
  62. in group:
  63. value: Novice
  64. requirements:
  65. time:
  66. value: 1d
  67. exp:
  68. value: 15
  69. blocks moved:
  70. value: 50000;5
  71. gamemode:
  72. value: 0
  73. mobs killed:
  74. value: 300
  75. results:
  76. rank change: Journeyman
  77. command: say &p has just been promoted to Journeyman!
  78. message: Congratulations, you are now an Journeyman.
  79. options:
  80. auto choose: true
  81. priority: 1000
  82. Journeyman:
  83. prerequisites:
  84. in group:
  85. value: Journeyman
  86. requirements:
  87. time:
  88. value: 1d 12h
  89. exp:
  90. value: 20
  91. items crafted:
  92. value: 500
  93. gamemode:
  94. value: 0
  95. mobs killed:
  96. value: 1000
  97. results:
  98. rank change: Craftsman
  99. command: say &p has just been promoted to Craftsman!
  100. message: Congratulations, you are now an Craftsman.
  101. options:
  102. auto choose: true
  103. priority: 1000
  104. Craftsman:
  105. prerequisites:
  106. in group:
  107. value: Craftsman
  108. requirements:
  109. time:
  110. value: 2d
  111. exp:
  112. value: 25
  113. world:
  114. value: world_nether
  115. world2:
  116. value: world
  117. gamemode:
  118. value: 0
  119. mobs killed:
  120. value: 1500
  121. mobs killed2:
  122. value: 5;ghast
  123. results:
  124. rank change: Adept
  125. command: say &p has just been promoted to Adept!
  126. message: Congratulations, you are now an Adept.
  127. options:
  128. auto choose: true
  129. priority: 1000
  130. Adept:
  131. prerequisites:
  132. in group:
  133. value: Adept
  134. requirements:
  135. time:
  136. value: 4d
  137. exp:
  138. value: 30
  139. gamemode:
  140. value: 0
  141. mobs killed:
  142. value: 2000
  143. mobs killed2:
  144. value: 10;blaze
  145. mobs killed2:
  146. value: 30;magma_cube
  147. results:
  148. rank change: Expert
  149. command: say &p has just been promoted to Expert!
  150. message: Congratulations, you are now an Expert.
  151. options:
  152. auto choose: true
  153. priority: 1000
  154. Expert:
  155. prerequisites:
  156. in group:
  157. value: Expert
  158. requirements:
  159. time:
  160. value: 8d
  161. exp:
  162. value: 40
  163. gamemode:
  164. value: 0
  165. mobs killed:
  166. value: 2500
  167. mobs killed2:
  168. value: 250;creeper
  169. mobs killed2:
  170. value: 500;skeleton
  171. mobs killed3:
  172. value: 500;spider
  173. mobs killed4:
  174. value: 500;zombie
  175. mobs killed5:
  176. value: 250;enderman
  177. mobs killed6:
  178. value: 250;slime
  179. mobs killed7:
  180. value: 500;wither_skeleton
  181. results:
  182. rank change: Master
  183. command: say &p has just been promoted to Master!
  184. message: Congratulations, you are now an Master.
  185. options:
  186. auto choose: true
  187. priority: 1000
  188. #Master:
  189. # prerequisites:
  190. # in group:
  191. # value: Master
  192. # requirements:
  193. # time:
  194. # value: 10d
  195. # exp:
  196. # value: 50
  197. # gamemode:
  198. # value: 0
  199. # mobs killed:
  200. # value: 5000
  201. # world:
  202. # value: world_end
  203. # results:
  204. # rank change: 1stDan
  205. # command: say &p has just been promoted to 1stDan!
  206. # message: Congratulations, you are now an 1stDan.
  207. # options:
  208. # auto choose: true
  209. # priority: 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement