Configuration
The config.yml file can take the following format:
| Option | Type | Usage | Default |
|---|---|---|---|
| global | boolean | When false, disable the entire plugin. | true |
| options.redstone | boolean | When true, synchronise doors opened or closed by redstone. | true |
| options.player | boolean | When true, synchronise doors opened or closed by players. | true |
| options.iron | boolean | When true, synchronise iron double doors. | true |
| options.wooden | boolean | When true, synchronise wooden double doors. | true |
| redstone-components | StringList | A 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