HelpfulBeast

Permissions File Fix

Mar 18th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 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. Noob:
  13. default: true
  14. permissions:
  15. - cmdportals.use
  16. - commandbook.rules
  17. - warpsigns.use
  18. - commandbook.spawn
  19. inheritance:
  20. info:
  21. prefix: '&0[&1Starter&0]'
  22. build: False
  23. suffix: ''
  24. Owner:
  25. default: false
  26. permissions:
  27. - -vanish.*
  28. - "*"
  29. - commandbook.kick.exempt.override
  30. - commandbook.kick.exempt
  31. - commandbook.ban.exempt
  32. - commandbook.ban.exempt.override
  33. - warpsigns.create
  34. - cmdportals.create
  35. - cmdportals.delete
  36. - cmdportals.list
  37. inheritance:
  38. - admin
  39. info:
  40. prefix: '&1&k:::&0[Owner&0]&1&k:::'
  41. build: true
  42. suffix: '&b'
  43. Admin:
  44. default: false
  45. permissions:
  46. - commandbook.bans.unban
  47. - commandbook.gamemode.*
  48. - commandbook.bans.exempt
  49. - worldedit.*
  50. - worldgaurd.*
  51. - commandbook.*
  52. - colors.*
  53. inheritance:
  54. - moderator
  55. info:
  56. prefix: '&0[&1Admin&0]'
  57. build: true
  58. suffix: '&1'
  59. survivor:
  60. default: true
  61. permissions:
  62. - commandbook.home.teleport
  63. - commandbook.home.set
  64. - commandbook.warp.warp.Shop
  65. inheritance:
  66. - Noob
  67. info:
  68. prefix: '&0[&aSurvivor&0]'
  69. build: true
  70. suffix: ''
  71. Moderator:
  72. default: false
  73. permissions:
  74. - commandbook.kick
  75. - commandbook.bans.ban
  76. - commandbook.teleport.*
  77. - commandbook.return
  78. - commandbook.call
  79. - esfm.fly
  80. - commandbook.god
  81. - commandbook.heal
  82. - commandbook.broadcast
  83. - commandbook.mute
  84. - lagg.*
  85. inheritance:
  86. - survivor
  87. info:
  88. prefix: '&0[&bModerator&0]'
  89. build: true
  90. suffix: '&b'
Advertisement
Add Comment
Please, Sign In to add comment