Advertisement
Guest User

Untitled

a guest
Feb 15th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. DefaultPaidRanks:
  2. #Format = <rank>: Example below.
  3. #Required Price: <price>
  4. #Optional permission: <permission>
  5.  
  6. #When true it will use /rankup
  7. Enabled: true
  8. #There must be a permission here.
  9. Permission: paidranks.normal
  10. A:
  11. Price: 0
  12. #This one is optional
  13. Permission: paidranks.normal.default
  14. # ^^^^ These are examples of permissions with groups
  15. #vvv it can look like this too. But it will use the Permission defined at the top.
  16. A:
  17. Price: 0
  18. Permission: paidranks.normal
  19. B:
  20. Price: 200
  21. Permission: paidranks.normal.bprison
  22. C:
  23. Price: 1000
  24. Permission: paidranks.normal.cprison
  25. D:
  26. Price: 1200
  27. Permission: paidranks.normal.dprison
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement