0

I tried /playsound ominous_horn_blares and it did not work. How can I play the raid horn sound? in minecraft with /playsound?

1 Answer 1

2

You will want to use /playsound minecraft:event.raid.horn hostile @a ~ ~ ~ 1. The 1 at the end is the volume, so if you can't hear it, turn it up. Personally, I could hear it at volume 100, and pretty well at 1000.

For more information on the command, here is the /playsound wiki.
For more information on sounds, here are all of the Java Edition sounds.

Edit:

For bedrock users, the /playsound wiki applies too, but as described in the site, the syntax is a little different. I don't have BE, so I can't test it, but I think the command should be /playsound raid.horn @a ~ ~ ~ 1 1 1. The first 1 is the volume, the next is the pitch, and the last is the minimum volume.

The full list of bedrock sounds can be found here. Make sure to click [show] on the page to expand the list.

5
  • I hate all this event.raid or this.that mumbo jumbo. I wish is was just playsound minecraft:horn or something Commented Aug 5, 2019 at 23:36
  • 1
    Yeah for obscure things it's easier that way, but when you look at the amount of sound files there are, having them grouped by source, so for example minecraft:entity.skeleton.something, it's easier to manage overall. Commented Aug 6, 2019 at 4:04
  • 1
    @Julian Plus, Minecraft is really nice in that the wikis are kept pretty well maintained, especially for things like commands, nbt, and such, so it's pretty easy to find things like sounds once you figure out how it works. Granted, figuring that out in the first place is really hard, so there's ups and downs. Commented Aug 6, 2019 at 4:08
  • I'm playing on bedrock and I tried out the command with no luck is there a way I could do this on bedrock. Commented Dec 12, 2019 at 23:45
  • 1
    @RetryVx Sorry for the very late response, but I just edited it to provide information for BE. Commented Jul 5, 2020 at 19:33