Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 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. # Supports "system: default" and "system: GroupUsers"
  36. plugin:
  37. permissions:
  38. system: default
  39. groups:
  40. admins:
  41. default: false
  42. info:
  43. prefix: '[&cadmin&f] '
  44. suffix:
  45. build: true
  46. inheritance:
  47. permissions:
  48. - '*'
  49. ops:
  50. default: false
  51. info:
  52. prefix: '&4[mod] &f'
  53. suffix:
  54. build: true
  55. inheritance:
  56. permissions:
  57. - 'playerlist'
  58. - 'who'
  59. - 'spawn'
  60. - 'me'
  61. - 'afk'
  62. - 'message'
  63. - 'tell'
  64. - 'm'
  65. - 'compass'
  66. - 'getpos'
  67. - 'help'
  68. - '?'
  69. - 'warp'
  70. - 'listwarps'
  71. - 'login'
  72. - 'register'
  73. respected:
  74. default: false
  75. info:
  76. prefix: '&5[respected] &f'
  77. suffix:
  78. build: true
  79. inheritance:
  80. permissions:
  81. - 'playerlist'
  82. - 'who'
  83. - 'spawn'
  84. - 'me'
  85. - 'afk'
  86. - 'message'
  87. - 'tell'
  88. - 'm'
  89. - 'compass'
  90. - 'getpos'
  91. - 'help'
  92. - '?'
  93. - 'warp'
  94. - 'listwarps'
  95. - 'login'
  96. - 'register'
  97. players:
  98. default: false
  99. info:
  100. prefix: '&2[players] &f'
  101. suffix:
  102. build: true
  103. inheritance:
  104. permissions:
  105. - 'playerlist'
  106. - 'who'
  107. - 'spawn'
  108. - 'me'
  109. - 'afk'
  110. - 'message'
  111. - 'tell'
  112. - 'm'
  113. - 'compass'
  114. - 'getpos'
  115. - 'help'
  116. - '?'
  117. - 'warp'
  118. - 'listwarps'
  119. - 'login'
  120. - 'register'
  121. default:
  122. default: true
  123. info:
  124. prefix: '&f[default] &f'
  125. suffix:
  126. build: false
  127. inheritance:
  128. - default
  129. permissions:
  130. - 'playerlist'
  131. - 'who'
  132. - 'spawn'
  133. - 'me'
  134. - 'afk'
  135. - 'message'
  136. - 'tell'
  137. - 'm'
  138. - 'compass'
  139. - 'getpos'
  140. - 'help'
  141. - '?'
  142. - 'warp'
  143. - 'listwarps'
  144. - 'login'
  145. - 'register'
  146. - 'motd'
  147.  
  148. ##
  149. # DarkGrave has control over all commands.
  150. # sk89q can use /spawn & /time
  151. ##
  152. users:
  153.  
  154. users:
  155. cc2k:
  156. group: admins
  157. permissions:
  158.  
  159. Nyles:
  160. group: players
  161. permissions:
  162.  
  163. Bulska:
  164. group: respected
  165. permissions:
  166.  
  167. Eastborn:
  168. group: ops
  169. permissions:
  170.  
  171. cc2ktest:
  172. group: default
  173. permissions:
  174.  
  175. cc2kyo:
  176. group: players
  177. permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement