Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. settings:
  2. # If a player is not in one of the rankup groups listed below, they will automatically be added to the first-rank group.
  3. first-rank: 'A'
  4. # When a player has the last-rank as their rank, they will no longer be able to rankup.
  5. last-rank: 'E'
  6.  
  7. rankups:
  8. A:
  9. cost: 0
  10. prefix: '&6[&bA&6]'
  11. rankup-to: B
  12. B:
  13. cost: 10000
  14. prefix: '&6[&2B&6]'
  15. rankup-to: C
  16. rankup-achieved-actions:
  17. - '[CONSOLE] broadcast &2{PLAYER} &fhas just ranked up to &b{NEW-RANK} &ffrom &c{OLD-RANK}&f.'
  18. - '[MESSAGE] &6You have been ranked up to &bB'
  19. - '[MESSAGE] &4$10000 &fhas been deducted from your account.'
  20. C:
  21. cost: 25000
  22. prefix: '&6[&dC&6]'
  23. rankup-to: D
  24. rankup-achieved-actions:
  25. - '[CONSOLE] broadcast &2{PLAYER} &fhas just rankedddddddddddddddddddddd up to &b{NEW-RANK} &ffrom &c{OLD-RANK}&f.'
  26. - '[MESSAGE] &6You have been ranked up to &bC'
  27. - '[MESSAGE] &4$25000 &fhas been deducted from your account.'
  28. D:
  29. cost: 50000
  30. prefix: '&6[&eD&6]'
  31. rankup-to: E
  32. rankup-achieved-actions:
  33. - '[CONSOLE] broadcast &2{PLAYER} &fhas just rankeddddddddddddddddd up to &b{NEW-RANK} &ffrom &c{OLD-RANK}&f.'
  34. - '[MESSAGE] &6You have been ranked up to &bD'
  35. - '[MESSAGE] &4$50000 &fhas been deducted from your account.'
  36. E:
  37. cost: 100000
  38. prefix: '&6[&5E&6]'
  39. rankup-achieved-actions:
  40. - '[CONSOLE] broadcast &2{PLAYER} &fhas just ranked up to &b{NEW-RANK} &ffrom &c{OLD-RANK}&f.'
  41. - '[MESSAGE] &6You have been ranked up to &bE'
  42. - '[MESSAGE] &4$100000 &fhas been deducted from your account.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement