Block › Copper Chest Weathered › Open — Bedrock Playsound Command
Verified for Bedrock 26.32
The /playsound command for block.copper_chest_weathered.open in Bedrock Edition. Unlike Java Edition, Bedrock Edition does not require a minecraft: prefix or source channel.
Nearest player
Bedrock
/playsound block.copper_chest_weathered.open @p ~ ~ ~ 1 1All players
Bedrock
/playsound block.copper_chest_weathered.open @a ~ ~ ~ 1 1Loud (volume 10)
Bedrock
/playsound block.copper_chest_weathered.open @a ~ ~ ~ 10 1High pitch (1.5×)
Bedrock
/playsound block.copper_chest_weathered.open @a ~ ~ ~ 1 1.5Low pitch (0.5×)
Bedrock
/playsound block.copper_chest_weathered.open @a ~ ~ ~ 1 0.5Bedrock Edition playsound syntax
/playsound <sound> [player] [x y z] [volume] [pitch] [minimumVolume]
- Sound ID does NOT include
minecraft:prefix - No source channel argument — Bedrock Edition uses a simplified syntax
- Volume above 1 increases range, similar to Java Edition
- Pitch range: 0.5 (octave down) to 2.0 (octave up)
Frequently asked questions
- What is the Bedrock Edition command for Block › Copper Chest Weathered › Open?
- Use /playsound block.copper_chest_weathered.open @a ~ ~ ~ 1 1. The syntax is simpler than Java Edition — no source channel needed.
- Why doesn't Bedrock Edition use source channels?
- Bedrock Edition uses a unified audio system without separate channels. Sounds play through the default audio routing and cannot be muted separately in settings like Java Edition.
- Can I convert Java Edition playsound commands to Bedrock?
- Remove the minecraft: prefix and the source channel argument. For example: /playsound minecraft:ambient.cave ambient @a becomes /playsound block.copper_chest_weathered.open @a