Advertisement
Guest User

Permissions

a guest
Nov 18th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. groups:
  2. Guest:
  3. default: true
  4. permissions:
  5. - essentials.afk
  6. - essentials.afk.auto
  7. - essentials.help
  8. - essentials.info
  9. - essentials.mail.send
  10. - essentials.mail
  11. - essentials.warp.list
  12. - essentials.warp
  13. - essentials.spawn
  14. - pp.use
  15. - serversigns.use.*
  16. - oitc.use
  17. - splegg.join
  18. - sg.arena.join.*
  19. - sg.arena.vote
  20. - sg.arena.spectate
  21. - sg.lobby.join
  22. - multiverse.portal.access.*
  23. inheritance:
  24. - rank
  25. options:
  26. prefix: '&fGuest'
  27. rank: '90'
  28. suffix: ''
  29. Player:
  30. permissions:
  31. - essentials.afk
  32. - essentials.msg
  33. inheritance:
  34. - Guest
  35. options:
  36. rank: '80'
  37. suffix: '&f'
  38. prefix: '&f<<&2Player&f>>'
  39. Premium:
  40. permissions:
  41. - essentials.hat
  42. inheritance:
  43. - Player
  44. options:
  45. rank: '60'
  46. suffix: '&c'
  47. prefix: '&l&n&d<<&5Premium&f&d>>'
  48. Admin:
  49. permissions:
  50. - '*'
  51. inheritance: []
  52. options:
  53. rank: '40'
  54. suffix: '&4'
  55. prefix: '&c<<&4Admin&c>>'
  56. Owner:
  57. permissions:
  58. - '*'
  59. inheritance: []
  60. options:
  61. rank: '0'
  62. suffix: '&4&l'
  63. prefix: '&4<<&4Owner&4>>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement