C
Celebrity Spotlight

is it possible to play a song with a command block?

Author

Robert Clark

Published May 07, 2026

I was wondering if I could use a command block to play a song like strad, 13, blocks, and cat. I figured you could use the /playsound command, but I am unfamiliar with the command and I need some guidance.

1

1 Answer

Yes, use:

/playsound records.<RECORDNAME> @p

For example, to play blocks:

/playsound records.blocks @a
2