Advertisement
Guest User

Untitled

a guest
Apr 8th, 2014
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. # Remember, YAML does not understand the 'tab' key. You must use spaces instead.
  2. # Note that this plugin REQUIRES you have Vault. Download it here: http://dev.bukkit.org/server-mods/vault/
  3.  
  4. # If this is true, it will override any groups when someone ranks up. Only worry about this if a given person may have multiple ranks.
  5. settings:
  6. override-groups: false
  7. do-not-edit-this: 1
  8. # Groups are ordered in the succession you want them to be. Format as follows: rankname: price ( Price can have a decimal place )
  9. ranks:
  10. Z: 0
  11. Y: 25000
  12. X: 75000
  13. W: 250000
  14. V: 750000
  15. U: 2000000
  16. T: 5000000
  17. S: 10000000
  18. R: 25000000
  19. Q: 75000000
  20. P: 200000000
  21. O: 500000000
  22. N: 1000000000
  23. M: 3000000000
  24. L: 8000000000
  25. K: 10500000000
  26. J: 30000000000
  27. I: 45000000000
  28. H: 60000000000
  29. G: 80000000000
  30. F: 100000000000
  31. E: 125000000000
  32. D: 150000000000
  33. C: 200000000000
  34. B: 250000000000
  35. A: 300000000000
  36. Free: 400000000000
  37. Pre1: 650000000000
  38. Pre2: 1250000000000
  39. Pre3: 2000000000000
  40. Pre4: 2750000000000
  41. Pre5: 4000000000000
  42. PrisonKing: 5000000000000
  43. PrisonKing2: 6000000000000
  44. PrisonKing3: 6500000000000
  45. PrisonKing4: 7000000000000
  46. PrisonKing5: 8000000000000
  47. PrisonGod: 9000000000000
  48. PrisonOverlord: 9500000000000
  49. PrisonTitan: 10000000000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement