Advertisement
Guest User

Core

a guest
Aug 22nd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.16 KB | None | 0 0
  1. core:
  2.     locale: nl
  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: localhost
  28.     database: lwc
  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.         sign:
  54.             enabled: true
  55.         wooden_door:
  56.             enabled: true
  57.         iron_door:
  58.             enabled: true
  59.         spruce_door:
  60.             enabled: true
  61.         birch_door:
  62.             enabled: true
  63.         jungle_door:
  64.             enabled: true
  65.         acacia_door:
  66.             enabled: true
  67.         dark_oak_door:
  68.             enabled: true
  69.         trap_door:
  70.             enabled: true
  71.         iron_trapdoor:
  72.             enabled: true
  73.         fence_gate:
  74.             enabled: true
  75.         spruce_fence_gate:
  76.             enabled: true
  77.         birch_fence_gate:
  78.             enabled: true
  79.         jungle_fence_gate:
  80.             enabled: true
  81.         acacia_fence_gate:
  82.             enabled: true
  83.         dark_oak_fence_gate:
  84.             enabled: true
  85.         armor_stand:
  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