Advertisement
FatherWh0

LWC Config cl

Nov 2nd, 2016
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. core:
  2. locale: en
  3. flushInterval: 10
  4. cacheSize: 10000
  5. precache: -1
  6. showNotices: true
  7. showMyNotices: false
  8. opIsLWCAdmin: true
  9. disableHistory: false
  10. townyBorders: false
  11. groupPrefix: group.
  12. updateNotifier: true
  13. optional:
  14. onlyProtectWhenOwnerIsOnline: false
  15. onlyProtectWhenOwnerIsOffline: false
  16. exemptBlocks: []
  17. optOut: false
  18. blacklistedBlocks:
  19. - '166'
  20. - '154'
  21. blacklistedPlayers:
  22. - plr
  23. useProtectionLimits: true
  24. database:
  25. adapter: sqlite
  26. path: plugins/LWC/lwc.db
  27. host:
  28. database:
  29. username:
  30. password:
  31. prefix: lwc_
  32. ping_interval: 300
  33. protections:
  34. denyRedstone: false
  35. denyHoppers: true
  36. autoRegister: false
  37. ignoreBlockDestruction: false
  38. ignoreLeftClick: false
  39. ignoreRightClick: false
  40. ignoreExplosions: false
  41. allowEntityBreakDoor: false
  42. allowEntityInteract: false
  43. quiet: false
  44. readonly-modify: false
  45. readonly-remove: false
  46. blocks:
  47. chest:
  48. enabled: true
  49. furnace:
  50. enabled: true
  51. dispenser:
  52. enabled: true
  53. dropper:
  54. enabled: true
  55. sign:
  56. enabled: true
  57. wooden_door:
  58. enabled: true
  59. iron_door:
  60. enabled: true
  61. spruce_door:
  62. enabled: true
  63. birch_door:
  64. enabled: true
  65. jungle_door:
  66. enabled: true
  67. acacia_door:
  68. enabled: true
  69. dark_oak_door:
  70. enabled: true
  71. trap_door:
  72. enabled: true
  73. iron_trapdoor:
  74. enabled: true
  75. fence_gate:
  76. enabled: true
  77. spruce_fence_gate:
  78. enabled: true
  79. birch_fence_gate:
  80. enabled: true
  81. jungle_fence_gate:
  82. enabled: true
  83. acacia_fence_gate:
  84. enabled: true
  85. dark_oak_fence_gate:
  86. enabled: true
  87. trapped_chest:
  88. enabled: true
  89. modes:
  90. droptransfer:
  91. enabled: true
  92. crossWorld: false
  93. persist:
  94. enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement