Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2011
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 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:
  40. suffix:
  41. build: true
  42. inheritance:
  43. - Default
  44. permissions:
  45. - 'general.spawn'
  46. - 'general.player-info'
  47. MOD:
  48. default: false
  49. info:
  50. prefix: '§1'
  51. suffix:
  52. build: true
  53. inheritance:
  54. - Default
  55. permissions:
  56. - 'general.spawn.set'
  57. - 'general.items'
  58. - 'general.teleport.*'
  59. - 'cleaner.clean.*'
  60. - 'cleaner.preview.*'
  61. - 'cleaner.scan.*'
  62. - 'godmode.god.self'
  63. ADMIN:
  64. default: false
  65. info:
  66. prefix: '§4'
  67. suffix:
  68. build: false
  69. inheritance:
  70. - MOD
  71. permissions:
  72. - '*'
  73.  
  74. ##
  75. # DarkGrave has control over all general commands.
  76. # sk89q can use /spawn & /setspawn
  77. ##
  78. users:
  79. EmilVee:
  80. group: ADMIN
  81. permissions:
  82. - '*'
  83. Doktory:
  84. group: MOD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement