Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Default:
  2. rank: 'default'
  3. next: 'ranger'
  4. requirements:
  5. money: 100000
  6. playtime-minutes: 2880
  7. commands: 'broadcast {PLAYER} has advanced from {OLD_RANK} to {RANK}!'
  8. Ranger:
  9. rank: 'ranger'
  10. next: 'hero'
  11. requirements:
  12. money: 50000
  13. playtime-minutes: 7200
  14. commands: 'broadcast {PLAYER} has advanced from {OLD_RANK} to {RANK}!'
  15. Hero:
  16. rank: 'hero'
  17. next: 'legend'
  18. requirements:
  19. money: 1000000
  20. playtime-minutes: 14400
  21. commands: 'broadcast {PLAYER} has advanced from {OLD_RANK} to {RANK}!'
  22. Legend:
  23. rank: 'legend'
  24. rankup:
  25. requirements-not-met: '&cYou need 5000 money and 2 levels of XP to rankup to D.'
  26. list:
  27. complete: "&7{OLD_RANK} &8\xbb &7{RANK} &e(5000 money, 2 XP levels)"
  28. current: "&c{OLD_RANK} &e\xbb &c{RANK} &e(5000 money, 2 XP levels)"
  29. incomplete: "&r{OLD_RANK} &e\xbb &r{RANK} &e(5000 money, 2 XP levels)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement