# FZN station announcement command examples

# Basic redstone-triggered station announcement around a fixed point:
playsound fzn:station.btp voice @a[x=100,y=64,z=-200,distance=..35] 100 66 -200 2 1 0

# Smaller indoor station radius:
playsound fzn:station.btp voice @a[x=100,y=64,z=-200,distance=..20] 100 66 -200 1 1 0

# Larger outdoor platform radius:
playsound fzn:station.btp voice @a[x=100,y=64,z=-200,distance=..55] 100 66 -200 4 1 0

# Manual test from your player location:
playsound fzn:station.btp voice @s ~ ~ ~ 1 1 0

# Stop the sound for nearby players if needed:
stopsound @a[distance=..35] voice fzn:station.btp
