Guest User

Untitled

a guest
Oct 24th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 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. NewPlayer: 0
  11. Trainer: 100
  12. digger: 5000
  13. novice: 10000
  14. lumberjack: 20000
  15. backpacker: 30000
  16. fisher: 40000
  17. farmer: 50000
  18. miner: 80000
  19. apprentice: 150000
  20. guildowner: 200000
  21. pokekid: 300000
  22.  
  23.  
  24. (NOTE::::: I did not use tab to write these ranks ^)
Advertisement
Add Comment
Please, Sign In to add comment