Advertisement
Roku

Untitled

Jun 3rd, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 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. Player:
  13. default: true
  14. permissions:
  15. - -essentials.sethome
  16. - -essentials.list
  17. - -essentials.spawn
  18. - -essentials.rules
  19. - -essentials.home
  20. - -essentials.tpa
  21. - -essentials.tpaccept
  22. - -essentials.tpdeny
  23. - -essentials.tpahere
  24. - -essentials.kick.notify
  25. - -essentials.ban.notify
  26. - -essentials.help
  27. info:
  28. prefix: '&7[Player]&7 '
  29. build: false
  30. suffix: ''
  31. Mod:
  32. permissions:
  33. - -essentials.ban
  34. - -essentials.ban.notify
  35. - -essentials.kick
  36. - -essentials.mute
  37. - -essentials.tp
  38. - -essentials.tempban
  39. - -essentials.tphere
  40. - -vanish.*
  41. inheritance:
  42. - Player
  43. info:
  44. prefix: '&5[Mod]&7'
  45. build: true
  46. suffix: ''
  47. Admin:
  48. permissions:
  49. - '*'
  50. inheritance:
  51. - Mod
  52. info:
  53. prefix: '&4[Admin] &7'
  54. build: true
  55. suffix: ''
  56. Co-Owner:
  57. permissions:
  58. - '*'
  59. inheritance:
  60. - admin
  61. info:
  62. prefix: '&4[Co-Owner] &7'
  63. build: true
  64. suffix: ''
  65. Owner:
  66. default: false
  67. permissions:
  68. - '*'
  69. - -vanish.*
  70. inheritance:
  71. - Co-Owner
  72. info:
  73. prefix: '&4[owner] &7 '
  74. build: true
  75. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement