Configuration

The config.yml file can take the following format:

OptionTypeUsageDefault
globalbooleanWhen false, disable the entire plugin.true
options.redstonebooleanWhen true, synchronise doors opened or closed by redstone.true
options.playerbooleanWhen true, synchronise doors opened or closed by players.true
options.ironbooleanWhen true, synchronise iron double doors.true
options.woodenbooleanWhen true, synchronise wooden double doors.true
redstone-componentsStringListA list of redstone components that should force doors to synchronise.All supported components

The following redstone components may be used:

  • Daylight Sensor: DAYLIGHT_DETECTOR
  • Lever: LEVER
  • Redstone Block: REDSTONE_BLOCK
  • Redstone Comparator: REDSTONE_COMPARATOR_OFF and REDSTONE_COMPARATOR_ON (use both)
  • Redstone Repeater: DIODE_BLOCK_OFF and DIODE_BLOCK_ON (use both)
  • Redstone Torch: REDSTONE_TORCH_OFF and REDSTONE_TORCH_ON (use both)
  • Redstone Wire: REDSTONE_WIRE
  • Stone Button: STONE_BUTTON
  • Stone Pressure Plate: STONE_PLATE
  • Tripwire Hook: TRIPWIRE_HOOK
  • Weighted Pressure Plate (Light): GOLD_PLATE
  • Weighted Pressure Plate (Heavy): IRON_PLATE
  • Wooden Button: WOOD_BUTTON
  • Wooden Pressure Plate: WOOD_PLATE

See an example configuration here.


Comments

Posts Quoted:
Reply
Clear All Quotes