Advertisement
Guest User

Untitled

a guest
Jul 10th, 2016
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. #Specify the name of your default group here
  2. default: default
  3.  
  4. #Groups list, this is the only other list that should be in your groups.yml
  5. groups:
  6.  
  7.  
  8. # #This line specifies the name of your group
  9. # default:
  10. # #You specify your permission nodes here
  11. # permissions: []
  12. # groups: []
  13. # meta:
  14. # priority: '100'
  15. # prefix: '&8[&4Visitor&8] '
  16.  
  17.  
  18. #Groups to inherit. This means builder inherits default's permissions
  19. builder:
  20. permissions: []
  21. groups:
  22. -default
  23. -bPermissions.build
  24. -essentials.motd
  25. -essentials.spawn
  26. -essentials.home
  27. -essentials.sethome
  28. meta:
  29. priority: '200'
  30. prefix: '&8[&2Builder&8] '
  31.  
  32.  
  33. # admin:
  34. # permissions:
  35. # -essentials.kick
  36. # -essentials.ban
  37. # groups:
  38. # -builder
  39. # meta:
  40. # priority: '300'
  41. # prefix: '&8[&1Admin&8] '
  42.  
  43. owner:
  44. permissions:
  45. -bukkit.command.kick
  46. -bukkit.command.ban
  47. -bukkit.command.ban.ip
  48. -bukkit.command.ban.player
  49. -bukkit.command.unban
  50. -bukkit.command.unban.ip
  51. -bukkit.command.unban.player
  52. groups:
  53. -admin
  54. meta:
  55. priority: '800'
  56. prefix: '&8[&7Owner&8] '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement