davidvsayshi

Vet BukkitPerms

Aug 15th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. # PermissionsBukkit configuration file
  2. #
  3. # A permission node is a string like 'permissions.build', usually starting
  4. # with the name of the plugin. Refer to a plugin's documentation for what
  5. # permissions it cares about. Each node should be followed by true to grant
  6. # that permission or false to revoke it, as in 'permissions.build: true'.
  7. # Some plugins provide permission nodes that map to a group of permissions -
  8. # for example, PermissionsBukkit has 'permissions.*', which automatically
  9. # grants all admin permissions. You can also specify false for permissions
  10. # of this type.
  11. #
  12. # Users inherit permissions from the groups they are a part of. If a user is
  13. # not specified here, or does not have a 'groups' node, they will be in the
  14. # group 'default'. Permissions for individual users may also be specified by
  15. # using a 'permissions' node with a list of permission nodes, which will
  16. # override their group permissions. World permissions may be assigned to
  17. # users with a 'worlds:' entry.
  18. #
  19. # Groups can be assigned to players and all their permissions will also be
  20. # assigned to those players. Groups can also inherit permissions from other
  21. # groups. Like user permissions, groups may override the permissions of their
  22. # parent group(s). Unlike users, groups do NOT automatically inherit from
  23. # default. World permissions may be assigned to groups with a 'worlds:' entry.
  24. #
  25. # The cannot-build message is configurable. If it is left blank, no message
  26. # will be displayed to the player if PermissionsBukkit prevents them from
  27. # building, digging, or interacting with a block. Use '&' characters to
  28. # signify color codes.
  29.  
  30. users:
  31. ConspiracyWizard:
  32. permissions:
  33. permissions.example: true
  34. groups:
  35. - admin
  36. groups:
  37. default:
  38. permissions:
  39. permissions.build: true
  40. factions.kit.fullplayer: true
  41. iConomy.user: true
  42. pvp.kills: true
  43. pvp.deaths: true
  44. pvp.kdr: true
  45. pvp.leadkills: true
  46. pvp.leaddeaths: true
  47. pvp.leadkdr: true
  48. buttonwarp.use: true
  49. buttonwarp.freewarp: true
  50. nopl.pl: true
  51. nopl.help: true
  52. kit.kit: true
  53. kit.basic: true
  54. SpawnX.Spawn : true
  55. plgsetspawn.spawn: true
  56. moderator:
  57. permissions:
  58. banhammer.kick: true
  59. banhammer.check: true
  60. permissions.build: true
  61. inheritance:
  62. - default
  63. admin:
  64. permissions:
  65. banhammer.ban: true
  66. banhammer.ban.*: true
  67. banhammer.kick: true
  68. banhammer.pardon: true
  69. banhammer.pardon.*: true
  70. banhammer.pardon.own: true
  71. banhammer.pardon.others: true
  72. banhammer.check: true
  73. banhammer.export: true
  74. banhammer.history: true
  75. banhammer.history.*: true
  76. banhammer.history.own: true
  77. banhammer.history.others: true
  78. banhammer.import: true
  79. banhammer.limits: true
  80. banhammer.purge: true
  81. banhammer.recent: true
  82. banhammer.reload: true
  83. Weather.set: true
  84. permissions.build: true
  85. inheritance:
  86. - moderator
  87. gamemaker:
  88. permissions:
  89. permissions.build: true
  90. tier1:
  91. permissions:
  92. permissions.build: true
  93. inheritance:
  94. - default
  95. tier2:
  96. permissions:
  97. kit.iron: true
  98. alphachest.workbench: true
  99. permissions.build: true
  100. inheritance:
  101. - default
  102. tier3:
  103. permissions:
  104. kit.diamond: true
  105. kit.iron: true
  106. alphachest.workbench: true
  107. alphachest.chest: true
  108. permissions.build: true
  109. inheritance:
  110. - default
  111. tier1mod:
  112. permissions:
  113. permissions.build: true
  114. inheritance:
  115. - moderator
  116. tier2mod:
  117. permissions:
  118. kit.iron: true
  119. alphachest.workbench: true
  120. permissions.build: true
  121. inheritance:
  122. - moderator
  123. tier3mod:
  124. permissions:
  125. kit.diamond: true
  126. kit.iron: true
  127. alphachest.workbench: true
  128. alphachest.chest: true
  129. permissions.build: true
  130. inheritance:
  131. - moderator
  132. tier1admin:
  133. permissions:
  134. permissions.build: true
  135. inheritance:
  136. - admin
  137. tier2admin:
  138. permissions:
  139. kit.iron: true
  140. alphachest.workbench: true
  141. permissions.build: true
  142. inheritance:
  143. - admin
  144. tier3admin:
  145. permissions:
  146. kit.diamond: true
  147. kit.iron: true
  148. alphachest.workbench: true
  149. alphachest.chest: true
  150. permissions.build: true
  151. inheritance:
  152. - admin
  153. messages:
  154. build: '&cYou do not have permission to build here.'
  155.  
  156. debug: false
Advertisement
Add Comment
Please, Sign In to add comment