Advertisement
Diamond_Cat

AutoRank Paths.yml

Sep 18th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 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. CrewMember:
  5. prerequisites:
  6. in group: stowaway
  7. requirements:
  8. votes: 3
  9. results:
  10. command: broadcast &p has just completed path 'CrewMember'!
  11. command2: 'pex user &p group set crewmember'
  12. message: Congratulations, you completed the 'CrewMember' path!
  13. options:
  14. display name: CrewMember
  15. Private:
  16. prerequisites:
  17. in group: CrewMember
  18. requirements:
  19. votes: 12
  20. results:
  21. command: broadcast &p has just completed path 'Private'!
  22. command2: 'pex user &p group set private'
  23. message: Congratulations, you completed the 'Private' path!
  24. options:
  25. display name: Private
  26. Lieutenant:
  27. prerequisites:
  28. in group: private
  29. requirements:
  30. votes: 24
  31. results:
  32. command: broadcast &p has just completed path 'Lieutenant'!
  33. command2: 'pex user &p group set lieutenant'
  34. message: Congratulations, you completed the 'Lieutenant' path!
  35. options:
  36. display name: Lieutenant
  37. Commander:
  38. prerequisites:
  39. in group: Lieutenant
  40. requirements:
  41. votes: 42
  42. results:
  43. command: broadcast &p has just completed path 'Commander'!
  44. command2: 'pex user &p group set commander'
  45. message: Congratulations, you completed the 'Commander' path!
  46. options:
  47. display name: Commander
  48. Officer:
  49. prerequisites:
  50. in group: Commander
  51. requirements:
  52. votes: 108
  53. results:
  54. command: broadcast &p has just completed path 'Officer'!
  55. command2: 'pex user &p group set officer'
  56. message: Congratulations, you completed the 'officer' path!
  57. options:
  58. display name: Officer
  59. Admiral:
  60. prerequisites:
  61. in group: Officer
  62. requirements:
  63. votes: 186
  64. results:
  65. command: broadcast &p has just completed path 'Admiral'!
  66. command2: 'pex user &p group set admiral'
  67. message: Congratulations, you completed the 'Admiral' path!
  68. options:
  69. display name: Admiral
  70. Captain:
  71. prerequisites:
  72. in group: Admiral
  73. requirements:
  74. votes: 240
  75. results:
  76. command: broadcast &p has just completed path 'Captain'!
  77. command2: 'pex user &p group set captain'
  78. message: Congratulations, you completed the 'Captain' path!
  79. options:
  80. display name: Captain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement