All commands
๐Ÿ”Š
FunJava โœ“Bedrock โœ“

/playsound

Trigger any in-game sound for a player - perfect for surprises.

Overview

What is the /playsound command?

The /playsound command plays any in-game sound for chosen players โ€” a note, a mob noise, an explosion, UI clicks. You set the sound source category, position, volume and pitch, so you can place audio anywhere in the world.

It's how maps add custom sound cues, music stings and feedback without resource-pack triggers.

When to use it: Use /playsound to play a specific sound effect for players โ€” cues, ambience, or feedback in maps and minigames.

At a glance

Syntax

Syntax
/playsound <sound> <source> <target>
commandtargetcoordsvaluerequiredoptional

See it

What it does

๐Ÿ”Š
โ™ชโ™ซโ™ฌโ™ฉ
A sound rings out

Anatomy

Every part, explained

  1. 1
    /playsoundCommandRequired

    Plays a registered sound event.

  2. 2
    <sound>SoundRequired

    The sound id, e.g. entity.ender_dragon.growl.

  3. 3
    <source>SourceRequired

    Volume channel: master, music, player, etc.

  4. 4
    <target>TargetRequired

    Who hears it. @s is yourself.

Your turn

Try it yourself

Playground
4 tokens ยท press Enter to run

Copy & paste

Examples

/playsound entity.experience_orb.pickup master @s

A satisfying 'pop'.

/playsound entity.ender_dragon.growl master @a

Scare the whole server.

/playsound block.note_block.pling master @s

A cheerful note.

Avoid these

Common mistakes

โœ•/playsound entity.ender_dragon.growl @a
โœ“/playsound entity.ender_dragon.growl master @a

You must include the source channel before the target.

โœ•/playsound dragon.growl master @a
โœ“/playsound entity.ender_dragon.growl master @a

Use the full sound id, not a shorthand.

Good to know

Frequently asked questions

How do you play a sound with a command?
Run /playsound <sound> <source> <player> [x y z] [volume] [pitch], e.g. /playsound minecraft:entity.experience_orb.pickup master @s.
Why can't players hear the sound?
Volume controls hearing distance, not just loudness โ€” a low volume means players must be very close. Increase it or play at their position.
How do you change the pitch of a sound?
Add a pitch value between 0.5 and 2.0 at the end; higher is squeakier, lower is deeper.

Keep going

Related commands