Advertisement
Guest User

Untitled

a guest
Feb 26th, 2011
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. # System is no longer used, but may become used in the future
  2. # Copies is for multiple-world support
  3. # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
  4. # Does not work for the default world.
  5. plugin:
  6. permissions:
  7. system: default
  8. copies:
  9.  
  10. ##
  11. # Groups can contain inheritance.
  12. # To make a group inherit the permissions from another
  13. # group simply place the groups name in the "inheritance:" like so:
  14. #
  15. # Example:
  16. # inheritance:
  17. # - Default
  18. ##
  19. # All permissions including the asterisks must be placed in single quotes.
  20. # like so:
  21. #
  22. # - 'general.spawn'
  23. #
  24. # Otherwise errors will happen!
  25. ##
  26. # Globalized Permission settings:
  27. #
  28. # If a permission contains periods (.) you can denote a globalized parameter:
  29. #
  30. # - 'general.*'
  31. #
  32. # This will allow you to use all general commands.
  33. #
  34. ##
  35. # Single Asterisk denotes all commands:
  36. #
  37. # - '*'
  38. ##
  39. # To exempt a node use the - prefix like so:
  40. # - '-general.time'
  41. ##
  42. groups:
  43. Moderator:
  44. default: false
  45. info:
  46. prefix:
  47. suffix:
  48. build: true
  49. inheritance:
  50. - Default
  51. permissions:
  52. - 'general.time'
  53. - 'general.teleport'
  54. - 'general.teleport.here'
  55. - 'general.player-info'
  56. - 'general.spawn'
  57.  
  58. Admin:
  59. default: false
  60. inheritance: NoPermissions,Builder,
  61. permissions:
  62. - '*'
  63.  
  64. NoPermissions:
  65. default: true
  66. inheritance:
  67. permissions:
  68. - 'general.spawn'
  69.  
  70. User:
  71. default: false
  72. inheritance:
  73. - NoPermissions,
  74. permissions:
  75. - 'general.items'
  76.  
  77.  
  78.  
  79.  
  80. ##
  81. # DarkGrave has control over all commands.
  82. ##
  83. users:
  84. Schokodragees:
  85. group: User
  86. permissions:
  87.  
  88. APU:
  89. group: User
  90. Permissions:
  91.  
  92. Sony:
  93. group: User
  94. Permissions:
  95. Crap:
  96. group: User
  97. permissions:
  98.  
  99. Sync:
  100. group: User
  101. Permissions:
  102.  
  103. Lenox1997:
  104. group: User
  105. Permissions:
  106.  
  107. Risengod:
  108. group: User
  109. permissions:
  110.  
  111. J0MAN:
  112. group: Admin
  113. permissions:
  114.  
  115. Burnout:
  116. group: Admin
  117. permissions:
  118.  
  119. Schweizeratze:
  120. group: Admin
  121. permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement