Skip to content
[/craft]
Play a Sound Effect to a Player

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