Advertisement
jjacobson

Untitled

May 28th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 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: false
  8. #There must be a permission here.
  9. Permission: paidranks.normal
  10. default:
  11. Price: 100
  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. moderator:
  17. Price: 200
  18. NewLadders:
  19. #Format = <ladder>:
  20. #Required <rank>:
  21. #Required Price: <price> Example below.
  22. #Optional Permission: <permission>
  23.  
  24. #When true it will use /rankup <ladder>
  25. Enabled: true
  26. #The ladder name
  27. default:
  28. Permission: paidranks.default
  29. default:
  30. adventurer:
  31. Price: 100
  32. elite:
  33. Price: 100
  34. fighter:
  35. Price: 100
  36. knight:
  37. Price: 100
  38. warrior:
  39. Price: 100
  40. legend:
  41. Price: 100
  42. veteran:
  43. Price: 100
  44. vip:
  45. Permission: paidranks.vip
  46. vip:
  47. 1vip:
  48. Price: 100
  49. 2vip:
  50. Price: 100
  51. 3vip:
  52. Price: 100
  53. 4vip:
  54. Price: 100
  55. 5vip:
  56. Price: 100
  57.  
  58. # These lists are ordered from lowest rank to highest rank.
  59. # If you change default make sure you change it to the group
  60. # that your users enter when they join the server
  61. # or this plugin will not work. Group names must match
  62. # the group names in your permissions.yml file
  63. # or ranking up will not function properly.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement