Advertisement
Guest User

Permissions

a guest
May 5th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 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. - Dynamark.balance
  17. - Dynamark.bottom
  18. - Dynamark.buy
  19. - Dynamark.Sell
  20. - Dynamark.top
  21. - essentials.home
  22. - essentials.sethome
  23. - essentials.spawn
  24. inheritance:
  25. - g:essentials_default
  26. - g:bukkit_default
  27. info:
  28. prefix: '&2[&2Member&2] &7- '
  29. build: true
  30. suffix: ''
  31. Owner:
  32. default: false
  33. permissions:
  34. - '*'
  35. - rankup.signplace
  36. inheritance:
  37. - admin
  38. info:
  39. prefix: '&d[&4O&1w&bn&2e&5r&4] - '
  40. build: true
  41. suffix: ''
  42. Builder:
  43. default: false
  44. permissions:
  45. - Dynamark.balance
  46. - Dynamark.buy
  47. - Dynamark.sell
  48. - essentials.sethome
  49. - essentials.spawn
  50. inheritance:
  51. - default
  52. - g:essentials_builder
  53. - g:towny_moderator
  54. info:
  55. prefix: '&2[&2Builder&2] - '
  56. build: true
  57. suffix: ''
  58. Moderator:
  59. default: false
  60. permissions: []
  61. inheritance:
  62. - builder
  63. - g:essentials_moderator
  64. - g:bukkit_moderator
  65. - g:towny_moderator
  66. info:
  67. prefix: '&1[&1Moderator&1] - '
  68. build: true
  69. suffix: ''
  70. Admin:
  71. default: false
  72. permissions: []
  73. inheritance:
  74. - moderator
  75. - g:essentials_admin
  76. - g:bukkit_admin
  77. - g:towny_admin
  78. info:
  79. prefix: '&5[&5Admin&5] - '
  80. build: true
  81. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement