Advertisement
Guest User

Untitled

a guest
Jun 6th, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 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. Default: 0
  11. B: 8000
  12. C: 15000
  13. D: 25000
  14. E: 50000
  15. F: 100000
  16. G: 500000
  17. H: 5000000
  18. I: 200000000
  19. J: 500000000
  20. K: 120000000
  21. L: 500000000
  22. Free: 10000000000
  23. P1A: 10000000000
  24. P1B: 15000000000
  25. P1C: 20000000000
  26. P1D: 25000000000
  27. P1E: 30000000000
  28. P1F: 35000000000
  29. P1G: 40000000000
  30. P1H: 45000000000
  31. P1I: 50000000000
  32. P1J: 55000000000
  33. P1K: 60000000000
  34. P1L: 65000000000
  35. P1Free: 70000000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement