Guest User

Untitled

a guest
Jan 29th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 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. default:
  11. Price: 0
  12. Permission: paidranks.normal
  13. Zaidejas:
  14. Price: 500
  15. Permission: paidranks.normal.I
  16. Apsylantis:
  17. Price: 800
  18. Permission: paidranks.normal.II
  19. Pazenges:
  20. Price: 1500
  21. Permission: paidranks.normal.III
  22. Patyres:
  23. Price: 2500
  24. Permission: paidranks.normal.IV
  25. Eilinis:
  26. Price: 4000
  27. Permission: paidranks.normal.V
  28. Karys:
  29. Price: 6000
  30. Permission: paidranks.normal.VI
  31. Zinomas:
  32. Price: 8500
  33. Permission: paidranks.normal.VII
  34. Serzantas:
  35. Price: 12000
  36. Permission: paidranks.normal.VIII
  37. Kovotojas:
  38. Price: 15000
  39. Permission: paidranks.normal.IX
  40. Senbuvis:
  41. Price: 19000
  42. Permission: paidranks.normal.X
  43. Elitas:
  44. Price: 23000
  45. Permission: paidranks.normal.XI
  46. Pulkininkas:
  47. Price: 27000
  48. Permission: paidranks.normal.XII
  49. Generolas:
  50. Price: 32000
  51. Permission: paidranks.normal.XIII
  52. Majoras:
  53. Price: 37000
  54. Permission: paidranks.normal.XIV
  55. Imperatorius:
  56. Price: 45000
  57. Permission: paidranks.normal.XV
  58. NewLadders:
  59. #Format = <ladder>:
  60. #Required <rank>:
  61. #Required Price: <price> Example below.
  62. #Optional Permission: <permission>
  63.  
  64. #When true it will use /rankup <ladder>
  65. Enabled: false
  66. #The ladder name
  67. EpicLadder:
  68. #There must be a permission here. This is the main perm for the ladder
  69. Permission: paidranks.ladder.EpicLadder
  70. #This is the group
  71. donator:
  72. #This is the price (Required)
  73. Price: 200
  74. #This one is optional
  75. Permission: paidranks.ladder.EpicLadder.donator
  76. # ^^^^ These are examples of permissions with groups
  77. #vvv it can look like this too. But it will use the Permission defined at the top.
  78. donator+:
  79. Price: 300
  80.  
  81. # These lists are ordered from lowest rank to highest rank.
  82. # If you change default make sure you change it to the group
  83. # that your users enter when they join the server
  84. # or this plugin will not work. Group names must match
  85. # the group names in your permissions.yml file
  86. # or ranking up will not function properly.
Advertisement
Add Comment
Please, Sign In to add comment