Advertisement
Im_Turtlee

ArcticPolarRanksAndSuffixes2

Nov 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. default: A
  2. ranks:
  3. A:
  4. permissions: # Add permissions to the player.
  5. - essentials.help
  6. - -essentials.helpop # Remove /helpop for going below the default rank
  7. description: '&7&oThis is the lowest rank.'
  8. price: 0
  9. refund: 0
  10. prefix: '&0[&7Guest&0]'
  11. suffix: ''
  12. group: 'Member' # You can configure permission groups that you can use.
  13. B:
  14. # The default rank does not inherit the permissions of the lower ranks if it is the default rank.
  15. permissions:
  16. - essentials.list
  17. - essentials.help
  18. description:
  19. - '&6This is the second rank, it lets you see who else is online'
  20. - '&7This rank costs: &a$100000'
  21. - '&cYou can refund this rank for: &a$50000'
  22. price: 100000
  23. refund: 50000
  24. prefix: '&0[&7Member&0] '
  25. C:
  26. permissions:
  27. - essentials.weather
  28. - essentials.time
  29. description:
  30. - '&6You can now check the time.'
  31. - '&6You can also control the weather!'
  32. - '&7This rank costs: &a$500000'
  33. - '&cYou can refund this rank for: &a$250000'
  34. price: 500000
  35. refund: 250000
  36. prefix: '&0[&fIce&0] '
  37.  
  38. D:
  39. permissions:
  40. - essentials.weather
  41. - essentials.time
  42. description:
  43. - '&6You can now check the time.'
  44. - '&6You can also control the weather!'
  45. - '&7This rank costs: &a$1000000'
  46. - '&cYou can refund this rank for: &a$500000'
  47. price: 1000000
  48. refund: 500000
  49. prefix: '&0[&BSnow&0] '
  50.  
  51. E:
  52. permissions:
  53. - essentials.weather
  54. - essentials.time
  55. description:
  56. - '&6You can now check the time.'
  57. - '&6You can also control the weather!'
  58. - '&7This rank costs: &a$5000000'
  59. - '&cYou can refund this rank for: &a$1000000'
  60. price: 5000000
  61. refund: 1000000
  62. prefix: '&0[&1Frost&0] '
  63.  
  64. F:
  65. permissions:
  66. - essentials.weather
  67. - essentials.time
  68. description:
  69. - '&6You can now check the time.'
  70. - '&6You can also control the weather!'
  71. - '&7This rank costs: &a$10000000'
  72. - '&cYou can refund this rank for: &a$5000000'
  73. price: 10000000
  74. refund: 5000000
  75. prefix: '&0[&6Polar&0] '
  76.  
  77. G:
  78. permissions:
  79. - essentials.weather
  80. - essentials.time
  81. description:
  82. - '&6You can now check the time.'
  83. - '&6You can also control the weather!'
  84. - '&7This rank costs: &a$100000000'
  85. - '&cYou can refund this rank for: &a$50000000'
  86. price: 100000000
  87. refund: 50000000
  88. prefix: '&0[&AH&bu&cs&ek&dy&0] '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement