Guest User

NewOne

a guest
Feb 12th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 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. User:
  13. default: true
  14. permissions:
  15. - 'essentials'
  16. - 'essentials.afk'
  17. - 'essentials.getpos'
  18. - 'essentials.help'
  19. - 'essentials.helpop'
  20. - 'essentials.ignore'
  21. - 'essentials.list'
  22. - 'essentials.me'
  23. - 'essentials.motd'
  24. - 'essentials.msg'
  25. - 'essentials.kit'
  26. - 'essentials.near'
  27. - 'essentials.rules'
  28. - 'essentials.suicide'
  29. - 'essentials.clearinventory'
  30. - 'essentials.spawn'
  31. - 'essentials.home'
  32. - 'essentials.sethome'
  33. - 'essentials.delhome'
  34. - 'essentials.tpa'
  35. - 'essentials.tpaccept'
  36. - 'essentials.tpahere'
  37. - 'essentials.tpdeny'
  38. - 'essentials.warp'
  39. - 'essentials.warp.*'
  40. - 'essentials.warps.*'
  41. - 'essentials.balance'
  42. - 'essengials.balancetop'
  43. - 'essentials.warp.list'
  44. - 'auction.limit.2'
  45. - 'modifyworld.*'
  46. - 'essentials.signs.use.*'
  47. - 'randomtp.signs.use'
  48. inheritance:
  49. - g:groupmanager_default
  50. - g:bukkit_default
  51. - g:essentials_default
  52. info:
  53. prefix: '&d[User]&f'
  54. build: false
  55. suffix:
  56. Builder:
  57. default: false
  58. permissions: []
  59. inheritance:
  60. - default
  61. - g:essentials_builder
  62. - g:towny_builder
  63. info:
  64. prefix: &2
  65. build: true
  66. suffix:
  67. Moderator:
  68. default: false
  69. permissions: []
  70. inheritance:
  71. - builder
  72. - g:groupmanager_moderator
  73. - g:bukkit_moderator
  74. - g:essentials_moderator
  75. - g:towny_moderator
  76. - g:vanish_moderator
  77. info:
  78. prefix: &5
  79. build: true
  80. suffix:
  81. Admin:
  82. default: false
  83. permissions: []
  84. inheritance:
  85. - moderator
  86. - g:groupmanager_admin
  87. - g:bukkit_admin
  88. - g:essentials_admin
  89. - g:towny_admin
  90. - g:vanish_admin
  91. info:
  92. prefix: &c
  93. build: true
  94. suffix:
  95. Owner:
  96. default: false
  97. permissions:
  98. - '*'
  99. - -vanish.*
  100. inheritance:
  101. - admin
  102. info:
  103. prefix: '&4[Owner]&2'
  104. build: true
  105. suffix:
Advertisement
Add Comment
Please, Sign In to add comment