Advertisement
k2d2

PermissionsEX full.

Mar 18th, 2013
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. # MinerCraft PermissionsEX Permissions Template (PermissionsEX wiki: https://github.com/t3hk0d3/PermissionsEx/wiki)
  2. # This file goes in the /plugins/PermissionsEx folder as permissions.yml
  3. # Basic permissions (with groups) for use with:
  4. # - Essentials - http://ess.khhq.net
  5. # - ModifyWorld - https://github.com/t3hk0d3/PermissionsEx/wiki/Modifyworld - set by the 'modifyworld.*'
  6. # nodes which you can fine tune to disallow picking up items or using switches, etc. Read the link for more info.
  7. # - ChatManager - chat coloring such as prefixes (e.g. [Admin]Username) - set by the 'prefix' setting
  8. groups:
  9. Member:
  10. default: true
  11. prefix: '&f[&fMember&f]&f'
  12. permissions:
  13. - bouncyblocks.player.use
  14. - essentials.afk
  15. - essentials.home
  16. - essentials.warp
  17. - essentials.sethome
  18. - lwc.protect
  19. - antigrief.build
  20. - modifyworld.*
  21. - essentials.help
  22. - essentials.list
  23. - essentials.motd
  24. - essentials.rules
  25. - essentials.spawn
  26. - essentials.tpa
  27. - essentials.tpaccept
  28. - essentials.mail
  29. - essentials.balance
  30. - scs.use
  31. - essentials.worth
  32. - essentials.sell
  33. - essentials.kit
  34. - essentials.msg
  35. inheritance:
  36. - null
  37. options:
  38. rank: '1000'
  39. build: true
  40. suffix: ''
  41. worlds:
  42. warp:
  43. permissions:
  44. - essentials
  45. Plugin:
  46. default: false
  47. prefix: '&f[&bPlugin-Master&f] '
  48. permissions:
  49. - '*'
  50. inheritance:
  51. - Admin
  52. options:
  53. rank: '1'
  54. build: true
  55. suffix: ''
  56. Admin:
  57. default: false
  58. prefix: '&f[&dAdmin&f] '
  59. permissions:
  60. - bouncyblocks.player.use
  61. - lwc.protect
  62. - antigrief.build
  63. - essentials.setspawn
  64. - essentials.reloadall
  65. - essentials.plugin
  66. - essentials.*
  67. - bukkit.command.give
  68. - bukkit.command.help
  69. - bukkit.command.kill
  70. - bukkit.command.list
  71. - bukkit.command.me
  72. - bukkit.command.plugins
  73. - bukkit.command.save
  74. - bukkit.command.teleport
  75. - bukkit.command.tell
  76. - bukkit.command.time
  77. - bukkit.command.whitelist
  78. - bukkit.command.whitelist.add
  79. - bukkit.command.whitelist.disable
  80. - bukkit.command.whitelist.enable
  81. - bukkit.command.whitelist.list
  82. - bukkit.command.whitelist.reload
  83. - bukkit.command.whitelist.remove
  84. - factions.managesafezone
  85. - essentials.tpa
  86. - essentials.tp
  87. - essentials.tp.others
  88. - essentials.tpaccept
  89. - essentials.help
  90. - essentials.mail
  91. - scs.create.sell
  92. - vanish.toggle.silentchests
  93. inheritance:
  94. - Moderator
  95. options:
  96. rank: '700'
  97. build: true
  98. suffix: ''
  99. worlds:
  100. cloudtower3:
  101. permissions:
  102. - user
  103. Super-Admin:
  104. default: false
  105. prefix: '&f[&5Super-Admin&f] '
  106. permissions:
  107. - '*'
  108. inheritance:
  109. - Admin
  110. options:
  111. rank: '1'
  112. build: true
  113. suffix: ''
  114. Co-Owner:
  115. default: false
  116. prefix: '&f[&6Co-Owner&f] '
  117. permissions:
  118. - '*'
  119. inheritance:
  120. - Admin
  121. options:
  122. rank: '1'
  123. build: true
  124. suffix: ''
  125. Owner:
  126. default: false
  127. prefix: '&f[&2Owner&f] '
  128. permissions:
  129. - '*'
  130. inheritance:
  131. - Admin
  132. options:
  133. rank: '1'
  134. build: true
  135. suffix: ''
  136. user:
  137. permissions:
  138. - Owner
  139. users:
  140. RocketPenguin:
  141. group:
  142. - Admin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement