Skip to content
[/craft]

Play a Sound Effect to a Player

Play any sound effect to a specific player

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Plays a chosen sound effect for the targeted player at a position, with optional volume and pitch. This example plays the XP level-up chime. Java needs a sound category (player, master, etc.) and a sounds.json ID; Bedrock uses a sound-definition name and no category. Volume above 1 increases hearing range rather than loudness, and pitch ranges from 0.5 to 2.0.

/playsound minecraft:entity.player.levelup player @s ~ ~ ~ 1 1
62 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste the command for your edition.
  3. Swap in any sound ID you like (see the wiki Sound list).
  4. Press Enter — the sound plays for the target.

Related commands

Play a dramatic Ender Dragon growl sound to players

/playsound minecraft:entity.ender_dragon.growl master @a

Silence sounds or music that are currently playing

/stopsound @a

Become nearly invincible

/effect give @p resistance 999999 255 true

Switch yourself into Creative mode

/gamemode creative

Instantly remove every mob from the world except players

/kill @e[type=!player]

Give yourself XP levels for enchanting

/experience add @p 30 levels