Advertisement
Guest User

TimberMP

a guest
Sep 22nd, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 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. - 'modifyworld.*'
  16. - essentials.delhome
  17. - essentials.home
  18. - essentials.sethome
  19. - essentials.tpa
  20. - essentials.tpahere
  21. - essentials.tpdeny
  22. - essentials.tpaccept
  23. - essentials.build
  24. - essentials.chat.color
  25. - essentials.chat.format
  26. - essentials.chat.magic
  27. - timbermp.use
  28. info:
  29. prefix: ''
  30. build: true
  31. suffix: ''
  32. owner:
  33. default: false
  34. permissions:
  35. - 'modifyworld.*'
  36. - '*'
  37. info:
  38. prefix: ''
  39. build: true
  40. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement