Advertisement
Guest User

Untitled

a guest
May 28th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 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. Gjest to Begynner:
  5. prerequisites:
  6. in group: Slave
  7. upon choosing:
  8. message: "&7You have to be online &a45 minutes&7 to get upgraded to &aFarmer&7!"
  9. requirements:
  10. time: 45m
  11. results:
  12. command: pex user &p group set Farmer
  13. options:
  14. display name: "Slave to Farmer"
  15. auto choose: true
  16. Begynner to spiller:
  17. prerequisites:
  18. in group: Farmer
  19. upon choosing:
  20. message: "&7You have to be online &a12 Hours&7 to get upgraded to &aCitizen&7!"
  21. requirements:
  22. time: 12h
  23. results:
  24. command: pex user &p group set Citizen
  25. options:
  26. display name: "Farmer to Citizen"
  27. auto choose: true
  28. Citizen to knight:
  29. prerequisites:
  30. in group: Citizen
  31. upon choosing:
  32. message: "&7You have to be online &a168 Hours&7 to get upgraded to &aknight&7!"
  33. requirements:
  34. time: 168h
  35. results:
  36. command: pex user &p group set Knight
  37. options:
  38. display name: "Citizen to Knight"
  39. auto choose: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement