Guest User

Group Manager / (world) / groups.yml

a guest
Apr 14th, 2013
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 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. Default:
  13. default: true
  14. permissions:
  15. - -bukkit.command.kill
  16. - -lockette.user.create.chest
  17. - -lockette.user.create.dispenser
  18. - -lockette.user.create.door
  19. - -lockette.user.create.furnace
  20. - -ChestShop.shop.create.diamondgrade
  21. - ChestShop.shop.create.buy
  22. - ChestShop.shop.create.food
  23. - ChestShop.shop.create.goldgrade
  24. - ChestShop.shop.create.ingots
  25. - ChestShop.shop.create.irongrade
  26. - ChestShop.shop.create.monsterdrops
  27. - ChestShop.shop.create.ore
  28. - ChestShop.shop.create.sell
  29. - ChestShop.shop.create.stonegrade
  30. - ChestShop.shop.create.woodgrade
  31. - essentials.delhome
  32. - essentials.home
  33. - essentials.home.bed
  34. - essentials.kit
  35. - essentials.kits.Survival
  36. - essentials.msg
  37. - essentials.sethome
  38. - essentials.suicide
  39. - essentials.teleport.delay
  40. - essentials.tpa
  41. - essentials.tpaccept
  42. - essentials.tpahere
  43. - essentials.tpdeny
  44. - essentials.warp
  45. - essentials.warp.list
  46. - essentials.warps.PvPArena
  47. - factions.kit.fullplayer
  48. - factions.kit.halfplayer
  49. - iConomy.holdings
  50. inheritance:
  51. - g:groupmanager_default
  52. - g:bukkit_default
  53. - g:essentials_default
  54. - g:towny_default
  55. info:
  56. prefix: '&e'
  57. build: true
  58. suffix: ''
  59. Owner:
  60. default: false
  61. permissions:
  62. - '*'
  63. - vanish.*
  64. inheritance:
  65. - admin
  66. info:
  67. prefix: '&4'
  68. build: true
  69. suffix: ''
  70. factionmaster:
  71. default: false
  72. permissions:
  73. - factions.kit.fullplayer
  74. inheritance:
  75. - default
  76. info:
  77. prefix: '&2'
  78. build: true
  79. suffix: ''
  80. Moderator:
  81. default: false
  82. permissions:
  83. - -essentials.nuke
  84. - essentials.feed
  85. - essentials.fly
  86. - essentials.socialspy
  87. - essentials.vanish
  88. inheritance:
  89. - g:groupmanager_moderator
  90. - g:bukkit_moderator
  91. - g:essentials_moderator
  92. - g:towny_moderator
  93. - g:vanish_moderator
  94. info:
  95. prefix: '&5'
  96. build: true
  97. suffix: ''
  98. Admin:
  99. default: false
  100. permissions:
  101. - -essentials.nuke
  102. - essentials.socialspy
  103. inheritance:
  104. - moderator
  105. - g:groupmanager_admin
  106. - g:bukkit_admin
  107. - g:essentials_admin
  108. - g:towny_admin
  109. - g:vanish_admin
  110. info:
  111. prefix: '&c'
  112. build: true
  113. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment