Advertisement
Krustymk

Untitled

Feb 26th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 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. Default:
  5. prerequisites:
  6. in group:
  7. value: Default
  8. requirements:
  9. time:
  10. value: 10m
  11. results:
  12. command:
  13. value: 'pex user &p group set Newbie'
  14. message:
  15. value: 'Congratulations, you completed the Default path!'
  16. options:
  17. auto choose: true
  18. Newbie:
  19. prerequisites:
  20. in group:
  21. value: Newbie
  22. requirements:
  23. time:
  24. value: 10h
  25. results:
  26. command:
  27. value: 'pex user &p group set Member'
  28. message:
  29. value: 'Congratulations, you completed the Newbie path!'
  30. options:
  31. auto choose: true
  32. Member:
  33. prerequisites:
  34. in group:
  35. value: Member
  36. requirements:
  37. time:
  38. value: 1d
  39. results:
  40. command:
  41. value: 'pex user &p group set Player'
  42. message:
  43. value: 'Congratulations, you completed the Member path!'
  44. options:
  45. auto choose: true
  46. Player:
  47. prerequisites:
  48. in group:
  49. value: Player
  50. requirements:
  51. time:
  52. value: 5d
  53. results:
  54. command:
  55. value: 'pex user &p group set Trusted_Player'
  56. message:
  57. value: 'Congratulations, you completed the Trusted_Player path!'
  58. options:
  59. auto choose: true
  60. Trusted_Player:
  61. prerequisites:
  62. in group:
  63. value: Trusted_Player
  64. requirements:
  65. time:
  66. value: 10d
  67. results:
  68. command:
  69. value: 'pex user &p group set Senior_Player'
  70. message:
  71. value: 'Congratulations, you completed the Senior_Player path!'
  72. options:
  73. auto choose: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement