Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 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: true
  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. A: 10,000
  11. B: 20,000
  12. C: 30,000
  13. D: 40,000
  14. E: 50,000
  15. F: 70,000
  16. G: 90,000
  17. H: 110,000
  18. I: 140,000
  19. J: 170,000
  20. K: 200,000
  21. L: 240,000
  22. M: 280,000
  23. N: 320,000
  24. O: 360,000
  25. P: 450,000
  26. Q: 560,000
  27. R: 800,000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement