Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2013
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.80 KB | None | 0 0
  1. # Core configurable options for LWC
  2. core:
  3.  
  4. # The language LWC will use, specified by the shortname. For example, English = en, French = fr, German = de,
  5. # and so on
  6. locale: en
  7.  
  8. # How often updates are batched to the database (in seconds). If set to a higher value than 10, you may have
  9. # some unexpected results, especially if your server is prone to crashing.
  10. flushInterval: 10
  11.  
  12. # LWC regularly caches protections locally to prevent the database from being queried as often. The default is 10000
  13. # and for most servers is OK. LWC will also fill up to <precache> when the server is started automatically.
  14. cacheSize: 10000
  15.  
  16. # How many protections are precached on startup. If set to -1, it will use the cacheSize value instead and precache
  17. # as much as possible
  18. precache: -1
  19.  
  20. # If true, players will be sent a notice in their chat box when they open a protection they have access to, but
  21. # not their own unless <showMyNotices> is set to true
  22. showNotices: true
  23.  
  24. # If true, players will be sent a notice in their chat box when they open a protection they own.
  25. showMyNotices: false
  26.  
  27. # If true, ops will be considered LWC admins (e.g with a Permissions plugin, considered to have lwc.admin) and thus
  28. # will have very destructive LWC commands.
  29. opIsLWCAdmin: true
  30.  
  31. # If true, LWC will not log history about protections. If you are using LWC-Economy and this is disabled, you will
  32. # NOT receive refunds for purchased protections
  33. disableHistory: false
  34.  
  35. # if true, LWC will only allow protections to be created inside of Towns via the Towny plugin
  36. townyBorders: false
  37.  
  38. # The permission node prefix that is used to match player groups when
  39. # no supported permission plugin is found, e.g group.vip matches the player's group as vip
  40. groupPrefix: 'group.'
  41.  
  42. # Controls how the updater operates
  43. updater:
  44.  
  45. # The branch to select updates from
  46. # STABLE or BLEEDING_EDGE
  47. branch: STABLE
  48.  
  49. # When to retrieve updates
  50. # Either AUTOMATIC or MANUAL
  51. method: MANUAL
  52.  
  53. # "Fun" options
  54. optional:
  55.  
  56. # Protections are only active when a player is online.
  57. # So if a player is offline, anyone can access it. If the player is online, it functions normally
  58. onlyProtectWhenOwnerIsOnline: false
  59.  
  60. # Protections are only active when a player is offline
  61. onlyProtectWhenOwnerIsOffline: false
  62.  
  63. # Block IDs to automatically blocks from /lwc admin purge, /lwc admin expire, etc.
  64. exemptBlocks: []
  65.  
  66. # Opt out of the optional metrics tooling
  67. # Available online: http://metrics.griefcraft.com/plugin/LWC/
  68. optOut: false
  69.  
  70. # Blocks that cannot be placed around someone else's protection. This is most useful
  71. blacklistedBlocks:
  72. - 166
  73.  
  74. # Players that are blocked from destroying any blocks protected by LWC. Mainly useful for MCPC
  75. # where mods can remove blocks and try to break the block by sending an event first (e.g turtle)
  76. blacklistedPlayers:
  77. - plr
  78.  
  79. # Database information for LWC
  80. database:
  81.  
  82. # The database adapter to use, for example sqlite (default) or mysql
  83. adapter: sqlite
  84.  
  85. # This is strictly for SQLite only and should be left alone. When changing to MySQL and this is left intact,
  86. # LWC will automatically convert your protections from SQLite to MySQL
  87. path: 'plugins/LWC/lwc.db'
  88.  
  89. # The MySQL host. You can specify a non-default port (3306) by adding :port, e.g host: 'localhost:3307'
  90. host: 'localhost'
  91.  
  92. # The database LWC should use to store data (not necessary for SQLite)
  93. database: 'lwc'
  94.  
  95. # The username LWC should use to connect to the server with (not necessary for SQLite)
  96. username: ''
  97.  
  98. # The password LWC should use to connect to the server with (not necessary for SQLite)
  99. password: ''
  100.  
  101. # The prefix for LWC tables. For example, a prefix of 'lwc_' will make
  102. # the protections table show up as lwc_protections
  103. prefix: 'lwc_'
  104.  
  105. # The protections nodes allows you to define, remove and modify which blocks LWC is allowed to protect
  106. # This means that you could make any block you want protectable, or remove existing protectable blocks
  107. # (e.g trap doors, etc.)
  108. protections:
  109. # These values serve as default values for the protections defined under blocks
  110.  
  111. # If true, the default behaviour will be to BLOCK redstone to protections, and /credstone on (Protection Flag)
  112. # will ALLOW redstone to the protection
  113. # If false, the default behaviour will be to ALLOW redstone to protections, and /credstone on will
  114. # BLOCK redstone to the protection
  115. denyRedstone: false
  116.  
  117. # Settable to private, public, or off. It defines what protections are registered as when you place them on
  118. # the ground
  119. autoRegister: off
  120.  
  121. # Used in very specific use-cases: makes LWC ignore block destruction for the given block or all blocks, allowing
  122. # players to remove the block and resulting protection.
  123. ignoreBlockDestruction: false
  124.  
  125. # If left clicking should be ignored by LWC. An example of this would be to add ignoreLeftClick under a note block
  126. # protection to allow players to play the note block's note, but not change the note (which is done via right click,
  127. # which would be blocked by LWC.)
  128. ignoreLeftClick: false
  129.  
  130. # If right clicking should be ignored by LWC.
  131. ignoreRightClick: false
  132.  
  133. # If LWC should ignore explosions to the protection. For example, you could allow Doors to be blown by explosions,
  134. # but not chests.
  135. ignoreExplosions: false
  136.  
  137. # If entities - such as zombies - are allowed to break down doors
  138. allowEntityBreakDoor: false
  139.  
  140. # If entities - such as villagers - should be allowed to interact with protections (i.e doors)
  141. allowEntityInteract: false
  142.  
  143. # Creation messages and protection notices will not be shown for this protection
  144. quiet: false
  145.  
  146. # Current and custom protections are defined here by their block name or id
  147. # If you use the Id, you MUST encase it in quotes, for example (chest):
  148. # '54':
  149. # enabled: true
  150. # The custom protection must also have enabled: true under it for it to function in the world
  151. blocks:
  152. chest:
  153. enabled: true
  154. autoRegister: Private
  155. furnace:
  156. enabled: true
  157. autoRegister: Private
  158. dispenser:
  159. enabled: true
  160. autoRegister: Private
  161. sign:
  162. enabled: true
  163. wooden_door:
  164. enabled: true
  165. iron_door:
  166. enabled: true
  167. trap_door:
  168. enabled: true
  169. fence_gate:
  170. enabled: true
  171. #RM Furnace
  172. '126:4':
  173. enabled: true
  174. autoRegister: Private
  175. #Alchemical chest
  176. '128':
  177. enabled: true
  178. autoRegister: Private
  179. #Energy Condenser
  180. '128:1':
  181. enabled: true
  182. autoRegister: Private
  183. #Transmutation Tablet
  184. '130':
  185. enabled: true
  186. autoRegister: Private
  187. #Monitor
  188. '134':
  189. enabled: true
  190. autoRegister: Private
  191. #Central Processing Unit
  192. '134:1':
  193. enabled: true
  194. autoRegister: Private
  195. #Disk Drive
  196. '134:2':
  197. enabled: true
  198. autoRegister: Private
  199. #Alloy Furnace
  200. '137':
  201. enabled: true
  202. autoRegister: Private
  203. #Blulectric Furnace
  204. '137:1':
  205. enabled: true
  206. autoRegister: Private
  207. #Buffer
  208. '137:2':
  209. enabled: true
  210. autoRegister: Private
  211. #Project Table
  212. '137:3':
  213. enabled: true
  214. autoRegister: Private
  215. #Blulectric Alloy Furnace
  216. '137:4':
  217. enabled: true
  218. autoRegister: Private
  219. #Timer
  220. '138':
  221. enabled: true
  222. autoRegister: Private
  223. #Deployer
  224. '150':
  225. enabled: true
  226. autoRegister: Private
  227. #Transposer
  228. '150:2':
  229. enabled: true
  230. autoRegister: Private
  231. #Filter
  232. '150:3':
  233. enabled: true
  234. autoRegister: Private
  235. #Item Detector
  236. '150:4':
  237. enabled: true
  238. autoRegister: Private
  239. #Sorting Machine
  240. '150:5':
  241. enabled: true
  242. autoRegister: Private
  243. #Battery Box
  244. '150:6':
  245. enabled: true
  246. autoRegister: Private
  247. #Retriever
  248. '150:8':
  249. enabled: true
  250. autoRegister: Private
  251. #Regulator
  252. '150:10':
  253. enabled: true
  254. autoRegister: Private
  255. #Assambler
  256. '150:13':
  257. enabled: true
  258. autoRegister: Private
  259. #ejector
  260. '150:14':
  261. enabled: true
  262. autoRegister: Private
  263. #Relay
  264. '150:15':
  265. enabled: true
  266. autoRegister: Private
  267. #Solar Panel
  268. '151':
  269. enabled: true
  270. autoRegister: Private
  271. #Quarry
  272. '153':
  273. enabled: true
  274. autoRegister: Private
  275. #Filter
  276. '155':
  277. enabled: true
  278. autoRegister: Private
  279. #Builder
  280. '157':
  281. enabled: true
  282. autoRegister: Private
  283. #Steam engine
  284. '161:1':
  285. enabled: true
  286. autoRegister: Private
  287. #Combustion Engine
  288. '161:2':
  289. enabled: true
  290. autoRegister: Private
  291. #Automatic Crafting Table
  292. '169':
  293. enabled: true
  294. autoRegister: Private
  295. #Mining Well
  296. '174':
  297. enabled: true
  298. autoRegister: Private
  299. #Iron Chest
  300. '181':
  301. enabled: true
  302. autoRegister: Private
  303. #Gold Chest
  304. '181:1':
  305. enabled: true
  306. autoRegister: Private
  307. #Diamond Chest
  308. '181:2':
  309. enabled: true
  310. autoRegister: Private
  311. #Copper Chest
  312. '181:3':
  313. enabled: true
  314. autoRegister: Private
  315. #Silver Chest
  316. '181:4':
  317. enabled: true
  318. autoRegister: Private
  319. #Crystal Chest
  320. '181:5':
  321. enabled: true
  322. autoRegister: Private
  323. #Low Voltage Solar array
  324. '183':
  325. enabled: true
  326. autoRegister: Private
  327. #Medium Voltage Solar array
  328. '183:1':
  329. enabled: true
  330. autoRegister: Private
  331. #High Voltage Solar array
  332. '183:2':
  333. enabled: true
  334. autoRegister: Private
  335. #Charging Bench Mk1
  336. '187':
  337. enabled: true
  338. autoRegister: Private
  339. #Charging Bench Mk2
  340. '187:1':
  341. enabled: true
  342. autoRegister: Private
  343. #Charging Bench Mk3
  344. '187:2':
  345. enabled: true
  346. autoRegister: Private
  347. #Rotary Macerator
  348. '188':
  349. enabled: true
  350. autoRegister: Private
  351. #Singularity Compressor
  352. '188:1':
  353. enabled: true
  354. autoRegister: Private
  355. #Centrifuge Extractor
  356. '188:2':
  357. enabled: true
  358. autoRegister: Private
  359. #Energy Link
  360. '190:4':
  361. enabled: true
  362. autoRegister: Private
  363. #Buffer
  364. '194':
  365. enabled: true
  366. autoRegister: Private
  367. #Black Hole Chest
  368. '194:2':
  369. enabled: true
  370. autoRegister: Private
  371. #Retrievulaor
  372. '194:5':
  373. enabled: true
  374. autoRegister: Private
  375. #Computer
  376. '207':
  377. enabled: true
  378. autoRegister: Private
  379. #Disk Drive
  380. '208':
  381. enabled: true
  382. autoRegister: Private
  383. #Monitor
  384. '208:2':
  385. enabled: true
  386. autoRegister: Private
  387. #Teleporter
  388. '223':
  389. enabled: true
  390. autoRegister: Private
  391. #BatBox
  392. '227':
  393. enabled: true
  394. autoRegister: Private
  395. #MFE
  396. '227:1':
  397. enabled: true
  398. autoRegister: Private
  399. #MFSU
  400. '227:2':
  401. enabled: true
  402. autoRegister: Private
  403. #Personal Safe
  404. '225':
  405. enabled: true
  406. autoRegister: Private
  407. #Reactor Chamber
  408. '233':
  409. enabled: true
  410. autoRegister: Private
  411. #Generator
  412. '246':
  413. enabled: true
  414. autoRegister: Private
  415. #Geothermal Generator
  416. '246:1':
  417. enabled: true
  418. autoRegister: Private
  419. #Water Mill
  420. '246:2':
  421. enabled: true
  422. autoRegister: Private
  423. #Solar Panel
  424. '246:3':
  425. enabled: true
  426. autoRegister: Private
  427. #Wind Mill
  428. '246:4':
  429. enabled: true
  430. autoRegister: Private
  431. #Nuclear Reactor
  432. '246:5':
  433. enabled: true
  434. autoRegister: Private
  435. #Iron Furnace
  436. '250:1':
  437. enabled: true
  438. autoRegister: Private
  439. #Electric Furnace
  440. '250:2':
  441. enabled: true
  442. autoRegister: Private
  443. #Macerator
  444. '250:3':
  445. enabled: true
  446. autoRegister: Private
  447. #Extractor
  448. '250:4':
  449. enabled: true
  450. autoRegister: Private
  451. #Compressor
  452. '250:5':
  453. enabled: true
  454. autoRegister: Private
  455. #Canning Machine
  456. '250:6':
  457. enabled: true
  458. autoRegister: Private
  459. #Miner
  460. '250:7':
  461. enabled: true
  462. autoRegister: Private
  463. #Electrollyzer
  464. '250:10':
  465. enabled: true
  466. autoRegister: Private
  467. #Recycler
  468. '250:11':
  469. enabled: true
  470. autoRegister: Private
  471. #Induction Furnace
  472. '250:13':
  473. enabled: true
  474. autoRegister: Private
  475. #Mass Fabricator
  476. '250:14':
  477. enabled: true
  478. autoRegister: Private
  479. #Terraformer
  480. '250:15':
  481. enabled: true
  482. autoRegister: Private
  483. #Forcefield Core
  484. '253':
  485. enabled: true
  486. autoRegister: Private
  487. #MFFS area Projector
  488. '253:1':
  489. enabled: true
  490. autoRegister: Private
  491. #Directional Forcefield Projector
  492. '253:2':
  493. enabled: true
  494. autoRegister: Private
  495. #MFFS Deflector
  496. '253:3':
  497. enabled: true
  498. autoRegister: Private
  499. #Tube Forcefield Projector
  500. '253:4':
  501. enabled: true
  502. autoRegister: Private
  503. #MFFS Directional Extender
  504. '253:5':
  505. enabled: true
  506. autoRegister: Private
  507. #Forcefield EU Injecor
  508. '253:6':
  509. enabled: true
  510. autoRegister: Private
  511. #Reactor Containment Field Projector
  512. '253:7':
  513. enabled: true
  514. autoRegister: Private
  515. #MFFS Reactor Heat Control
  516. '253:8':
  517. enabled: true
  518. autoRegister: Private
  519. #MFFS Reactor Heat Monitor Server
  520. '253:9':
  521. enabled: true
  522. autoRegister: Private
  523. #MFFS Reactor Heat Monitor Client
  524. '254':
  525. enabled: true
  526. autoRegister: Private
  527. #Forcefield Underwater Upgrade
  528. '254:1':
  529. enabled: true
  530. autoRegister: Private
  531. #Frocefield Dome Upgrade
  532. '254:2':
  533. enabled: true
  534. autoRegister: Private
  535. #Forcefield Block Cutter Upgrade
  536. '254:3':
  537. enabled: true
  538. autoRegister: Private
  539. #Forcefield Core storage Upgrade
  540. '254:4':
  541. enabled: true
  542. autoRegister: Private
  543. #Forcefield Core Range Upgrade
  544. '254:5':
  545. enabled: true
  546. autoRegister: Private
  547. #Forcefield Zapper Upgrade
  548. '254:6':
  549. enabled: true
  550. autoRegister: Private
  551. #Forcefield Camouflage Upgrade
  552. '254:7':
  553. enabled: true
  554. autoRegister: Private
  555. #MFFS Reactor Connector
  556. '254:8':
  557. enabled: true
  558. autoRegister: Private
  559. #Chest Cart
  560. '342':
  561. enabled: true
  562. autoRegister: Private
  563. #Furnace Cart
  564. '343':
  565. enabled: true
  566. autoRegister: Private
  567. #Item Teleport Pipe
  568. '4303':
  569. enabled: true
  570. autoRegister: Private
  571. #Waterproof Teleport Pipe
  572. '4304':
  573. enabled: true
  574. autoRegister: Private
  575. #Power Teleport Pipe
  576. '4305':
  577. enabled: true
  578. autoRegister: Private
  579. #Diamond Transport Pipe
  580. '4311':
  581. enabled: true
  582. autoRegister: Private
  583. #Tunnel Bore
  584. '7310':
  585. enabled: true
  586. autoRegister: Private
  587. #MFE Cart
  588. '7307':
  589. enabled: true
  590. autoRegister: Private
  591. #MFSU Cart
  592. '7256':
  593. enabled: true
  594. autoRegister: Private
  595. #Reinforced Door
  596. '30185':
  597. enabled: true
  598.  
  599. modes:
  600. droptransfer:
  601. enabled: true
  602.  
  603. # allow items to be transferred across world boundaries
  604. crossWorld: false
  605. persist:
  606. enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement