Advertisement
Nistune

Untitled

Aug 20th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. # CmdRank Config File
  2. use-requirements:
  3. money: true
  4. exp: false
  5. health: false
  6. hunger: false
  7. cooldown: 0
  8. rerank: true
  9. hide-messages:
  10. rankup:
  11. not-available: false
  12. disabled: false
  13. rerank: false
  14. cooldown: false
  15. requirements: false
  16. announcement: false
  17. confirmation: false
  18. rankcheck:
  19. global-cooldown: false
  20. matches:
  21. disabled: true
  22. rerank: true
  23. cooldown: false
  24. requirements: false
  25. description: false
  26. requirements: false
  27. cooldown: false
  28. reranks: false
  29. disabled: false
  30. enable: true
  31. debug: false
  32. ranks:
  33. cabinboy:
  34. description: Rank you up from Cabinboy to Deckhand
  35. requirements:
  36. money: 20000
  37. exp: 0
  38. health: 0
  39. hunger: 0
  40. commands:
  41. - manuadd {player} deckhand
  42. announcement: '{player} has ranked up from [Cabinboy] to [Deckhand]!'
  43. cooldown: 0
  44. deckhand:
  45. description: Rank you up from deckahand to sailor
  46. requirements:
  47. money: 60000
  48. exp: 0
  49. health: 0
  50. hunger: 0
  51. commands:
  52. - manuadd {player} sailor
  53. announcement: '{player} has ranked up from [deckhand] to [Sailor]!'
  54. cooldown: 0
  55. sailor:
  56. description: Rank you up from Sailor to Free
  57. requirements:
  58. money: 120000
  59. exp: 0
  60. health: 0
  61. hunger: 0
  62. commands:
  63. - manuadd {player} free
  64. announcement: '{player} has ranked up from [Sailor] to [free]!'
  65. cooldown: 0
  66. captain:
  67. description: Adds deckhand world access
  68. requirements:
  69. money: 20000
  70. exp: 0
  71. health: 0
  72. hunger: 0
  73. commands:
  74. - /manuaddsub {player} deckhand
  75. announcement: '{player} has ranked up from [Sailor] to [Free]!'
  76. cooldown: 0
  77. captain:
  78. description: Adds sailor world access
  79. requirements:
  80. money: 60000
  81. exp: 0
  82. health: 0
  83. hunger: 0
  84. commands:
  85. - /manudelsub {player} deckhand
  86. - /manuaddsub {player} sailor
  87. announcement: '{player} has ranked up from [Sailor] to [Free]!'
  88. cooldown: 0
  89. captain:
  90. description: Adds free world access
  91. requirements:
  92. money: 60000
  93. exp: 0
  94. health: 0
  95. hunger: 0
  96. commands:
  97. - /manudelsub {player} sailor
  98. - /manuaddsub {player} free
  99. announcement: '{player} has ranked up from [Sailor] to [Free]!'
  100. cooldown: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement