I loaded up an old build of mine and noticed that my command blocks set to play sounds were not functioning. I made sure to adjust it to the recently updated syntax, and made sure my game wasn't muted, but no sound is playing. Multiple of my friends confirmed it, and we even tested it on worlds generated on 1.9.
I loaded up an old build of mine and noticed that my command blocks set to play sounds were not functioning. I made sure to adjust it to the recently updated syntax, and made sure my game wasn't muted, but no sound is playing. Multiple of my friends confirmed it, and we even tested it on worlds generated on 1.9.
This is one of the commands I used:
playsound note.harp master [email protected] 10 188 -209 1.5 1.6
First, did you follow the correct format of the playsound command?
Yes.
playsound <sound> <source> <player> [x] [y] [z] [volume] [pitch] [minimumVolume] (brackets indicate an optional syntax)
playsound <note.harp> <master> <[email protected]> [10] [188] [-209] [1.5] [1.6]