Advertisement
Guest User

YML GlobalGroups

a guest
May 26th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 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. # Add to and customize these groups to fit your needs.
  12.  
  13. groups:
  14.  
  15. g:Normal:
  16.  
  17. permissions:
  18.  
  19. - essentials.tpaccept
  20.  
  21. - essentials.tpa
  22.  
  23. - essentials.tpdeny
  24.  
  25. - essentials.tpahere
  26.  
  27. - essentials.warp
  28.  
  29. g:Donor:
  30.  
  31. permissions:
  32.  
  33. - essentials.hat
  34.  
  35. - essentials.feed
  36.  
  37. - essentials.heal
  38.  
  39. - essentials.back
  40.  
  41. - essentials.workbench
  42.  
  43. - essentials.repair
  44.  
  45. - essentials.sethome
  46.  
  47. - essentials.home
  48.  
  49. g:Premium:
  50.  
  51. permissions:
  52.  
  53. - essentials.fly
  54.  
  55. - essentials.vanish
  56.  
  57. - essentials.time
  58.  
  59. - essentials.weather
  60.  
  61. - essentials.createwarp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement