Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 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. Test:
  5. prerequisites:
  6. world: world
  7. money: 100000000000000
  8. requirements:
  9. money: 1000000000000000
  10. time:
  11. value: 10h
  12. results:
  13. command: broadcast &p has just completed path '+'!
  14. command2: give &p 1 100
  15. command3: pex user &p group set 1
  16. message: Congratulations, you completed the '+' path!
  17. options:
  18. display name: Test path
  19. '1':
  20. prerequisites:
  21. in group:
  22. value: Guest
  23. requirements:
  24. time:
  25. value: 15m
  26. results:
  27. command: broadcast &p &9✘
  28. command2: soulbound give &p 1
  29. command3: pex user &p group set 1
  30. message: Congratulations, you got your first &9✘
  31. options:
  32. display name: 1st X
  33. '2':
  34. prerequisites:
  35. in group:
  36. value: 1
  37. requirements:
  38. time:
  39. value: 1h
  40. results:
  41. command: broadcast &p &9✘&3✘
  42. command2: soulbound give &p 1
  43. command3: pex user &p group set 2
  44. message: Congratulations, your rank is now &9✘&3✘
  45. options:
  46. display name: 2nd X
  47. '3':
  48. prerequisites:
  49. in group:
  50. value: 2
  51. requirements:
  52. time:
  53. value: 1d
  54. results:
  55. command: broadcast &p &9✘&3✘&b✘
  56. command2: soulbound give &p 1
  57. command3: pex user &p group set 3
  58. message: Congratulations, your rank is now &9✘&3✘&b✘
  59. options:
  60. display name: 3rd X
  61. '4':
  62. prerequisites:
  63. in group:
  64. value: 3
  65. requirements:
  66. time:
  67. value: 3d
  68. results:
  69. command: broadcast &p &9✘&3✘&b✘&a✘
  70. command2: soulbound give &p 1
  71. command3: pex user &p group set 4
  72. message: Congratulations, your rank is now &9✘&3✘&b✘&a✘
  73. options:
  74. display name: 4th X
  75. '5':
  76. prerequisites:
  77. in group:
  78. value: 4
  79. requirements:
  80. time:
  81. value: 7d
  82. results:
  83. command: broadcast &p &9✘&3✘&b✘&a✘&2✘
  84. command2: soulbound give &p 1
  85. command3: pex user &p group set 5
  86. message: Congratulations, your rank is now &9✘&3✘&b✘&a✘&2✘
  87. options:
  88. display name: 5th X
  89. '6':
  90. prerequisites:
  91. in group:
  92. value: 5
  93. requirements:
  94. time:
  95. value: 14d
  96. results:
  97. command: broadcast &p &9✘&3✘&b✘&a✘&2✘&e✘
  98. command2: soulbound give &p 1
  99. command3: pex user &p group set 6
  100. message: Congratulations, your rank is now &9✘&3✘&b✘&a✘&2✘&e✘
  101. options:
  102. display name: 6th X
  103. '7':
  104. prerequisites:
  105. in group:
  106. value: 6
  107. requirements:
  108. time:
  109. value: 21d
  110. results:
  111. command: broadcast &p &9✘&3✘&b✘&a✘&2✘&e✘&6✘
  112. command2: soulbound give &p 1
  113. command3: pex user &p group set 7
  114. message: Congratulations, your rank is now &9✘&3✘&b✘&a✘&2✘&e✘&6✘
  115. options:
  116. display name: 7th X
  117. '8':
  118. prerequisites:
  119. in group:
  120. value: 7
  121. requirements:
  122. time:
  123. value: 30d
  124. results:
  125. command: broadcast &p &9✘&3✘&b✘&a✘&2✘&e✘&6✘&c✘
  126. command2: soulbound give &p 1
  127. command3: pex user &p group set VIP
  128. message: Congratulations, your rank is now &9✘&3✘&b✘&a✘&2✘&e✘&6✘&c✘
  129. options:
  130. display name: 8th ✘
  131. '9':
  132. prerequisites:
  133. in group:
  134. value: VIP
  135. requirements:
  136. time:
  137. value: 60d
  138. results:
  139. command: broadcast &p &9✘&3✘&b✘&a✘&2✘&e✘&6✘&c✘&4+✘
  140. command2: soulbound give &p 1
  141. command3: pex user &p group set VIP+
  142. message: Congratulations, your rank is now &9✘&3✘&b✘&a✘&2✘&e✘&6✘&c✘&4✘
  143. options:
  144. display name: 9th &4✘
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement