Advertisement
Guest User

PEX HELP

a guest
Jul 25th, 2013
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 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. - essentials.afk
  14. - essentials.home
  15. - essentials.warp
  16. - essentials.sethome
  17. - lwc.protect
  18. - antigrief.build
  19. - modifyworld.*
  20. - essentials.help
  21. - essentials.list
  22. - essentials.motd
  23. - essentials.rules
  24. - essentials.spawn
  25. - essentials.tpa
  26. - essentials.tpaccept
  27. - essentials.mail
  28. - essentials.balance
  29. - scs.use
  30. - essentials.worth
  31. - essentials.sell
  32. - essentials.kit
  33. - essentials.msg
  34. inheritance:
  35. - null
  36. options:
  37. rank: '1000'
  38. build: true
  39. suffix: ''
  40. Plugin:
  41. default: false
  42. prefix: '&f[&bPlugin-Master&f] '
  43. permissions:
  44. - '*'
  45. inheritance:
  46. - Admin
  47. options:
  48. rank: '1'
  49. build: true
  50. suffix: ''
  51. Admin:
  52. default: false
  53. prefix: '&f[&dAdmin&f] '
  54. permissions:
  55. - bouncyblocks.player.use
  56. - lwc.protect
  57. - antigrief.build
  58. - essentials.setspawn
  59. - essentials.reloadall
  60. - essentials.plugin
  61. - essentials.*
  62. - bukkit.command.give
  63. - bukkit.command.help
  64. - bukkit.command.kill
  65. - bukkit.command.list
  66. - bukkit.command.me
  67. - bukkit.command.plugins
  68. - bukkit.command.save
  69. - bukkit.command.teleport
  70. - bukkit.command.tell
  71. - bukkit.command.time
  72. - bukkit.command.whitelist
  73. - bukkit.command.whitelist.add
  74. - bukkit.command.whitelist.disable
  75. - bukkit.command.whitelist.enable
  76. - bukkit.command.whitelist.list
  77. - bukkit.command.whitelist.reload
  78. - bukkit.command.whitelist.remove
  79. - factions.managesafezone
  80. - essentials.tpa
  81. - essentials.tp
  82. - essentials.tp.others
  83. - essentials.tpaccept
  84. - essentials.help
  85. - essentials.mail
  86. - scs.create.sell
  87. - vanish.toggle.silentchests
  88. inheritance:
  89. - Moderator
  90. options:
  91. rank: '700'
  92. build: true
  93. suffix: ''
  94. Super-Admin:
  95. default: false
  96. prefix: '&f[&5Super-Admin&f] '
  97. permissions:
  98. - '*'
  99. inheritance:
  100. - Admin
  101. options:
  102. rank: '1'
  103. build: true
  104. suffix: ''
  105. Co-Owner:
  106. default: false
  107. prefix: '&f[&6Co-Owner&f] '
  108. permissions:
  109. - '*'
  110. inheritance:
  111. - Admin
  112. options:
  113. rank: '1'
  114. build: true
  115. suffix: ''
  116. Owner:
  117. default: false
  118. prefix: '&f[&2Owner&f] '
  119. permissions:
  120. - '*'
  121. inheritance:
  122. - Admin
  123. options:
  124. rank: '1'
  125. build: true
  126. suffix: ''
  127.  
  128. users:
  129. Mugz:
  130. permissions:
  131. - '*'
  132. options:
  133. group: Owner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement