Guest User

Untitled

a guest
May 22nd, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. groupslist:
  2. - default
  3. - Grower
  4. - Dealer
  5. - Cooker
  6. - Distributor
  7. - DrugLeader
  8. - DrugBaron
  9. - DrugLord
  10. - DrugPresident
  11. - Boss
  12.  
  13.  
  14. groups:
  15. default: 0
  16. Grower: 500
  17. Dealer: 5000
  18. Cooker: 10000
  19. Distributor: 25000
  20. DrugLeader: 100000
  21. DrugBaron: 500000
  22. DrugLord: 1000000
  23. DrugPresident: 5000000
  24. Boss: 10000000
  25.  
  26. # These lists are ordered from lowest rank to highest rank.
  27. # If you change default make sure you change it to the group
  28. # that your users enter when they join the server
  29. # or this plugin will not work. Group names must match
  30. # the group names in your permissions.yml file
  31. # or ranking up will not function properly.
Advertisement
Add Comment
Please, Sign In to add comment