Guest User

Untitled

a guest
Aug 24th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 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. g:groupmanager_default:
  15. permissions:
  16. - groupmanager.notify.self
  17. g:bukkit_default:
  18. permissions:
  19. - bukkit.broadcast.user
  20. - bukkit.command.plugins
  21. - bukkit.command.list
  22. - bukkit.command.help
  23. g:essentials_default:
  24. permissions:
  25. - essentials.help
  26. - essentials.list
  27. - essentials.rules
  28. - essentials.afk
  29. - essentials.balance
  30. - essentials.balance.others
  31. - essentials.balancetop
  32. - essentials.compass
  33. - essentials.depth
  34. - essentials.getpos
  35. - essentials.hat
  36. - essentials.ignore
  37. - essentials.msg
  38. - essentials.pay
  39. - essentials.seen
  40. - essentials.signs.use.*
  41. g:worldedit_default:
  42. permissions:
  43. - worldedit.navigation.thru.command
Add Comment
Please, Sign In to add comment