Advertisement
Guest User

permissionsbukkit

a guest
Oct 17th, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 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. # Please visit our wiki for an in-depth walkthrough for writing permissions:
  31. # http://wiki.multiplay.co.uk/Minecraft/Bukkit/PermissionsBukkit
  32.  
  33. users:
  34. stevencowsheep
  35. groups:
  36. - default
  37. groups:
  38. default:
  39. permissions:
  40. permissions.build: true
  41. choptree.command.toggle: true
  42. choptree.chop: true
  43. lwc.protect: true
  44. lwc.remove : true
  45. iConomy.holdings: true
  46. iConomy.holdings.others: true
  47. iConomy.help: true
  48. iConomy.payment: true
  49. iConomy.accounts.create: true
  50. iConomy.accounts.remove: true
  51. localshops.user.buy: true
  52. localshops.user.sell: true
  53. localshops.user.browse: true
  54. localshops.manager.add: true
  55. localshops.manager.create: true
  56. localshops.manager.destroy: true
  57. localshops.manager.move: true
  58. localshops.manager.remove: true
  59. localshops.manager.select: true
  60. localshops.manager.set: true
  61. localshops.manager.set.owner: true
  62. iConomyDeath.use: true
  63. jail.usercmd.jailpay: true
  64. jail.usercmd.jailstatus: true
  65. bukkit.command.tell: true
  66. bukkit.command.kill: true
  67. bukkit.command.me: true
  68. bukkit.command.help: true
  69. bukkit.command.plugins: true
  70. ChestShop.shop.buy: true
  71. ChestShop.shop.sell: true
  72. ChestShop.shop.create: true
  73. moderator:
  74. permissions:
  75. cl*
  76. choptree.command.protect
  77. iConomy.accounts.give
  78. iConomy.accounts.take
  79. iConomy.accounts.set
  80. iConomy.accounts.purge
  81. jail.command.*
  82. ChestShop.*
  83. inheritance:
  84. - default
  85.  
  86.  
  87. messages:
  88. build: '&cYou do not have permission to build here.'
  89.  
  90.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement