Advertisement
Guest User

Untitled

a guest
Feb 27th, 2011
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 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. # Example: copies: Derp - This will clone the permissions of the world Derp
  6. plugin:
  7. permissions:
  8. system: default
  9. copies:
  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. Default:
  44. default: false
  45. info:
  46. prefix:
  47. suffix:
  48. build: false
  49. inheritance:
  50. permissions:
  51. - 'essentials.spawn'
  52.  
  53. Vls:
  54. default: false
  55. info:
  56. prefix: '&8'
  57. suffix:
  58. build: false
  59. inheritance:
  60. permissions:
  61.  
  62. NTG:
  63. default: true
  64. info:
  65. prefix:
  66. suffix:
  67. build: true
  68. inheritance:
  69. - Default
  70. permissions:
  71. - 'essentials.compass'
  72. - 'essentials.list'
  73. - 'essentials.ping'
  74. - 'essentials.getpos'
  75. - 'essentials.whois'
  76. - 'essentials.help'
  77. - 'essentials.motd'
  78. - 'essentials.afk'
  79. - 'essentials.mail'
  80. - 'essentials.helpop'
  81. - 'essentials.mail.send'
  82. - 'essentials.msg'
  83. - 'essentials.home'
  84. - 'essentials.sethome'
  85. - 'essentials.who'
  86. - 'lwc.protect'
  87. - 'iConomy.payment'
  88. - 'iConomy.access'
  89. - 'iConomy.rank'
  90. - 'iConomy.list'
  91. - 'war.warp'
  92. - 'war.player'
  93. - 'regions.enable'
  94.  
  95. Dars:
  96. default: false
  97. info:
  98. prefix: '&3'
  99. suffix:
  100. build: true
  101. inheritance:
  102. - NTG
  103. permissions:
  104.  
  105. Teos:
  106. default: false
  107. info:
  108. prefix: '&2'
  109. suffix:
  110. build: true
  111. inheritance:
  112. - NTG
  113. permissions:
  114.  
  115. Porks:
  116. default: false
  117. info:
  118. prefix: '&7'
  119. suffix:
  120. build: true
  121. inheritance:
  122. - NTG
  123. permissions:
  124.  
  125. Jesus:
  126. default: false
  127. info:
  128. prefix: '&c'
  129. suffix:
  130. build: true
  131. inheritance:
  132. - NTG
  133. permissions:
  134. - 'essentials.ban'
  135. - 'essentials.kick'
  136.  
  137. God:
  138. default: false
  139. info:
  140. prefix: '&4'
  141. suffix:
  142. build: true
  143. inheritance:
  144. permissions:
  145. - '*'
  146. - 'godmode.*'
  147. - 'bb.admin.*'
  148. - 'nocheat.*'
  149. ##
  150. # Users denote which users are included in which group.
  151. # TheNo1Yeti is in the Admin group
  152. # Herpina is a member of the Default group but also has access
  153. # to the herp.derp permissions
  154. # Derpina is a member of the admin group but does not have access
  155. # to the derp.derp permission node
  156. ##
  157. users:
  158. fistashqa:
  159. group: God
  160. permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement