Advertisement
Guest User

GROUPS

a guest
Sep 17th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 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. - essentials.balance
  17. - factions.kit.fullplayer
  18. - essentials.sethome
  19.  
  20. Owner:
  21. default: false
  22. permissions:
  23. - bukkit*
  24. - vanish
  25. - essentials.broadcast
  26. - essentials.ban
  27. - bukkit.command.unban.player
  28. - bukkit.command.teleport
  29. - bukkit.command.give
  30. - bukkit.command.time.add
  31. - bukkit.command.time.set
  32. - bukkit.command.gamemode
  33. - bukkit.command.xp
  34. - bukkit.command.weather
  35. - essentials.invsee
  36. - essentials.jails
  37. - essentials.kick
  38. inheritance:
  39. - admin
  40.  
  41. Admin:
  42. default: false
  43. permissions:
  44. - essentials.ban
  45. - essentials.broadcast
  46. - essentials.ban
  47. - bukkit.command.unban.player
  48. - bukkit.command.teleport
  49. - bukkit.command.give
  50. - bukkit.command.time.add
  51. - bukkit.command.time.set
  52. - bukkit.command.gamemode
  53. - bukkit.command.xp
  54. - bukkit.command.weather
  55. - essentials.invsee
  56. - essentials.jails
  57. - essentials.kick
  58.  
  59.  
  60. info:
  61. prefix: '§1 Admin'
  62. build: true
  63. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement