Advertisement
Guest User

Groups

a guest
Aug 12th, 2013
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 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.  
  12. groups:
  13.  
  14. visitor:
  15. default: true
  16. permissions:
  17. - essentials.tpa
  18. - essentials.tpaccept
  19. - essentials.tpahere
  20. - essentials.help
  21. - essentials.help.'*'
  22. - essentials.motd
  23. - essentials.spawn
  24. - essentials.list
  25. - -Multiverse-Core.'*'
  26. - PlotMe.limit.2
  27. - PlotMe.use.claim
  28. - PlotMe.use.auto
  29. - PlotMe.use.comment
  30. - PlotMe.use.home
  31. - PlotMe.use.comments
  32. - PlotMe.use.done
  33. - PlotMe.use.clear
  34. - PlotMe.use.biome
  35. - PlotMe.use.dispose
  36. -essentials.gamemode.'*'
  37. - -dynmap.'*'
  38. inheritance: []
  39. info:
  40. prefix: '&8[Visitor]&f'
  41. build: false
  42. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement