Advertisement
Drakia

Untitled

Mar 13th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. # Supports "Default" and "GroupUsers"
  2. plugin:
  3. permissions:
  4. system: default
  5.  
  6. ##
  7. # Groups can contain inheritance.
  8. # To make a group inherit the permissions from another
  9. # group simply place the groups name in the "inheritance:"
  10. # field seperated by commas.
  11. #
  12. # Example: inheritance: Default,Admins,
  13. ##
  14. # All permissions including the asterisks must be placed in single quotes.
  15. # like so:
  16. #
  17. # - 'general.spawn'
  18. #
  19. # Otherwise errors will happen!
  20. ##
  21. # Globalized Permission settings:
  22. #
  23. # If a permission contains periods (.) you can denote a globalized parameter:
  24. #
  25. # - 'general.*'
  26. #
  27. # This will allow you to use all general commands.
  28. #
  29. ##
  30. #
  31. # Single Asterisk denotes all commands:
  32. #
  33. # - '*'
  34. ##
  35. groups:
  36. Default:
  37. default: true
  38. info:
  39. prefix: '&f<'
  40. suffix: '&f'
  41. build: true
  42. inheritance:
  43. permissions:
  44. - 'essentials.spawn'
  45. - 'essentials.getpos'
  46. - 'essentials.compass'
  47. - 'essentials.msg'
  48. - 'essentials.me'
  49. - 'essentials.list'
  50. - 'essentials.mail.*'
  51. - 'vote.vote'
  52. - 'stargate.use'
  53. - 'tombstone.use'
  54. - '/locate'
  55. - 'InvTools.allow'
  56. - 'warpz0r.home'
  57. - 'warpz0r.sethome'
  58.  
  59. Admin:
  60. default: false
  61. info:
  62. prefix: '&f[&2Admin&f] <&3'
  63. suffix: '&f'
  64. build: true
  65. inheritance:
  66. - Mod
  67. permissions:
  68. - 'stargate.create'
  69. - 'stargate.destroy.*'
  70.  
  71. users:
  72.  
  73. ## Staff ##
  74. Drakia:
  75. group: Admin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement