Don't like ads? PRO users don't see any ads ;-)
Guest

CreeperHeal Config

By: JustJustin on Aug 9th, 2012  |  syntax: YAML  |  size: 1.35 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #
  2. #   How many seconds before the explosion/burnt block starts healing
  3. replacement:
  4.   wait-before-heal:
  5.     explosions: 60
  6.     fire: 45
  7.   block-per-block:
  8.     enabled: true
  9.     interval: 20
  10.   crack-destroyed-bricks: false
  11.   chest-protection: 'no'
  12.   ignore-chests:
  13.     all: false
  14.     protected: false
  15. world:
  16.   replace:
  17.     Creepers: true
  18.     TNT: false
  19.     Ghast: false
  20.     Dragons: false
  21.     Magical: false
  22.     Fire: false
  23.     Enderman: false
  24.     replace-all-TNT-blocks: false
  25.     replace-above-limit-only: false
  26.     replace-limit: 64
  27.     use-restrict-list: 'false'
  28.     restrict-list: '0'
  29.     repair-time-of-day: -1
  30.   grief:
  31.     block:
  32.       lava: false
  33.       TNT: false
  34.       flint-and-steel: false
  35.       blacklist: false
  36.       spawn-eggs: false
  37.     warn:
  38.       lava: false
  39.       TNT: false
  40.       flint-and-steel: false
  41.       blacklist: false
  42.       spawn-eggs: false
  43.     prevent-fire-spread:
  44.       fire: false
  45.       lava: false
  46.     blacklist: '0'
  47. advanced:
  48.   command-alias: creepheal
  49.   replacement-conflict:
  50.     overwrite: false
  51.     drop-overwritten-blocks: true
  52.   drop-destroyed-blocks:
  53.     enabled: true
  54.     chance: 100
  55.   teleport-when-buried: true
  56.   verbose-level: 1
  57.   op-have-all-permissions: true
  58.   prevent-block-fall: true
  59.   distance-near: 20
  60.   lightweight-mode: false
  61.   log-warnings: true
  62. config-version: 5.0