Advertisement
Guest User

Untitled

a guest
Oct 24th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. # see https://github.com/okx-code/Rankup3/wiki/Rank-format
  2.  
  3. # this name doesn't matter
  4. Regular:
  5. # the name of the group
  6. # players have to be in this rank to rankup
  7. rank: 'default'
  8. # the name of the rank a player can rankup to
  9. next: 'player'
  10. # List of requirements to go to the next rank
  11. # This example will charge 1000 money to rankup from A to B.
  12. # https://github.com/okx-code/Rankup3/wiki/Requirements
  13. # custom requirements can also be added by other plugins.
  14. requirements:
  15. - 'group default'
  16. # the console will run these commands when a player ranks up
  17. # nb: groups are automatically changed with vault
  18. #commands:
  19. # this will run when a player ranks up from A to B.
  20. #- 'say {PLAYER} ongratulations, you are now {RANK}!'
  21. rank: 'player'
  22. next: 'regular'
  23. requirements:
  24. - 'playtime-minutes 4000'
  25. - 'permission essentials.help'
  26. # you can have a custom messages for each rank
  27. # the paths of these messages are the same as in the messages for your locale
  28. rankup:
  29. requirements-not-met: ''
  30. list:
  31. complete: ""
  32. current: ""
  33. incomplete: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement