Advertisement
Guest User

Untitled

a guest
Mar 20th, 2011
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. # Otherwise errors will happen!
  2. ##
  3. # Globalized Permission settings:
  4. #
  5. # If a permission contains periods (.) you can denote a globalized parameter:
  6. #
  7. # - 'general.*'
  8. #
  9. # This will allow you to use all general commands.
  10. #
  11. ##
  12. # Single Asterisk denotes all commands:
  13. #
  14. # - '*'
  15. # If you give a group this permissions, do not have the group inherit any permissions
  16. # from other groups. Any users assigned to this group should NOT be given any additional
  17. # permissions either.
  18. ##
  19. # To exempt a node use the - prefix like so:
  20. # - '-general.time'
  21. ##
  22. # prefix: and suffix: do not do anything on their own. You need another outside plugin
  23. # such as iChat or HeroChat in order for these to do anything.
  24. groups:
  25. Default:
  26. default: true
  27. info:
  28. prefix: ''
  29. suffix: ''
  30. build: false
  31. inheritance:
  32. permissions:
  33. - 'essentials.*'
  34. Moderator:
  35. default: false
  36. info:
  37. prefix: ''
  38. suffix: ''
  39. build: true
  40. inheritance:
  41. - Default
  42. permissions:
  43. - 'essentials.*'
  44. Admins:
  45. default: false
  46. info:
  47. prefix: '&a[Owner]'
  48. suffix: '&b'
  49. build: true
  50. inheritance:
  51. permissions:
  52. - '*'
  53.  
  54. ##
  55. # Users denote which users are included in which group.
  56. # Users can also have a prefix and suffix as seen with Herpina
  57. ##
  58. users:
  59.  
  60. # TheNo1Yeti is in the Admin group
  61. alienfudge:
  62. group: Admins
  63. permissions:
  64. # TheNo1Yeti is in the Admin group
  65. Hoddie54:
  66. group: Admins
  67. permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement