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. vagrantmike:
  32. permissions:
  33. permissions.example: true
  34. groups:
  35. - Owner
  36. SMIK90:
  37. permissions:
  38. permissions.example: true
  39. groups:
  40. - Owner
  41. Shark62808:
  42. permissions:
  43. permissions.example: true
  44. groups:
  45. - Moderator
  46. PFC_BowlingBall:
  47. permissions:
  48. permissions.example: true
  49. groups:
  50. - Moderator
  51. Donut_Lord:
  52. permissions:
  53. permissions.example: true
  54. groups:
  55. - Moderator
  56. DevonRay:
  57. permissions:
  58. permissions.example: true
  59. groups:
  60. - Moderator
  61. Jeff79:
  62. permissions:
  63. permissions.example: true
  64. groups:
  65. - Moderator
  66. Andrew2448:
  67. permissions:
  68. permissions.example: true
  69. groups:
  70. - Moderator
  71. groups:
  72. Default:
  73. permissions:
  74. permissions.build: true
  75. dc.do.*: true
  76. dc.online: true
  77. dc.instakill.self: true
  78. dc.spawn.self.*: true
  79. dc.message.self: true
  80. dc.message.other: true
  81. dc.message.all: true
  82. dc.portal: true
  83. dc.help: true
  84. dc.motd: true
  85. dc.home.self: true
  86. dc.sethome.self: true
  87. dc.warp.self.*: true
  88. dc.flint_and_steel.*: true
  89. midibanks.can-create: true
  90. midibanks.can-use: true
  91. iConomy.access: true
  92. iConomy.rank: true
  93. iConomy.list: true
  94. iConomy.payment: true
  95. superpermbridge.BetterShop.user.*: true
  96. deathmessageplugin.sendmessage: true
  97. deathmessageplugin.getmessage: true
  98. dc.mount.animal.*: true
  99. dc.mount.monster.*: true
  100. dc.mount.player.*: true
  101. tetris.use: true
  102. Moderator:
  103. permissions:
  104. permissions.build: true
  105. dc.fly.self.*: true
  106. dc.stack: true
  107. dc.teleport.self.*: true
  108. dc.teleport.other.*: true
  109. dc.warp.other.*: true
  110. dc.setwarp: true
  111. dc.delwarp: true
  112. dc.freeze.self: true
  113. dc.freeze.other: true
  114. dc.mute.self: true
  115. dc.mute.all: true
  116. dc.mute.other: true
  117. dc.ban.other: true
  118. dc.kick.other: true
  119. dc.time.*: true
  120. dc.weather.*: true
  121. dc.whitelist.add: true
  122. worldedit.navigation.jumpto: true
  123. worldedit.navigation.thru: true
  124. worldedit.extinguish: true
  125. bb.admin.info: true
  126. inheritance:
  127. - Default
  128. Owner:
  129. permissions:
  130. permissions.*: true
  131. dc.*: true
  132. bb.*: true
  133. iConomy.*: true
  134. superpermbridge.worldedit.*: true
  135. deathmessageplugin.sendmessage: true
  136. deathmessageplugin.getmessage: true
  137. superpermbridge.BetterShop.admin.*: true
  138. tetris.use: true
  139. inheritance:
  140. - Default, Moderator
  141.  
  142. messages:
  143. build: '&cYou do not have permission to build here.'