Files
Button-Control/src/main/resources/config.yml

18 lines
382 B
YAML

# Maximale Anzahl an steuerbaren Blöcken pro Controller
max-doors: 20
max-lamps: 50
max-noteblocks: 10
max-gates: 20
max-trapdoors: 20
max-bells: 5
# Standard-Instrument für Notenblöcke
default-note: "PIANO"
# Doppelter Notenblock-Ton
double-note-enabled: true
double-note-delay-ms: 1000
# Bewegungsmelder-Einstellungen
motion-detection-radius: 5.0
motion-close-delay-ms: 5000