Guest User

Untitled

a guest
Sep 6th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 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. # Note to self: Always rememeber to add true on a permission node.
  30. users:
  31. brinaq:
  32. permissions:
  33. permissions.example: true
  34. allowlockpicking.canprotect: true
  35. allowlockpicking.lockpick: true
  36. essentials.setspawn: true
  37. essentials.nick.color: true
  38. essentials.tempban.exempt: true
  39. essentials.ban.exempt: true
  40. groups:
  41. - Moderator
  42. groups:
  43. default:
  44. permissions:
  45. permissions.build: true
  46. can.pick.locks: true
  47. bhns.tpspawn: true
  48. bhns.tphomebed: true
  49. essentials.spawn: true
  50. myhome.home.basic.set: false
  51. essentials.warp: true
  52. essentials.tpdeny: true
  53. essentials.tpaccept: true
  54. essentials.back: true
  55. essentials.gc: true
  56. essentials.msg: true
  57. essentials.afk: true
  58. essentials.helpop: true
  59. essentials.mail: true
  60. essentials.mail.send: true
  61. essentials.hat: true
  62. Moderator:
  63. permissions:
  64. permissions.*: true
  65. worldedit.navigation.jumpto: false
  66. bukkit.command.kick: true
  67. bukkit.command.ban: true
  68. bukkit.command.ban.player: true
  69. essentials.tempban: true
  70. essentials.unban: true
  71. bukkit.command.unban: true
  72. inheritance:
  73. - user
  74. VIP:
  75. permissions:
  76. permissions.build: true
  77. essentials.tpa: true
  78. essentials.tpahere: true
  79. worlds:
  80. creative:
  81. coolplugin.item: true
  82. inheritance:
  83. - default
  84. messages:
  85. build: '&cYou do not have permission to build here.'
  86. debug: false
Advertisement
Add Comment
Please, Sign In to add comment