Guest User

Untitled

a guest
Jan 12th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. groups:
  2. Null:
  3. default: true
  4. options:
  5. rank: ''
  6. prefix: '&f[Null]'
  7. suffix:
  8. inheritance:
  9. permissions:
  10. Peasant:
  11. default: false
  12. options:
  13. rank: ''
  14. prefix: '&7[Peasant]'
  15. suffix:
  16. inheritance:
  17. - Null
  18. Permissions:
  19. Citizen:
  20. default: false
  21. options:
  22. rank: ''
  23. prefix: '&d[Citizen]'
  24. suffix:
  25. inheritance:
  26. - Peasant
  27. permissions:
  28. Builder:
  29. default: false
  30. options:
  31. rank: ''
  32. prefix: '&b[Builder]'
  33. Suffix:
  34. inheritance:
  35. - Citizen
  36. permissions:
  37. Designer:
  38. default: false
  39. options:
  40. rank: ''
  41. prefix: '&e[Designer]'
  42. suffix:
  43. inheritance:
  44. permissions:
  45. Architect:
  46. default: false
  47. options:
  48. rank: ''
  49. prefix: '&6[Architect]'
  50. suffix:
  51. inheritance:
  52. - Designer
  53. permissions:
  54. Police:
  55. default: false
  56. options:
  57. rank: ''
  58. prefix: '&1[Police]'
  59. suffix:
  60. inheritance:
  61. - Architect
  62. permissions:
  63. Military:
  64. default: false
  65. options:
  66. rank: ''
  67. prefix: '&2[Military]'
  68. suffix:
  69. inheritance:
  70. - Police
  71. permissions:
  72. Government:
  73. default: false
  74. options:
  75. rank: ''
  76. prefix: '&8[Government]'
  77. suffix:
  78. inheritance:
  79. - Police
  80. permissions:
  81. President:
  82. default: false
  83. options:
  84. rank: ''
  85. prefix: '&0[President]'
  86. suffix:
  87. inheritance:
  88. - Military
  89. permissions:
  90. - '*'
  91. - worldedit.*
Add Comment
Please, Sign In to add comment