Files
Ambient-Audio-Zone/src/main/resources/config.yml
T
root 247aa3cc90
Build / maven (push) Successful in 43s
Build and publish release / Build and publish Ambient Audio Zone (push) Successful in 45s
fix: keep active sounds from restarting during movement
2026-08-04 06:06:30 +02:00

15 lines
715 B
YAML

# Global playback behaviour. Resource-pack sounds should use "stream": true and
# "loop": true in sounds.json for true seamless, client-side looping.
playback:
check-interval-ticks: 10
leave-grace-ticks: 100
blend-overlapping-zones: false
# Entity-attached sounds follow each player instead of remaining at origin.
follow-player: true
# Disabled by default: Bukkit has no mutable-volume packet, so enabling this
# necessarily restarts the sound when the calculated volume changes.
fade-volume-updates: false
# Fallback replay interval for loop: true sounds. 2680 ticks is 134 seconds.
# Set to the actual length of custom sounds; resource-pack loop=true is preferred.
loop-restart-ticks: 2680