Advertisement
Guest User

(flu147) Paths.yml

a guest
Jan 27th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 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. Test:
  5. prerequisites:
  6. world:
  7. value: world_nether
  8. money:
  9. value: 1000
  10. requirements:
  11. money:
  12. value: 10000
  13. blocks broken:
  14. value: 50
  15. results:
  16. command:
  17. value: broadcast &p has just completed path 'Default'!
  18. command2:
  19. value: give &p 1 100
  20. command3:
  21. value: 'pex user &p group set Default'
  22. message:
  23. value: Congratulations, you completed the 'Default' path!
  24. options:
  25. display name: Test path
  26.  
  27. Freeman:
  28. prerequisites:
  29. in group:
  30. value: default
  31. requirements:
  32. time:
  33. value: 12h
  34. votes:
  35. value: 4
  36. results:
  37. command:
  38. value: broadcast &5&p &dhas just become a Freeman!
  39. command2:
  40. value: lp user &p permission set group.freeman true
  41. message:
  42. value: Congratulations, you have become a Freeman! Visit warp ranks to begin your journey!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement