src/main/resources/config.yml aktualisiert

This commit is contained in:
2025-08-13 16:34:24 +00:00
parent 3dedf24f92
commit 85e78307b5

View File

@@ -1,7 +1,18 @@
# Maximale Anzahl an steuerbaren Blöcken pro Controller
max-doors: 20
max-lamps: 50
max-bells: 5
max-noteblocks: 10
default-note: PIANO
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
double-note-delay-ms: 1000
# Bewegungsmelder-Einstellungen
motion-detection-radius: 5.0
motion-close-delay-ms: 5000