Advertisement
Guest User

Untitled

a guest
Mar 6th, 2011
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 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. Default:
  44. default: true
  45. info:
  46. prefix:
  47. suffix:
  48. build: false
  49. inheritance:
  50. permissions:
  51. - 'essentials.motd'
  52. - 'lwc.blockinventory'
  53. STDUser:
  54. default: true
  55. info:
  56. prefix:
  57. suffix:
  58. build: true
  59. inheritance:
  60. permissions:
  61. - 'essentials.motd'
  62. - 'general.spawn'
  63. - 'iConomy.payment'
  64. - 'iConomy.list'
  65. - 'iConomy.rank'
  66. - 'mcmmo.commands.party'
  67. - 'mcmmo.skills.*'
  68. - 'essentials.tpaccept'
  69. - 'essentials.tpdeny'
  70. - 'essentials.back'
  71. - 'essentials.list'
  72. - 'essentials.mail.send'
  73. - 'essentials.tpaccept'
  74. - 'essentials.tpdeny'
  75. - 'essentials.home'
  76. - 'essentials.sethome'
  77. - 'essentials.help'
  78. - 'SpawnControl.sethome.basic'
  79. - 'SpawnControl.home.basic'
  80. - 'lwc.protect'
  81. - 'mcmmo.regeneration'
  82. us4:
  83. default: false
  84. info:
  85. prefix:
  86. suffix:
  87. build: true
  88. dropchestmaxradius: 10
  89. inheritance:
  90. - STDUser
  91. permissions:
  92. - 'general.time'
  93. - 'general.teleport'
  94. - 'general.teleport.here'
  95. - 'general.player-info'
  96. - 'dropchest'
  97. - 'dropchest.create'
  98. - 'dropchest.remove'
  99. - 'dropchest.radius.set'
  100. - 'dropchest.which'
  101. - 'dropchest.teleport'
  102. - 'dropchest.list'
  103. - 'multiverse.portal.create'
  104. - 'multiverse.portal.select'
  105. - 'multiverse.portal.destination'
  106. - 'multiverse.portal.list'
  107. - 'multiverse.portal.rename'
  108. - 'multiverse.portal.list'
  109. - 'multiverse.list'
  110. - 'multiverse.world.list'
  111. - 'worldedit.history.undo'
  112. - 'worldedit.navigation.ascend'
  113. - 'worldedit.navigation.descend'
  114. - 'worldedit.navigation.jumpto'
  115. - 'worldedit.superpickaxe'
  116. - 'worldedit.fixlava'
  117. - 'worldedit.fixwater'
  118. - 'worldedit.drain'
  119. - 'essentials.tp'
  120. - 'essentials.tpa'
  121. - 'essentials.tpahere'
  122. - 'essentials.tphere'
  123. - 'essentials.tpohere'
  124.  
  125. Admin:
  126. default: false
  127. info:
  128. prefix:
  129. suffix:
  130. build: true
  131. inheritance:
  132. permissions:
  133. - '*'
  134. users:
  135. D5120:
  136. group: Admin
  137. permissions:
  138. Antirealsim:
  139. group: Admin
  140. permissions:
  141. nicademus2k1:
  142. group: Admin
  143. permissions:
  144. Gizmoo30:
  145. group: Admin
  146. permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement