Advertisement
Guest User

Untitled

a guest
Jan 4th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 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. Regular:
  5. prerequisites:
  6. in group:
  7. value: default
  8. requirements:
  9. time:
  10. value: 10h
  11. results:
  12. command:
  13. value: lp user &p parent add regular
  14. command2:
  15. value: broadcast &p has just ranked up to Regular!
  16. message:
  17. value: Congratulations, you are now a Regular!
  18. options:
  19. auto choose: true
  20. Veteran:
  21. prerequisites:
  22. in group:
  23. value: regular
  24. requirements:
  25. time:
  26. value: 30h
  27. results:
  28. command:
  29. value: lp user &p parent add veteran
  30. command2:
  31. value: broadcast &p has just ranked up to Veteran!
  32. message:
  33. value: Congratulations, you are now a Veteran!
  34. options:
  35. auto choose: true
  36. Old Timer:
  37. prerequisites:
  38. in group:
  39. value: veteran
  40. requirements:
  41. time:
  42. value: 100h
  43. results:
  44. command:
  45. value: lp user &p parent add oldtimer
  46. command2:
  47. value: broadcast &p has just ranked up to Old Timer!
  48. message:
  49. value: Congratulations, you are now an Old Timer!
  50. options:
  51. auto choose: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement