Advertisement
Guest User

rguz10 config

a guest
Sep 17th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 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:true
  38. permissions:
  39. permissions.build: true
  40. general.spawn
  41. essentials.kit
  42. essentials.balance
  43. essentials.buy
  44. essentials.sell
  45. essentials.fly
  46. essentials.break.bedrock
  47. essentials.pay
  48. essentials.compass
  49. essentials.help
  50. essentials.msg
  51. essentials.msg.color
  52. essentials.mail
  53. essentials.mail.send
  54. essentials.msg.url
  55. essentials.nick
  56. essentials.nick.color
  57. essentials.list
  58. essentials.rules
  59. essentials.suicide
  60. essentials.broadcast
  61. essentials.ping
  62. essentials.spawn
  63. essentials.back
  64. essentials.back.ondeath
  65. essentials.delhome
  66. essentials.home
  67. essentials.sethome
  68. essentials.sethome.multiple
  69. essentials.setwarp
  70. essentials.tp
  71. essentials.tpa
  72. essentials.tpaall
  73. essentials.tpaccept
  74. essentials.tpahere
  75. essentials.tpall
  76. essentials.tpdeny
  77. essentials.warp
  78. essentials.warp.*
  79. essentials.warp.list
  80. essentials.chat.color
  81. essentials.chat.url
  82. essentials.protect
  83. essentials.protect.alerts
  84. essentials.protect.damage.contact
  85. essentials.protect.damage.creeper
  86. essentials.protect.damage.disable
  87. admin:
  88. permissions:
  89. permissions.*: true
  90. inheritance:
  91. - user
  92. user:
  93. permissions:
  94. permissions.build: true
  95. worlds:
  96. creative:
  97. coolplugin.item: true
  98. inheritance:
  99. - default
  100. messages:
  101. build: '&cYou do not have permission to build here.'
  102. debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement