Guest User

Untitled

a guest
Aug 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. # Group inheritance
  2. # any inherited groups prefixed with a g: are global groups
  3. # These groups are defined in the globalgroups.yml
  4. # and can be inherited in any worlds groups/users.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and defined in the this groups.yml file.
  8.  
  9. groups:
  10. Tribute:
  11. default: true
  12. permissions:
  13. - sg.arena.join
  14. - sg.arena.vote
  15. inheritance: []
  16. info:
  17. prefix: '&a[&1Tribute&a]'
  18. build: true
  19. suffix: ' '
  20. Owner:
  21. default: false
  22. permissions:
  23. - '*'
  24. inheritance:
  25. - admin
  26. info:
  27. prefix: '&5[&3Owner&5]'
  28. build: true
  29. suffix: ' '
  30. VIP:
  31. default: false
  32. permissions:
  33. - sg.arena.join
  34. - sg.arena.vote
  35. - essentials.kit.VIP
  36. inheritance: []
  37. info:
  38. prefix: '&3[&4VIP&3]'
  39. build: true
  40. suffix: ' '
Add Comment
Please, Sign In to add comment