Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 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. New:
  13. default: false
  14. permissions:
  15. - -essentials.warp.list
  16. - -essentials.who
  17. - -essentials.tpa
  18. - -essentials.tpaccept
  19. - -essentials.tpadeny
  20. - -essentials.spawn
  21. - -essentials.warp
  22. - -sg.arena.join
  23. - -sg.arena.vote
  24. - -sg.arena.spectate
  25. - -sg.lobby.join
  26. inheritance:
  27. info:
  28. prefix: '&2[New]'
  29. build: false
  30. suffix: ''
  31. Trusted:
  32. default: false
  33. permissions:
  34. - -essentials.warp.list
  35. - -essentials.who
  36. - -essentials.tpa
  37. - -essentials.tpaccept
  38. - -essentials.tpadeny
  39. - -essentials.spawn
  40. - -essentials.warp
  41. - -sg.arena.join
  42. - -sg.arena.vote
  43. - -sg.arena.spectate
  44. - -sg.lobby.join
  45. inheritance:
  46. - -New
  47. info:
  48. prefix: '&e[Trusted]'
  49. build: False
  50. suffix: ''
  51. Vip:
  52. default: false
  53. permissions:
  54. - '*'
  55. inheritance:
  56. - Trusted
  57. info:
  58. prefix: '&4[VIP]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement