Skip to content
[/craft]

Block › Bubble Column › Whirlpool Inside — Java Playsound Command

Verified for Java 26.2

The /playsound command for minecraft:block.bubble_column.whirlpool_inside in Java Edition. Java Edition requires the minecraft: prefix and a source channel (block inferred for this sound).

Nearest player

Java/playsound minecraft:block.bubble_column.whirlpool_inside block @p ~ ~ ~ 1 1

All players

Java/playsound minecraft:block.bubble_column.whirlpool_inside block @a ~ ~ ~ 1 1

Loud (volume 10)

Java/playsound minecraft:block.bubble_column.whirlpool_inside block @a ~ ~ ~ 10 1

High pitch (1.5×)

Java/playsound minecraft:block.bubble_column.whirlpool_inside block @a ~ ~ ~ 1 1.5

Low pitch (0.5×)

Java/playsound minecraft:block.bubble_column.whirlpool_inside block @a ~ ~ ~ 1 0.5

master channel fallback

Java/playsound minecraft:block.bubble_column.whirlpool_inside master @a ~ ~ ~ 1 1

Java Edition playsound syntax

/playsound <sound> <source> <player> [x y z] [volume] [pitch]

  • Sound ID must include minecraft: prefix
  • Source channel inferred as block — use master as fallback if sound doesn't play
  • Volume above 1 increases range, not loudness (1 = ~16 block radius)
  • Pitch range: 0.5 (octave down) to 2.0 (octave up)

Frequently asked questions

What is the Java Edition command for Block › Bubble Column › Whirlpool Inside?
Use /playsound minecraft:block.bubble_column.whirlpool_inside block @a ~ ~ ~ 1 1. The source channel is block — if the sound does not play, try master instead.
Why does Java Edition require a source channel?
Java Edition routes sounds through audio channels (block, ambient, music, etc.) that players can independently mute in settings. Bedrock Edition does not use source channels.
How do I play a sound for all players?
Replace @p with @a: /playsound minecraft:block.bubble_column.whirlpool_inside block @a ~ ~ ~ 1 1. The sound plays at your coordinates for every player in range.
All variants →Bedrock Edition →Browse all sounds →