Advertisement
Guest User

CS Config + Permissions

a guest
Dec 16th, 2011
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.61 KB | None | 0 0
  1.  
  2. PREFERRED_ECONOMY_PLUGIN: ""
  3. #Preferred economy plugin (iConomy, BOSEconomy, Essentials). If you do not want to specify this, leave it blank.
  4. REVERSE_BUTTONS: false
  5. #If true, people will buy with left-click and sell with right-click.
  6. ALLOW_LEFT_CLICK_DESTROYING: true
  7. #If true, if you left-click your own shop sign you won't open chest's inventory, but instead you will start destroying the sign.
  8. STACK_UNSTACKABLES: false
  9. #If true, ALL things (including food, etc.) will stack up to 64
  10. SERVER_ECONOMY_ACCOUNT: ""
  11. #Economy account's name you want Admin Shops to be assigned to
  12. ADMIN_SHOP_NAME: "Admin Shop"
  13. #First line of your admin shop should look like this
  14. SHOP_CREATION_PRICE: 0
  15. #Amount of money player must pay to create a shop
  16. LOG_TO_FILE: false
  17. #If true, plugin will log transactions in its own file
  18. LOG_TO_CONSOLE: true
  19. #Do you want ChestShop's messages to show up in console?
  20. LOG_TO_DATABASE: false
  21. #If true, plugin will log transactions in EBean database
  22. GENERATE_STATISTICS_PAGE: false
  23. #If true, plugin will generate shop statistics webpage.
  24. STATISTICS_PAGE_PATH: "plugins/ChestShop/website.html"
  25. #Where should your generated website be saved?
  26. RECORD_TIME_TO_LIVE: 600
  27. #How long should transaction information be stored?
  28. STATISTICS_PAGE_GENERATION_INTERVAL: 60
  29. #How often should the website be generated?
  30. USE_BUILT_IN_PROTECTION: true
  31. #Do you want to use built-in protection against chest destruction?
  32. PROTECT_CHEST_WITH_LWC: false
  33. #Do you want to protect shop chests with LWC?
  34. PROTECT_SIGN_WITH_LWC: false
  35. #Do you want to protect shop signs with LWC?
  36. MASK_CHESTS_AS_OTHER_BLOCKS: false
  37. #Do you want to mask shop chests as other blocks? HIGHLY EXPERIMENTAL, CAN LAG!
  38. SHOW_MESSAGE_OUT_OF_STOCK: true
  39. #Do you want to show "Out of stock" messages?
  40. SHOW_TRANSACTION_INFORMATION_CLIENT: true
  41. #Do you want to show "You bought/sold... " messages?
  42. SHOW_TRANSACTION_INFORMATION_OWNER: true
  43. #Do you want to show "Somebody bought/sold... " messages?
  44. TOWNY_INTEGRATION: false
  45. #Do you want to only let people build inside shop plots?
  46. WORLDGUARD_INTEGRATION: false
  47. #Do you want to only let people build inside plots?
  48. TAX_AMOUNT: 0
  49. #Percent of the price that should go to the server's account. (100 = 100 percent)
  50. SHOP_REFUND_PRICE: 0
  51. #How much money do you get back when destroying a sign?
  52. ALLOW_MULTIPLE_SHOPS_AT_ONE_BLOCK: false
  53. #Do you want to allow other players to build a shop on a block where there's one already?
  54.  
  55. Here is the Permission!
  56.  
  57.  
  58. groups:
  59. Player:
  60. default: true
  61. prefix: '&8'
  62. suffix: '&f'
  63. permissions:
  64. - modifyworld.*
  65. - waypoint.spawn
  66. - iConomy.access
  67. - iConomy.rank
  68. - iConomy.payment
  69. - iConomy.list
  70. - jobs.join.*
  71. - mcmmo.commands.party
  72. - mcmmo.chat.partychat
  73. - mcmmo.ability.*
  74. - mcmmo.skills.*
  75. - ScizzrHome.basic.*
  76. - commandbook.home.*
  77. - commandbook.spawn
  78. - lwc.protect
  79. - jobs.world.*
  80. - falsebook.blocks.*
  81. - tetris.*
  82. - deathcube.use
  83. - ChestShop.shop.create
  84. - ChestShop.shop.buy
  85. - ChestShop.shop.sell
  86. VIP-Player:
  87. default: false
  88. prefix: '&2'
  89. suffix: '&f'
  90. permissions:
  91. - waypoint.spawn
  92. - iConomy.access
  93. - iConomy.rank
  94. - iConomy.payment
  95. - iConomy.list
  96. - jobs.join.*
  97. - mcmmo.commands.party
  98. - mcmmo.chat.partychat
  99. - mcmmo.ability.*
  100. - mcmmo.skills.*
  101. - ScizzrHome.basic.*
  102. - commandbook.home.*
  103. - lwc.protect
  104. - jobs.world.*
  105. - commandbook.spawn
  106. - falsebook.blocks.*
  107. - commandbook.time
  108. - commandbook.weather
  109. - commandbook.warp.teleport
  110. - commandbook.warp.set
  111. - twc.timevote
  112. - twc.weathervote
  113. - twc.timeset
  114. - twc.weatherset
  115. - tetris.*
  116. - deathcube.use
  117. - spleefextreme.start
  118. - ChestShop.shop.create
  119. - ChestShop.shop.buy
  120. - ChestShop.shop.sell
  121. Test_Mod:
  122. default: false
  123. prefix: '&9'
  124. suffix: '&f'
  125. permissions:
  126. - waypoint.spawn
  127. - iConomy.access
  128. - iConomy.rank
  129. - iConomy.payment
  130. - iConomy.list
  131. - jobs.join.*
  132. - mcmmo.commands.party
  133. - mcmmo.chat.partychat
  134. - mcmmo.ability.*
  135. - mcmmo.skills.*
  136. - ChestShop.shop.buy
  137. - ChestShop.shop.sell
  138. - ScizzrHome.basic.*
  139. - lwc.protect
  140. - jobs.world.*
  141. - ChestShop.shop.create.*
  142. - falsebook.blocks.*
  143. - commandbook.time
  144. - commandbook.weather
  145. - commandbook.warp.teleport
  146. - commandbook.warp.set
  147. - commandbook.teleport.other
  148. - commandbook.locations.coords
  149. - commandbook.spawnmob
  150. - commandbook.kick
  151. - commandbook.spawn
  152. - commandbook.home.*
  153. - commandbook.teleport.*
  154. - commandbook.teleport
  155. - twc.timevote
  156. - twc.weathervote
  157. - twc.timeset
  158. - twc.weatherset
  159. - ChestShop.mod
  160. - worldguard.region.define
  161. - worldguard.region.redefine
  162. - worldguard.region.info
  163. - worldguard.region.addowner.*
  164. - worldguard.region.removeowner.*
  165. - worldguard.region.addmember.*
  166. - worldguard.region.removemember.*
  167. - worldguard.region.list
  168. - worldguard.region.setpriority.*
  169. - worldguard.region.setparent.*
  170. - worldguard.region.remove.*
  171. - worldedit.chunkinfo
  172. - worldedit.listchunks
  173. - worldedit.delchunks
  174. - worldedit.history.undo
  175. - worldedit.selection.expand
  176. - worldedit.selection.pos
  177. - worldedit.scripting.execute
  178. - tetris.*
  179. - deathcube.use
  180. - ChestShop.shop.create
  181. - ChestShop.shop.buy
  182. - ChestShop.shop.sell
  183. Admin:
  184. permissions:
  185. - '*'
  186. prefix: '&4'
  187. suffix: '&f'
  188. Headadmin:
  189. default: false
  190. prefix: '&4'
  191. suffix: '&f'
  192. permissions:
  193. - '*'
  194. users:
  195. melosteam:
  196. permissions: null
  197. group:
  198. - Headadmin
  199. SToaba:
  200. permissions: null
  201. group:
  202. - Player
  203. Marth8:
  204. permissions: null
  205. group:
  206. - admin
  207. Aroela:
  208. permissions: null
  209. group:
  210. - VIP-Player
  211. miatl123:
  212. permissions: null
  213. group:
  214. - Player
  215. atzenboy:
  216. permissions: null
  217. group:
  218. - Player
  219. luki:
  220. permissions: null
  221. group:
  222. - Player
  223. Darius:
  224. permissions: null
  225. group:
  226. - Player
  227. FelixDxDxD:
  228. permissions: null
  229. group:
  230. - Player
  231. kingjoojoo:
  232. permissions: null
  233. group:
  234. - Player
  235. Pago:
  236. permissions: null
  237. group:
  238. - Player
  239. king_bad:
  240. permissions: null
  241. group:
  242. - Player
  243. xrobertx:
  244. permissions: null
  245. group:
  246. - Player
  247. LOLMASTER:
  248. permissions: null
  249. group:
  250. - Player
  251. Legmont:
  252. permissions: null
  253. group:
  254. - Player
  255. xXDazzelSpawn:
  256. permissions: null
  257. group:
  258. - Player
  259. moet:
  260. permissions: null
  261. group:
  262. - Player
  263. nikki134:
  264. permissions: null
  265. group:
  266. - VIP-Player
  267. Ghost:
  268. permissions: null
  269. group:
  270. - Player
  271. Stylerflox:
  272. permissions: null
  273. group:
  274. - Player
  275. MikroDate:
  276. permissions: null
  277. group:
  278. - VIP-Player
  279. AAAAA822:
  280. permissions: null
  281. group:
  282. - Player
  283. Brandtstaetter:
  284. permissions: null
  285. group:
  286. - Player
  287. S4INTZALEX:
  288. permissions: null
  289. group:
  290. - Player
  291. sveni09:
  292. permissions: null
  293. group:
  294. - Player
  295. robin97:
  296. permissions: null
  297. group:
  298. - Player
  299. hoi:
  300. permissions: null
  301. group:
  302. - Player
  303. Hunter:
  304. permissions: null
  305. group:
  306. - Player
  307. VQALE:
  308. permissions: null
  309. group:
  310. - Player
  311. Hallo123:
  312. permissions: null
  313. group:
  314. - Player
  315. Hallo123345:
  316. permissions: null
  317. group:
  318. - Player
  319. moweeeee:
  320. permissions: null
  321. group:
  322. - Player
  323. BigDee:
  324. permissions: null
  325. group:
  326. - Player
  327. aettae:
  328. permissions: null
  329. group:
  330. - Player
  331. RedConner:
  332. permissions: null
  333. group:
  334. - Player
  335. Hardbase100:
  336. permissions: null
  337. group:
  338. - Player
  339. D_DragoN_N:
  340. permissions: null
  341. group:
  342. - Player
  343. mari:
  344. permissions: null
  345. group:
  346. - Player
  347. stg_heet:
  348. permissions: null
  349. group:
  350. - VIP-Player
  351. Crankiee:
  352. permissions: null
  353. group:
  354. - Player
  355. Lukas:
  356. permissions: null
  357. group:
  358. - Player
  359. Lolerman:
  360. permissions: null
  361. group:
  362. - Player
  363. CrAeNk13:
  364. permissions: null
  365. group:
  366. - Player
  367. haha:
  368. permissions: null
  369. groups:
  370. - Player
  371. BigLou:
  372. permissions: null
  373. group:
  374. - Player
  375. Player930:
  376. permissions: null
  377. group:
  378. - Player
  379. G5bfiy:
  380. permissions: null
  381. group:
  382. - Player
  383. benny:
  384. permissions: null
  385. group:
  386. - Player
  387. blade_:
  388. permissions: null
  389. group:
  390. - Player
  391. group:
  392. - headadmin
  393. huabi15:
  394. permissions: null
  395. group:
  396. - Player
  397. overkil:
  398. permissions: null
  399. group:
  400. - Player
  401. raimund:
  402. permissions: null
  403. group:
  404. - Player
  405. Eupo:
  406. permissions: null
  407. group:
  408. - Player
  409. ScreenPlayer550:
  410. permissions: null
  411. group:
  412. - Player
  413. robertinho:
  414. permissions: null
  415. group:
  416. - Player
  417. Oli97:
  418. permissions: null
  419. group:
  420. - Player
  421. daniel0400:
  422. permissions: null
  423. group:
  424. - Player
  425. emo:
  426. permissions: null
  427. group:
  428. - Player
  429. Juliaschein1:
  430. permissions: null
  431. group:
  432. - Player
  433. CaptainSven:
  434. permissions: null
  435. group:
  436. - Player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement