/playsound Globally on Server
I need to play a sound file (Disk 11) on my server so that everyone can hear it, but the problem I have is that the sound plays, but when the person goes too far away from where they were, it gets quieter and finally you can't hear it at all. Is there a way to play a sound globally so that everyone can hear it and when they move they still hear it fine. Here is what I have tried:
/playsound records.11 @a
Plays for everybody but still gets quieter as you move away!
/playsound records.11 @a [High Wolume]
Blasts your ears at the beginning!
/playsound records.11
Doesn't work, requires a player
I guess what I am asking is how to play the sound server-wide so you can hear it continuously until the end?
Best Answer
You could try /execute @a ~ ~ ~ playsound records.11 @p.
What this does is execute /playsound records.11 @p for every player, and plays the sound to them.
Pictures about "/playsound Globally on Server"



How do you make everyone hear your sound in Minecraft?
You can play a sound effect any time you want using the /playsound command in Minecraft (see also /stopsound command).How do you make a Playsound Minecraft server?
Knowing the name of a sound effect comes in handy when you want to play a sound. You can use the /playsound command to play a sound effect at any time in the game. For example, you can play the sound of thunder for the player named DigMinecraft.Deploying a Low-Latency Multiplayer Game Globally
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: luis gomes, Pixabay, Kevin Ku, Pixabay
