Advertisement
jaydeebow

Group Manager Please Help:(

Jun 21st, 2013
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. # I was having a hard time getting the default group to be able to build. when a default tries to build or break a # block, the block just does right back. Doesn't say you cannot build or anything. So i messed with the files I
  2. # removed the - g:groupmanager_default, - g:bukkit_default, - g:essentials_default, - g:towny_default . Now
  3. # even for me as the owner I am Opped And Set to Owner it says you #do not have permission for anything same for
  4. # any other rank, using any command. I tried placing them back still doesn't work. I need help with both the
  5. # building for the Default's and the fix for permissions please.
  6. #
  7. # Group inheritance
  8. #
  9. # Any inherited groups prefixed with a g: are global groups
  10. # and are inherited from the GlobalGroups.yml.
  11. #
  12. # Groups without the g: prefix are groups local to this world
  13. # and are defined in the this groups.yml file.
  14. #
  15. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  16.  
  17. groups:
  18. Default:
  19. Default: true
  20. permissions:
  21. - -bukkit.command.kill
  22. - essentials.pay
  23. - essentials.help
  24. - essentials.sethome
  25. - essentials.home
  26. - essentials.spawn
  27. - essentials.signs.use.buy
  28. - essentials.signs.use.sell
  29. - essentials.signs.use.disposal
  30. - essentials.warps.pvp
  31. - essentials.warp
  32. - essentials.warp.list
  33. - essentials.tpaccept
  34. - essentials.tpdeny
  35. - essentials.tpa
  36. - essentials.msg
  37. - essentials.rules
  38. - essentials.mail
  39. - essentials.mail.send
  40. - essentials.list
  41. - essentials.ignore
  42. - essentials.balance
  43. - essentials.build
  44. - modifyworld.chat
  45. inheritance:
  46. - g:groupmanager_default
  47. - g:bukkit_default
  48. - g:essentials_default
  49. - g:towny_default
  50. info:
  51. prefix: '&e'
  52. build: true
  53. suffix: ''
  54. Vip:
  55. default: false
  56. permissions:
  57. - essentials.itemspawn.item-4
  58. - essentials.kits.vip
  59. - essentials.sethome.multiple
  60. - essentials.signs.color
  61. - essentials.joinfullserver
  62. - essentials.warps.vip
  63. - essentials.workbench
  64. - essentials.hat
  65. inheritance:
  66. - default
  67. - g:essentials_builder
  68. - g:towny_builder
  69. info:
  70. prefix: '&2'
  71. build: true
  72. suffix: ''
  73. Moderator:
  74. default: false
  75. permissions: []
  76. inheritance:
  77. - builder
  78. - g:groupmanager_moderator
  79. - g:bukkit_moderator
  80. - g:essentials_moderator
  81. - g:towny_moderator
  82. - g:vanish_moderator
  83. info:
  84. prefix: '&5'
  85. build: true
  86. suffix: ''
  87. Admin:
  88. default: false
  89. permissions: []
  90. inheritance:
  91. - moderator
  92. - g:groupmanager_admin
  93. - g:bukkit_admin
  94. - g:essentials_admin
  95. - g:towny_admin
  96. - g:vanish_admin
  97. info:
  98. prefix: '&c'
  99. build: true
  100. suffix: ''
  101. Owner:
  102. default: false
  103. permissions:
  104. - '*'
  105. - -vanish.*
  106. inheritance:
  107. - admin
  108. info:
  109. prefix: '&4'
  110. build: true
  111. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement