Advertisement
Guest User

globalgroups

a guest
Oct 9th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. # These groups only contain permission nodes.
  2. #
  3. # **** You can NOT add anything other than permission nodes ****
  4. # **** This is NOT where you set up the groups which you give to users! ****
  5. # **** goto groupmanager/worlds/worldname/groups.yml if you want to set the actual groups! ****
  6. #
  7. # These collections are to be inherited in your different worlds groups.yml's
  8. # They can also be added as one of a users subgroups, but NOT as a primary group.
  9. # These collections are available to ALL group and user yml's.
  10.  
  11. groups:
  12.  
  13. # Add to and customize these groups to fit your needs.
  14. # Permission nodes for GroupManager
  15. # by ElgarL, snowleo, continued from gabrielcouto's original
  16. # http://wiki.ess3.net
  17.  
  18. g:groupmanager_Guest:
  19. permissions:
  20. - groupmanager.notify.self
  21.  
  22. g:groupmanager_Experienced:
  23. permissions:
  24. - groupmanager.notify.self
  25.  
  26. g:groupmanager_Assistant:
  27. permissions:
  28. - groupmanager.notify.self
  29.  
  30. g:groupmanager_Boss:
  31. permissions:
  32. - groupmanager.notify.self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement