Advertisement
JaguarJo

fixed global groups

May 26th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. g:Normal:
  15. permissions:
  16. - essentials.tpaccept
  17. - essentials.tpa
  18. - essentials.tpdeny
  19. - essentials.tpahere
  20. - essentials.warp
  21. g:Donor:
  22. permissions:
  23. - essentials.hat
  24. - essentials.feed
  25. - essentials.heal
  26. - essentials.back
  27. - essentials.workbench
  28. - essentials.repair
  29. - essentials.sethome
  30. - essentials.home
  31. g:Premium:
  32. permissions:
  33. - essentials.fly
  34. - essentials.vanish
  35. - essentials.time
  36. - essentials.weather
  37. - essentials.createwarp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement