Advertisement
Guest User

Untitled

a guest
Jul 21st, 2011
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. ##
  2. # AntiBuild is included with this. To disable a group from being able to build then
  3. # set the build: flag to false (build: false). If you want a group to be able to build
  4. # then set it to true.
  5. ##
  6. # Groups can contain inheritance.
  7. # To make a group inherit the permissions from another
  8. # group simply place the groups name in the "inheritance:" like so:
  9. #
  10. # Example:
  11. # inheritance:
  12. # - Default
  13. ##
  14. # Globalized Permission settings:
  15. #
  16. # If a permission contains periods (.) you can denote a globalized parameter:
  17. #
  18. # - 'foo.*'
  19. #
  20. # This will allow you to use all general commands.
  21. #
  22. ##
  23. # Single Asterisk denotes all commands:
  24. #
  25. # - '*'
  26. ##
  27. # To exempt a node use the - prefix like so:
  28. # - '-foo.bar'
  29. ##
  30. # prefix: and suffix: do not do anything on their own. You need another outside plugin
  31. # such as iChat or HeroChat in order for these to do anything.
  32. groups:
  33. Admin:
  34. default: false
  35. info:
  36. prefix: ''
  37. suffix: ''
  38. build: true
  39. messageChanger:
  40. KICK_KICK_REASON: '&4Mach keinen Scheiss.'
  41. KICK_FULL: '&eDer Server ist voll, sorry!'
  42. inheritance:
  43. permissions:
  44. - 'foo.bar'
  45. - 'lockette.user.create.*'
  46. - 'falsebook.blocks.gate'
  47. - 'iConomyChestShop.shop.create'
  48. - 'iConomyChestShop.shop.buy'
  49. - 'iConomyChestShop.shop.sell'
  50. - 'iConomyChestShop.command.iteminfo'
  51. - '-homesweethome.home'
  52. - '-homesweethome.home.set'
  53. - 'warpz0r.*'
  54. - 'falsebook.blocks.lift'
  55. - 'SpawnX.spawn'
  56. - 'multiverse.tp'
  57. - 'iWarning.*'
  58. Builder:
  59. default: true
  60. info:
  61. prefix: ''
  62. suffix: ''
  63. build: true
  64. inheritance:
  65. permissions:
  66. - 'lockette.user.create.*'
  67. - 'falsebook.blocks.gate'
  68. - 'iConomyChestShop.shop.create'
  69. - 'iConomyChestShop.shop.buy'
  70. - 'iConomyChestShop.shop.sell'
  71. - 'iConomyChestShop.command.iteminfo'
  72. - 'falsebook.blocks.lift'
  73. - 'warpz0r.warp'
  74. Polly:
  75. default: false
  76. info:
  77. prefix: ''
  78. suffix: ''
  79. build: true
  80. inheritance:
  81. - Default
  82. permissions:
  83. - 'lockette.user.create.*'
  84. - 'falsebook.blocks.gate'
  85. - 'iConomyChestShop.shop.create'
  86. - 'iConomyChestShop.shop.buy'
  87. - 'iConomyChestShop.shop.sell'
  88. - 'iConomyChestShop.command.iteminfo'
  89. - 'falsebook.blocks.lift'
  90. Imperator:
  91. default: false
  92. info:
  93. prefix: ''
  94. suffix: ''
  95. build: true
  96. inheritance:
  97. permissions:
  98. - '*'
  99. Gefangener:
  100. default: false
  101. info:
  102. prefix: ''
  103. suffix: ''
  104. build: false
  105. inheritance:
  106. permissions:
  107. - 'foo.bar'
  108. Gehilfe:
  109. default: false
  110. info:
  111. prefix: ''
  112. suffix: ''
  113. build: false
  114. inheritance:
  115. permissions:
  116. - '*'
  117. - '-iConomy.*'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement