Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. groups:
  2. Default
  3. default: true
  4. build: true
  5. prefix: '&7[Member]&f'
  6. permissions
  7. - essentials.help
  8. - modifyworld.chat
  9. - modifyworld.*
  10. - essentials.home
  11. - essentials.sethome
  12. - essentials.back
  13. - essentials.tpa
  14. - essentials.tpaccept
  15. - essentials.tpdeny
  16. - essentials.spawn
  17. - essentials.tpahere
  18. Specialist:
  19. build: true
  20. inheritance:
  21. - Default
  22. prefix: '&6[Specialist]&f'
  23. permissions:
  24. - kit.spawn.Specialist
  25. - essentials.nick
  26. - essentials.nick.color
  27. King:
  28. build: true
  29. inheritance:
  30. - Specialist
  31. prefix: '&3[King]&f'
  32. permissions:
  33. - essentials.feed
  34. - essentials.heal
  35. - kit.spawn.King
  36. Titan:
  37. build: true
  38. inheritance:
  39. - King
  40. prefix: '&b[Titan]&7'
  41. suffix: '&7'
  42. permissions:
  43. - essentials.broadcast
  44. - essentials.workbench
  45. - essentials.fly
  46. - kit.spawn.Titan
  47. God:
  48. build: true
  49. inheritance:
  50. - Titan
  51. prefix: '&3[God]&7'
  52. suffix: '&7'
  53. permissions:
  54. - essentials.clearinventory
  55. - essentials.repair
  56. - essentials.repair.armor
  57. - essentials.repair.enchanted
  58. - essentials.lightning
  59. - kit.spawn.God Zeus:
  60. build: true
  61. inheritance:
  62. - God
  63. prefix: '&b[God]&7'
  64. suffix: '&7'
  65. permissions:
  66. - essentials.weather
  67. - essentials.jump
  68. - essentials.god
  69. - kit.spawn.Zeus
  70. Mod:
  71. build: true
  72. inheritance:
  73. - Zeus
  74. prefix: '&3[&7Mod&3]&e'
  75. suffix:
  76. permissions:
  77. - essentials.ban
  78. - essentials.kick
  79. - essentials.tempban
  80. - nocheatplus.notify
  81. - nocheatplus.command.info
  82. Admin:
  83. build: true
  84. inheritance:
  85. - Moderator
  86. prefix: '&4[&cAdmin&4]&e'
  87. suffix:
  88. permissions:
  89. - essentials.gamemode
  90. - essentials.ban
  91. - essentials.kick
  92. - essentials.tempban
  93. - nocheatplus.notify
  94. - nocheatplus.command.info
  95. Co-Owner:
  96. build:true
  97. inheritance:
  98. - Admin
  99. prefix: '&4[Co-Owner]'
  100. suffix: '&b'
  101. permissions:
  102. - nocheatplus.notify
  103. - nocheatplus.command.info
  104. - essentials.item
  105. - essentials.invsee
  106. Owner:
  107. build:true
  108. inheritance:
  109. - Developer
  110. prefix: '&4[Owner]'
  111. suffix: '&b'
  112. permissions:
  113. - '*'
  114. Developer:
  115. build:true
  116. inheritance:
  117. - Owner
  118. prefix: '&0[&5Dev&0]'
  119. suffix: '&b'
  120. permissions:
  121. - '*'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement