Advertisement
Nistune

Untitled

Aug 19th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 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. captain:
  34. description: Adds deckhand world access
  35. requirements:
  36. money: 20000
  37. exp: 0
  38. health: 0
  39. hunger: 0
  40. commands:
  41. - /manuaddsub {player} deckhand
  42. announcement: '{player} has ranked up from [cabinboy] to [deckhand]!'
  43. cooldown: 0
  44. teir:1
  45. captain:
  46. description: Adds sailor world access
  47. requirements:
  48. money: 60000
  49. exp: 0
  50. health: 0
  51. hunger: 0
  52. commands:
  53. - /manudelsub {player} deckhand
  54. - /manuaddsub {player} sailor
  55. announcement: '{player} has ranked up from [deckhand] to [sailor]!'
  56. cooldown: 0
  57. teir:2
  58. captain:
  59. description: Adds free world access
  60. requirements:
  61. money: 60000
  62. exp: 0
  63. health: 0
  64. hunger: 0
  65. commands:
  66. - /manudelsub {player} sailor
  67. - /manuaddsub {player} free
  68. teir:3
  69. announcement: '{player} has ranked up from [Sailor] to [Free]!'
  70. cooldown: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement