Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 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.  
  5.  
  6. Peon:
  7. prerequisites:
  8. in group:
  9. value: default
  10. requirements:
  11. time:
  12. value: 0h
  13. results:
  14. command:
  15. value: pex user &p group set Peon
  16. command2:
  17. value: eco give &p 5000
  18. command3:
  19. value: broadcast &p has just been promoted to Peon
  20. message:
  21. value: Wow, you Peon!
  22. options:
  23. display name: Peon
  24. auto choose: true
  25. show based on prerequisites: true
  26. Grunt:
  27. prerequisites:
  28. in group:
  29. value: Peon
  30. requirements:
  31. time:
  32. value: 24h
  33. results:
  34. command:
  35. value: pex user &p group set Grunt
  36. command2:
  37. value: eco give &p 3000
  38. command3:
  39. value: broadcast &p has just been promoted to Grunt
  40. message:
  41. value: You big ol Grunt!
  42. options:
  43. display name: Grunt
  44. auto choose: true
  45. show based on prerequisites: true
  46. Warrior:
  47. prerequisites:
  48. in group:
  49. value: Grunt
  50. requirements:
  51. time:
  52. value : 7d
  53. results:
  54. command:
  55. value: pex user &p group set Warrior
  56. command2:
  57. value: eco give &p 7000
  58. command3:
  59. value: broadcast &p has just been promoted to Warrior
  60. message:
  61. value: Warrior, you know how to weild those swords, pickaxes and axes well ;D!
  62. options:
  63. display name: Warrior
  64. auto choose: true
  65. show based on prerequisites: true
  66. Slayer:
  67. prerequisites:
  68. in group:
  69. value: Warrior
  70. requirements:
  71. time:
  72. value : 14d
  73. results:
  74. command:
  75. value: pex user &p group set Slayer
  76. command2:
  77. value: eco give &p 7000
  78. command3:
  79. value: broadcast &p has just been promoted to Slayer
  80. message:
  81. value: You've slain animals, mobs, and players. Congrats Slayer!!!
  82. options:
  83. display name: Slayer
  84. auto choose: true
  85. show based on prerequisites: true
  86. Champion:
  87. prerequisites:
  88. in group:
  89. value: Slayer
  90. requirements:
  91. time:
  92. value : 21d
  93. results:
  94. command:
  95. value: pex user &p group set Champion
  96. command2:
  97. value: eco give &p 15000
  98. command3:
  99. value: broadcast &p has just been promoted to Champion
  100. message:
  101. value: All this hard work, has brought you to this Champion!!!
  102. options:
  103. display name: Champion
  104. auto choose: true
  105. show based on prerequisites: true
  106. Lord:
  107. prerequisites:
  108. in group:
  109. value: Champion
  110. requirements:
  111. time:
  112. value : 28d
  113. results:
  114. command:
  115. value: pex user &p group set Lord
  116. command2:
  117. value: eco give &p 30000
  118. command3:
  119. value: broadcast &p has just been promoted to Lord
  120. message:
  121. value: You are a great Lord of our lands, hopefully you don't conquer more than this...
  122. options:
  123. display name: Lord
  124. auto choose: true
  125. show based on prerequisites: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement