Advertisement
colue

ranks2

Aug 11th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 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 to Gados:
  5. prerequisites:
  6. in group:
  7. value: Default
  8. requirements:
  9. time:
  10. value: 2m
  11. results:
  12. command:
  13. value: give &p 1 1000
  14. command2:
  15. value: 'luckperms user &p group add gados'
  16. message:
  17. value: Congratulations, you just got promoted to Gados!
  18. options:
  19. display name: Guest
  20. auto choose: true
  21. Gados to Argus:
  22. prerequisites:
  23. in group:
  24. value: Gados
  25. requirements:
  26. time:
  27. value: 5m
  28. results:
  29. command:
  30. value: give &p 1 1000
  31. command2:
  32. value: 'luckperms user &p group add argus'
  33. message:
  34. value: Congratulations, you just got promoted to Argus!
  35. options:
  36. display name: Gados
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement