Guest User

Untitled

a guest
Oct 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 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. koko2000:
  32. permissions:
  33. groups:
  34. - admin
  35.  
  36.  
  37.  
  38. groups:
  39.  
  40. Admin:
  41. permissions:
  42. permissions.*: true
  43. inheritance:
  44. - Moderator
  45.  
  46. Moderator:
  47. permissions:
  48. permissions.build: true
  49. ChestShop.shop.create: true
  50. Chestshop.shop.buy: true
  51. ChestShop.shop.sell: true
  52. ChestShop.shop.create.buy: true
  53. ChestShop.shop.create.sell: true
  54. ChestShop.shop.create.food: true
  55. ChestShop.shop.create.diamondgrade: true
  56. ChestShop.shop.create.irongrade: true
  57. ChestShop.shop.create.goldgrade: true
  58. ChestShop.shop.create.stonegrade: true
  59. ChestShop.shop.create.woodgrade: true
  60. ChestShop.shop.create.diamondarmor: true
  61. ChestShop.shop.create.goldarmor: true
  62. ChestShop.shop.create.ironarmor: true
  63. ChestShop.shop.create.woodarmor: true
  64. ChestShop.shop.create.stonearmor: true
  65. ChestShop.shop.create.ore: true
  66. ChestShop.shop.create.ingots: true
  67. ChestShop.shop.create.monsterdrops: true
  68. lwc.create.*: true
  69. lwc.modify: true
  70. lwc.unlock: true
  71. lwc.info: true
  72. lwc.remove: true
  73. lwc.flag.*: true
  74. trademod.cantrade: true
  75. trademod.currency: true
  76. trademod.overflow: true
  77. xbp.*: false
  78. welcomerulezz.welcomeme: true
  79. welcomerulezz.rules: true
  80. Welcomerulezz.commands: true
  81. essentials.itemspawn.item-[14]: true
  82. essentials.itemspawn.item-[15]: true
  83. essentials.itemspawn.item-[16]: true
  84. essentials.itemspawn.item-[21]: true
  85. essentials.itemspawn.item-[129]: true
  86. essentials.gamemode: true
  87. essentials.fly: true
  88. essentials.tptoggle: true
  89. essentials.chat.color: true
  90. essentials.chat.format: true
  91. essentials.chat.magic: true
  92. essentials.joinfullserver: true
  93. essentials.spawnmob.*: true
  94. essentials.heal.others: true
  95. essentials.item: true
  96. essentials.repair: true
  97. essentials.heal.cooldown.bypass: true
  98. essentials.heal: true
  99. essentials.time.set: true
  100. essentials.ban: true
  101. essentials.ban.offline: true
  102. essentials.broadcast: true
  103. essentials.clearinventory.others: true
  104. essentials.kill.force: true
  105. essentials.kill: true
  106. essentials.killall: true
  107. essentials.kick.notify: true
  108. essentials.spawnmob.*: true
  109. essentials.tempban: true
  110. essentials.tempban.offline: true
  111. essentials.thunder: true
  112. essentials.unban: true
  113. essentials.unbanip: true
  114. essentials.vanish: true
  115. essentials.teleport.hidden: true
  116. essentials.list.hidden: true
  117. essentials.back: true: true
  118. essentials.weather: true
  119. essentials.lightning.others: true
  120. essentials.lightning: true
  121. essentials.enderchest.others: true
  122. essentials.enderchest.modify: true
  123. essentials.banip: true
  124. essentials.seen.banreason: true
  125.  
  126.  
  127. VIP:
  128. permissions:
  129. permissions.build: true
  130. ChestShop.shop.create: true
  131. Chestshop.shop.buy: true
  132. ChestShop.shop.sell: true
  133. ChestShop.shop.create.buy: true
  134. ChestShop.shop.create.sell: true
  135. ChestShop.shop.create.food: true
  136. ChestShop.shop.create.diamondgrade: true
  137. ChestShop.shop.create.irongrade: true
  138. ChestShop.shop.create.goldgrade: true
  139. ChestShop.shop.create.stonegrade: true
  140. ChestShop.shop.create.woodgrade: true
  141. ChestShop.shop.create.diamondarmor: true
  142. ChestShop.shop.create.goldarmor: true
  143. ChestShop.shop.create.ironarmor: true
  144. ChestShop.shop.create.woodarmor: true
  145. ChestShop.shop.create.stonearmor: true
  146. ChestShop.shop.create.ore: true
  147. ChestShop.shop.create.ingots: true
  148. ChestShop.shop.create.monsterdrops: true
  149. lwc.create.*: true
  150. lwc.modify: true
  151. lwc.unlock: true
  152. lwc.info: true
  153. lwc.remove: true
  154. lwc.flag.*: true
  155. trademod.cantrade: true
  156. trademod.currency: true
  157. trademod.overflow: true
  158. xbp.*: false
  159. welcomerulezz.welcomeme: true
  160. welcomerulezz.rules: true
  161. Welcomerulezz.commands: true
  162. essentials.itemspawn.item-[14]: true
  163. essentials.itemspawn.item-[15]: true
  164. essentials.itemspawn.item-[16]: true
  165. essentials.itemspawn.item-[21]: true
  166. essentials.itemspawn.item-[129]: true
  167. essentials.gamemode: true
  168. essentials.fly: true
  169. essentials.tptoggle: true
  170. essentials.chat.color: true
  171. essentials.chat.format: true
  172. essentials.chat.magic: true
  173. essentials.joinfullserver: true
  174. essentials.spawnmob.*: true
  175. essentials.back: true
  176. essentials.seen.banreason: true
  177.  
  178. Miner:
  179. permissions:
  180. permissions.build: true
  181. ChestShop.shop.create: true
  182. Chestshop.shop.buy: true
  183. ChestShop.shop.sell: true
  184. ChestShop.shop.create.buy: true
  185. ChestShop.shop.create.sell: true
  186. ChestShop.shop.create.food: true
  187. ChestShop.shop.create.diamondgrade: true
  188. ChestShop.shop.create.irongrade: true
  189. ChestShop.shop.create.goldgrade: true
  190. ChestShop.shop.create.stonegrade: true
  191. ChestShop.shop.create.woodgrade: true
  192. ChestShop.shop.create.diamondarmor: true
  193. ChestShop.shop.create.goldarmor: true
  194. ChestShop.shop.create.ironarmor: true
  195. ChestShop.shop.create.woodarmor: true
  196. ChestShop.shop.create.stonearmor: true
  197. ChestShop.shop.create.ore: true
  198. ChestShop.shop.create.ingots: true
  199. ChestShop.shop.create.monsterdrops: true
  200. lwc.create.*: true
  201. lwc.modify: true
  202. lwc.unlock: true
  203. lwc.info: true
  204. lwc.remove: true
  205. lwc.flag.*: true
  206. trademod.cantrade: true
  207. trademod.currency: true
  208. trademod.overflow: true
  209. xbp.*: false
  210. welcomerulezz.welcomeme: true
  211. welcomerulezz.rules: true
  212. Welcomerulezz.commands: true
  213. essentials.itemspawn.item-[14]: true
  214. essentials.itemspawn.item-[15]: true
  215. essentials.itemspawn.item-[16]: true
  216. essentials.itemspawn.item-[21]: true
  217. essentials.itemspawn.item-[129]: true
  218. essentials.back: true
  219. essentials.seen.banreason: true
  220.  
  221.  
  222. Builder:
  223. permissions:
  224. permissions.build: true
  225. ChestShop.shop.create: true
  226. Chestshop.shop.buy: true
  227. ChestShop.shop.sell: true
  228. ChestShop.shop.create.buy: true
  229. ChestShop.shop.create.sell: true
  230. ChestShop.shop.create.food: true
  231. ChestShop.shop.create.diamondgrade: true
  232. ChestShop.shop.create.irongrade: true
  233. ChestShop.shop.create.goldgrade: true
  234. ChestShop.shop.create.stonegrade: true
  235. ChestShop.shop.create.woodgrade: true
  236. ChestShop.shop.create.diamondarmor: true
  237. ChestShop.shop.create.goldarmor: true
  238. ChestShop.shop.create.ironarmor: true
  239. ChestShop.shop.create.woodarmor: true
  240. ChestShop.shop.create.stonearmor: true
  241. ChestShop.shop.create.ore: true
  242. ChestShop.shop.create.ingots: true
  243. ChestShop.shop.create.monsterdrops: true
  244. lwc.create.*: true
  245. lwc.modify: true
  246. lwc.unlock: true
  247. lwc.info: true
  248. lwc.remove: true
  249. lwc.flag.*: true
  250. trademod.cantrade: true
  251. trademod.currency: true
  252. trademod.overflow: true
  253. xbp.*: false
  254. welcomerulezz.welcomeme: true
  255. welcomerulezz.rules: true
  256. Welcomerulezz.commands: true
  257. essentials.itemspawn.item-[14]: false
  258. essentials.itemspawn.item-[15]: false
  259. essentials.itemspawn.item-[16]: false
  260. essentials.itemspawn.item-[21]: false
  261. essentials.itemspawn.item-[129]: false
  262. essentials.back: true
  263. essentials.seen.banreason: true
  264.  
  265. Member:
  266. permissions:
  267. permissions.build: true
  268. ChestShop.shop.create: true
  269. Chestshop.shop.buy: true
  270. ChestShop.shop.sell: true
  271. ChestShop.shop.create.buy: true
  272. ChestShop.shop.create.sell: true
  273. ChestShop.shop.create.food: true
  274. ChestShop.shop.create.diamondgrade: true
  275. ChestShop.shop.create.irongrade: true
  276. ChestShop.shop.create.goldgrade: true
  277. ChestShop.shop.create.stonegrade: true
  278. ChestShop.shop.create.woodgrade: true
  279. ChestShop.shop.create.diamondarmor: true
  280. ChestShop.shop.create.goldarmor: true
  281. ChestShop.shop.create.ironarmor: true
  282. ChestShop.shop.create.woodarmor: true
  283. ChestShop.shop.create.stonearmor: true
  284. ChestShop.shop.create.ore: true
  285. ChestShop.shop.create.ingots: true
  286. ChestShop.shop.create.monsterdrops: true
  287. lwc.create.*: true
  288. lwc.modify: true
  289. lwc.unlock: true
  290. lwc.info: true
  291. lwc.remove: true
  292. lwc.flag.*: true
  293. trademod.cantrade: true
  294. trademod.currency: true
  295. trademod.overflow: true
  296. xbp.*: false
  297. welcomerulezz.welcomeme: true
  298. welcomerulezz.rules: true
  299. Welcomerulezz.commands: true
  300. essentials.itemspawn.item-[14]: false
  301. essentials.itemspawn.item-[15]: false
  302. essentials.itemspawn.item-[16]: false
  303. essentials.itemspawn.item-[21]: false
  304. essentials.itemspawn.item-[129]: false
  305. essentials.seen.banreason: true
  306.  
  307. guest:
  308. permissions:
  309. permissions.build: false
  310. trademod.cantrade: false
  311. trademod.currency: false
  312. trademod.overflow: false
  313. messages:
  314. build: '&cYou do not have permission to build here.'
  315.  
  316. debug: false
Add Comment
Please, Sign In to add comment