Advertisement
connor1508

Untitled

Jan 18th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 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. Owner:
  13. default: false
  14. permissions:
  15. - essentials.*
  16. - essentials.silentjoin
  17. inheritance:
  18. - moderator
  19. - g:groupmanager_moderator
  20. - g:bukkit_moderator
  21. - g:essentials_moderator
  22. - g:towny_moderator
  23. info:
  24. prefix: '&0&l(&9Owner&0&l)&f'
  25. build: true
  26. suffix: '&b'
  27. Manager:
  28. default: false
  29. permissions:
  30. - essentials.enchant
  31. - essentials.exp
  32. - essentials.exp.give
  33. - essentials.exp.give.others
  34. - essentials.exp.others
  35. - essentials.exp.set
  36. - essentials.exp.set.others
  37. - essentials.feed
  38. - essentials.feed.cooldown.bypass
  39. - essentials.feed.others
  40. - essentials.fly
  41. - essentials.fly.others
  42. - essentials.fly.safelogin
  43. - essentials.gamemode
  44. - essentials.gamemode.others
  45. - essentials.give
  46. - essentials.itemspawn.meta-head
  47. - essentials.god
  48. - essentials.god.others
  49. - essentials.hat
  50. - essentials.heal
  51. - essentials.heal.others
  52. - essentials.heal.cooldown.bypass
  53. - essentials.item
  54. - essentials.itemspawn.meta-head
  55. - essentials.kit
  56. - essentials.kit.exemptdelay
  57. - essentials.kit.others
  58. - essentials.kits.*
  59. - essentials.more
  60. - essentials.ptime
  61. - essentials.ptime.others
  62. - essentials.repair
  63. - essentials.repair.all
  64. - essentials.repair.armor
  65. inheritance:
  66. - moderator
  67. - g:groupmanager_moderator
  68. - g:bukkit_moderator
  69. - g:essentials_moderator
  70. - g:towny_moderator
  71. info:
  72. prefix: '&0[&9Owner&0]&f'
  73. build: true
  74. suffix: '&b'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement