Advertisement
Guest User

Untitled

a guest
Mar 8th, 2011
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 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. #
  7. # Make sure to rename this file to the name of the world that is in sever.properties under
  8. # level-name. So if it is level-name: world then this should be world.yml and in the
  9. # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
  10. #
  11. # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
  12. # doing this is to use Notepad++ and replace the tab with 4 spaces.
  13. plugin:
  14. permissions:
  15. system: default
  16. copies:
  17.  
  18. ##
  19. # AntiBuild is included with this. To disable a group from being able to build then
  20. # set the build: flag to false (build: false). If you want a group to be able to build
  21. # then set it to true.
  22. ##
  23. # Groups can contain inheritance.
  24. # To make a group inherit the permissions from another
  25. # group simply place the groups name in the "inheritance:" like so:
  26. #
  27. # Example:
  28. # inheritance:
  29. # - Default
  30. ##
  31. # All permissions including the asterisks must be placed in single quotes.
  32. # like so:
  33. #
  34. # - 'general.spawn'
  35. #
  36. # Otherwise errors will happen!
  37. ##
  38. # Globalized Permission settings:
  39. #
  40. # If a permission contains periods (.) you can denote a globalized parameter:
  41. #
  42. # - 'general.*'
  43. #
  44. # This will allow you to use all general commands.
  45. #
  46. ##
  47. # Single Asterisk denotes all commands:
  48. #
  49. # - '*'
  50. # If you give a group this permissions, do not have the group inherit any permissions
  51. # from other groups. Any users assigned to this group should NOT be given any additional
  52. # permissions either.
  53. ##
  54. # To exempt a node use the - prefix like so:
  55. # - '-general.time'
  56. ##
  57. # prefix: and suffix: do not do anything on their own. You need another outside plugin
  58. # such as iChat or HeroChat in order for these to do anything.
  59. groups:
  60. xxxxDefault:
  61. default: true
  62. info:
  63. prefix: ''
  64. suffix: ''
  65. build: true
  66. inheritance:
  67. permissions:
  68. - 'mywarp.warp.soc.*'
  69. - 'iConomy.payment'
  70. - 'iConomy.access'
  71. - 'iConomy.rank'
  72. - 'iConomy.list'
  73. - 'mywarp.warp.basic.*'
  74. - 'mywarp.warp.sign.*'
  75. - 'lwc.protect'
  76. - 'lwc.blockinventory'
  77. - 'signColours.*'
  78. Moderator:
  79. default: false
  80. info:
  81. prefix: ''
  82. suffix: ''
  83. build: true
  84. inheritance:
  85. - Default
  86. permissions:
  87. - ''
  88. Admins:
  89. default: false
  90. info:
  91. prefix: ''
  92. suffix: ''
  93. build: true
  94. inheritance:
  95. permissions:
  96. - '*'
  97.  
  98. ##
  99. # Users denote which users are included in which group.
  100. # TheNo1Yeti is in the Admin group
  101. # Herpina is a member of the Moderator group but also has access
  102. # to the herp.derp permissions
  103. # Derpina is a member of the admin group but does not have access
  104. # to the derp.derp permission node
  105. # Users can also have a prefix and suffix as seen with Herpina
  106. ##
  107. users:
  108. xxxxRillithain:
  109. group: Admins
  110. permissions:
  111. twingirlaimee:
  112. group: Default
  113. info:
  114. prefix: ''
  115. suffix: ''
  116. permissions:
  117. twingirlkylie:
  118. group: Default
  119. info:
  120. prefix: ''
  121. suffix: ''
  122. permissions:
  123. 619Man:
  124. group: Default
  125. info:
  126. prefix: ''
  127. suffix: ''
  128. permissions:
  129. terrilen:
  130. group: Default
  131. info:
  132. prefix: ''
  133. suffix: ''
  134. xxxxpermissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement