Advertisement
Roku

Untitled

Jul 9th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. # Group inheritance
  2. #
  3. # Any inherited groups prefixed with a g: are global groups
  4. # and are inherited from the GlobalGroups.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and are defined in the this groups.yml file.
  8. #
  9. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  10.  
  11. groups:
  12. Member:
  13. default: true
  14. permissions:
  15. - essentials.tpa
  16. - essentials.spawn
  17. - essentials.tpaacept
  18. - essentials.tpdeny
  19. - essentials.msg
  20. - essentials.r
  21. - essentials.afk
  22. - essentials.worth
  23. - war.build
  24. - war.player
  25. - war.pvp
  26. - war.warp
  27. - essentials.pay
  28. - essentials.sethome
  29. - leaper.use
  30. info:
  31. prefix: '&6[&6Member&6]&f'
  32. build: true
  33. suffix: ''
  34. VIP:
  35. permissions:
  36. - essentials.afk
  37. - essentials.balance
  38. - essentials.fly
  39. - essentials.pay
  40. - essentials.sell
  41. - essentials.sethome
  42. - essentials.tp
  43. - essentials.tpa
  44. - essentials.tpaccept
  45. - essentials.tpahere
  46. - essentials.warp
  47. - essentials.worth
  48. inheritance:
  49. - Member
  50. info:
  51. prefix: '&b[&bVIP&b]&f'
  52. build: true
  53. suffix: ''
  54. VIP+:
  55. permissions:
  56. - essentials.afk
  57. - essentials.balance
  58. - essentials.fly
  59. - essentials.pay
  60. - essentials.sell
  61. - essentials.sethome
  62. - essentials.tp
  63. - essentials.tpa
  64. - essentials.tpaccept
  65. - essentials.tpahere
  66. - essentials.warp
  67. - essentials.worth
  68. - mobdisguise.*
  69. inheritance:
  70. - vip
  71. info:
  72. prefix: '&e[&eVIP+&e]&e&f'
  73. build: true
  74. suffix: ''
  75. Moderator:
  76. permissions:
  77. - worldedit.*
  78. - WarpSigns.use*
  79. - War.*
  80. - essentials.gamemode
  81. inheritance:
  82. - builder
  83. - g:groupmanager_moderator
  84. - g:bukkit_moderator
  85. - g:essentials_moderator
  86. - g:towny_moderator
  87. - g:vanish_moderator
  88. info:
  89. prefix: '&3[&3Moderator&3]&f'
  90. build: true
  91. suffix: ''
  92. Admin:
  93. default: false
  94. permissions:
  95. - '*'
  96. inheritance:
  97. - moderator
  98. - g:groupmanager_admin
  99. - g:bukkit_admin
  100. - g:essentials_admin
  101. - g:towny_admin
  102. - g:vanish_admin
  103. info:
  104. prefix: '&c'
  105. build: true
  106. suffix: ''
  107. Owner:
  108. default: false
  109. permissions:
  110. - '*'
  111. inheritance:
  112. - admin
  113. info:
  114. prefix: '&kkkk&1[&1Owner&1]&1&f&kkkk'
  115. build: true
  116. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement