Advertisement
Guest User

Untitled

a guest
Mar 31st, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. groups:
  2. Peasant:
  3. options:
  4. default: true
  5. prefix: '&f[&aPeasant&f]&a '
  6. weight: '15'
  7. inheritance:
  8. - null
  9. permissions:
  10. - modifyworld.*
  11. - ezranks.rank.Peasant
  12. Slave:
  13. options:
  14. default: false
  15. prefix: '&f[&bSlave&f]&b '
  16. weight: '14'
  17. inheritance:
  18. - Peasant
  19. permissions:
  20. - ezranks.rank.Slave
  21. Serf:
  22. options:
  23. default: false
  24. prefix: '&f[&cSerf&f]&c '
  25. weight: '13'
  26. inheritance:
  27. - Slave
  28. permissions:
  29. - ezranks.rank.Serf
  30. Freeman:
  31. options:
  32. default: false
  33. prefix: '&f[&dFreeman&f]6d '
  34. weight: '12'
  35. inheritance:
  36. - Serf
  37. permissions:
  38. - ezranks.rank.Freeman
  39. Merchant:
  40. options:
  41. default: false
  42. prefix: '&f[&2Merchant%f]&2 '
  43. weight: '11'
  44. inheritance:
  45. - Freeman
  46. permissions:
  47. - ezranks.rank.Merchant
  48. ChurchMan:
  49. options:
  50. default: false
  51. prefix: '&f[&7ChurchMan&f]&7 '
  52. weight: '10'
  53. inheritance:
  54. - Merchant
  55. permissions:
  56. - ezranks.rank.ChurchMan
  57. Colonist:
  58. options:
  59. default: false
  60. prefix: '&f[&5Colonist&f]&5 '
  61. weight: '9'
  62. inheritance;
  63. - ChurchMan
  64. permissions:
  65. - ezranks.rank.Colonist
  66. Cavalier:
  67. options:
  68. default: false
  69. prefix: '&f[&3Cavalier&f]&3 '
  70. weight: '8'
  71. inheritance;
  72. - Colonist
  73. permissions:
  74. - ezranks.rank.Cavalier
  75. Earl:
  76. options:
  77. default: false
  78. prefix: '&f[&9Earl&f]&9 '
  79. weight: '7'
  80. inheritance:
  81. - Cavalier
  82. permissions:
  83. - ezranks.rank.Earl
  84. Dukke:
  85. options:
  86. default: false
  87. prefix: '&f[&bDukke&f]&b '
  88. weight: '6'
  89. inheritance:
  90. - Earl
  91. permissions:
  92. - ezranks.rank.Dukke
  93. Usurper:
  94. options:
  95. default: false
  96. prefix: '&f[&cUsurper&f]&c '
  97. weight: '5'
  98. inheritance:
  99. - Dukke
  100. permissions:
  101. - ezranks.rank.Usurper
  102. Viceroy:
  103. options:
  104. default: false
  105. prefix: '&f[&9Viceroy&f]&9 '
  106. weight: '4'
  107. inheritance:
  108. - Usurper
  109. permissions:
  110. - ezranks.rank.Viceroy
  111. Princess:
  112. options:
  113. default: false
  114. prefix: '&f[&dPrincess&f]&d '
  115. weight: '3'
  116. inheritance:
  117. - Viceroy
  118. permissions:
  119. - ezranks.rank.Princess
  120. Prince:
  121. options:
  122. default: false
  123. prefix: '&f[&5Prince&f]&5 '
  124. weight: '2'
  125. inheritance:
  126. - Princess
  127. permissions:
  128. - ezranks.rank.prince
  129. King:
  130. options:
  131. default: false
  132. prefix: '&f[&4King&f]&4 '
  133. weight: '1'
  134. inheritance:
  135. - Prince
  136. permissions:
  137. - ezranks.rank.King
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement