NinjaMonkey

Permissions bukkit

Jul 10th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 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. users:
  25. Matt_Hobbs:
  26. permissions:
  27. permissions.*: true
  28. griefprevention.admin.*
  29. groups:
  30. - mod
  31. xtiz3:
  32. groups:
  33. - user
  34. malthor543:
  35. groups:
  36. - user
  37. malthor54:
  38. groups:
  39. - user
  40. forrrestmaster:
  41. groups: []
  42. robstar100:
  43. groups:
  44. - user
  45. morphious95:
  46. groups:
  47. - default
  48. - user
  49. gebrhazelaar:
  50. groups:
  51. - default
  52. - user
  53. johnnylp:
  54. groups:
  55. - user
  56. iprobrown:
  57. groups:
  58. - user
  59. arcane97:
  60. groups:
  61. - user
  62. xxryancxx11:
  63. groups:
  64. - user
  65. samdoobie:
  66. groups:
  67. - user
  68. dzxgskill:
  69. groups:
  70. - user
  71. groups:
  72. default:
  73. permissions:
  74. permissions.build: true
  75. admin:
  76. permissions:
  77. permissions.*: true
  78. griefprevention.admin.*: true
  79. inheritance:
  80. - user
  81. mod:
  82. permissions:
  83. permissions.*: true
  84. user:
  85. permissions:
  86. permissions.build: true
  87. essentials.afk: true
  88. essentials.balance: true
  89. essentials.depth: true
  90. essentials.help: true
  91. essentials.kit: true
  92. essentials.me: true
  93. essentials.motd: true
  94. essentials.msg: true
  95. essentials.nick: true
  96. essentials.pay: true
  97. essentials.sethome: true
  98. essentials.sell: true
  99. essentials.spawn: true
  100. essentials.time: true
  101. essentials.tpa: true
  102. essentials.tpaccept: true
  103. essentials.tpdeny: true
  104. essentials.worth: true
  105. essentials.home: true
  106. griefprevention.createclaims: true
  107. worlds:
  108. creative:
  109. coolplugin.item: true
  110. inheritance:
  111. - default
  112. messages:
  113. build: '&cYou do not have permission to build here.'
  114. debug: false
Advertisement
Add Comment
Please, Sign In to add comment