Advertisement
Guest User

PaidRanks Config

a guest
Nov 8th, 2012
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. # Make sure all the editable ones of ladders is LOWER CASE! see example MUST BE LIKE THIS but with your own
  2. # When you type /rankup <ladder>
  3.  
  4. ####################################################################
  5. ###### READ NOW SO YOU WONT GET ERRORS OR IT DOES NOTHING!!!! ######
  6. # #
  7. # On the ladder groups like the fire: fire_novice. Thats the #
  8. # level they require in order for the ladder to start the chain! #
  9. # #
  10. ####################################################################
  11.  
  12. Config:
  13. # Have old payranks back with new paidranks?
  14. #If you want /rankup
  15. oldpayranks: false
  16. #If you want ladders
  17. ladders: true
  18. # permission is for the permission node for the default /rankup
  19. permission: paidranks.nonladder
  20.  
  21. ####### If Config.oldpayranks is true ONLY!
  22.  
  23. OldPayRanks:
  24. groupslist:
  25. - default
  26. - member
  27. Prices:
  28. default: 0
  29. member: 100
  30.  
  31. ####### If Config.oldpayranks is true ONLY!
  32.  
  33. Ladders:
  34. - guest
  35. - warrior
  36. - hunter
  37. - mage
  38. - architect
  39. - explorer
  40. - blacksmith
  41.  
  42. Prices:
  43. warrior:
  44. warrior: 7500
  45. hunter:
  46. hunter: 7500
  47. mage:
  48. mage: 7500
  49. architect:
  50. architect: 7500
  51. explorer:
  52. explorer: 7500
  53. blacksmith:
  54. blacksmith: 7500
  55.  
  56. Permissions:
  57. warrior: paidranks.warrior
  58. hunter: paidranks.hunter
  59. mage: paidranks.mage
  60. architect: paidranks.architect
  61. explorer: paidranks.explorer
  62. blacksmith: paidranks.blacksmith
  63.  
  64. warrior:
  65. - warrior
  66.  
  67. hunter:
  68. - hunter
  69.  
  70. mage:
  71. - mage
  72.  
  73. architect:
  74. - architect
  75.  
  76. explorer:
  77. - explorer
  78.  
  79. blacksmith:
  80. - blacksmith
  81.  
  82. # These lists are ordered from lowest rank to highest rank.
  83. # If you change default make sure you change it to the group
  84. # that your users enter when they join the server
  85. # or this plugin will not work. Group names must match
  86. # the group names in your permissions.yml file
  87. # or ranking up will not function properly.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement