Advertisement
Guest User

AH PERMISSIONS

a guest
Mar 10th, 2011
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 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. # If this file is for your default world (the one in server.properties) then you must
  5. # leave copies blank.
  6. # Example: copies: Derp - This will clone the permissions of the world Derp
  7. #
  8. # Make sure to rename this file to the name of the world that is in sever.properties under
  9. # level-name. So if it is level-name: world then this should be world.yml and in the
  10. # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
  11. #
  12. # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
  13. # doing this is to use Notepad++ and replace the tab with 4 spaces.
  14. plugin:
  15. permissions:
  16. system: default
  17. copies:
  18.  
  19. ##
  20. # AntiBuild is included with this. To disable a group from being able to build then
  21. # set the build: flag to false (build: false). If you want a group to be able to build
  22. # then set it to true.
  23. ##
  24. # Groups can contain inheritance.
  25. # To make a group inherit the permissions from another
  26. # group simply place the groups name in the "inheritance:" like so:
  27. #
  28. # Example:
  29. # inheritance:
  30. # - Default
  31. ##
  32. # All permissions including the asterisks must be placed in single quotes.
  33. # like so:
  34. #
  35. # - 'foo.bar'
  36. #
  37. # Otherwise errors will happen!
  38. ##
  39. # Globalized Permission settings:
  40. #
  41. # If a permission contains periods (.) you can denote a globalized parameter:
  42. #
  43. # - 'foo.*'
  44. #
  45. # This will allow you to use all general commands.
  46. #
  47. ##
  48. # Single Asterisk denotes all commands:
  49. #
  50. # - '*'
  51. # If you give a group this permissions, do not have the group inherit any permissions
  52. # from other groups. Any users assigned to this group should NOT be given any additional
  53. # permissions either.
  54. ##
  55. # To exempt a node use the - prefix like so:
  56. # - '-foo.bar'
  57. ##
  58. # prefix: and suffix: do not do anything on their own. You need another outside plugin
  59. # such as iChat or HeroChat in order for these to do anything.
  60. groups:
  61. Default:
  62. default: true
  63. info:
  64. prefix: ''
  65. suffix: ''
  66. build: false
  67. inheritance:
  68. permissions:
  69. - 'essentials.signs.protection.use'
  70. - 'essentials.signs.free.use'
  71. - 'essentials.signs.disposal.create'
  72. - 'essentials.signs.disposal.use'
  73. - 'essentials.signs.heal.use'
  74. - 'essentials.signs.trade.create'
  75. - 'essentials.signs.trade.use'
  76. - 'essentials.signs.buy.use'
  77. - 'essentials.signs.sell.use'
  78. - 'essentials.depth'
  79. - 'essentials.getpos'
  80. - 'essentials.compass'
  81. - 'essentials.top'
  82. - 'essentials.jump'
  83. - 'essentials.back'
  84. - 'essentials.back.ondeath'
  85. - 'essentials.tptoggle'
  86. - 'essentials.tpa'
  87. - 'essentials.tpaccept'
  88. - 'essentials.tpdeny'
  89. - 'essentials.tp'
  90. - 'essentials.tpahere'
  91. - 'essentials.tphere'
  92. - 'essentials.home'
  93. - 'essentials.sethome'
  94. - 'essentials.warp'
  95. - 'essentials.warp.list'
  96. - 'essentials.worth'
  97. - 'essentials.sell'
  98. - 'essentials.balance'
  99. - 'essentials.pay'
  100. - 'essentials.msg'
  101. - 'essentials.rules'
  102. - 'essentials.motd'
  103. - 'essentials.me'
  104. - 'essentials.list'
  105. - 'essentials.mail'
  106. - 'essentials.mail.send'
  107. -
  108. Moderator:
  109. default: false
  110. info:
  111. prefix: ''
  112. suffix: ''
  113. build: true
  114. inheritance:
  115. - Default
  116. permissions:
  117. - 'essentials.help'
  118. - 'essentials.signs.mail.create'
  119. - 'essentials.signs.mail.use'
  120. - 'essentials.signs.protection.create'
  121. - 'essentials.world'
  122. - 'essentials.portal'
  123. - 'essentials.tpo'
  124. - 'essentials.tpohere'
  125. - 'essentials.tppos'
  126. - 'essentials.setwarp'
  127. - 'essentials.delwarp'
  128. - 'essentials.nick'
  129. - 'essentials.whois'
  130. - 'essentials.ban'
  131. - 'essentials.banip'
  132. - 'essentials.mute'
  133. - 'essentials.kick'
  134. - 'essentials.kickall'
  135. - 'essentials.unban'
  136. - 'essentials.unbanip'
  137. - 'essentials.togglejail'
  138. - 'essentials.jail.exempt'
  139. - 'essentials.setjail'
  140. - 'essentials.suicide'
  141. - 'essentials.spawn'
  142. - 'essentials.setspawn'
  143. Admins:
  144. default: false
  145. info:
  146. prefix: ''
  147. suffix: ''
  148. build: true
  149. inheritance:
  150. permissions:
  151. - '*'
  152.  
  153. ##
  154. # Users denote which users are included in which group.
  155. # TheNo1Yeti is in the Admin group
  156. # Herpina is a member of the Moderator group but also has access
  157. # to the herp.derp permissions
  158. # Derpina is a member of the admin group but does not have access
  159. # to the derp.derp permission node
  160. # Users can also have a prefix and suffix as seen with Herpina
  161. ##
  162. users:
  163. TheNo1Yeti:
  164. group: Admins
  165. permissions:
  166. Herpina:
  167. group: Moderator
  168. info:
  169. prefix: ''
  170. suffix: ''
  171. permissions:
  172.  
  173. Thisdude:
  174. group: Default
  175. permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement