/music command minecraft
- how to play music in minecraft pe
- how to hear music discs in minecraft pe
- how to listen to music discs in minecraft pe
- how play music in minecraft
How to play music in minecraft with commands.
music
Plays, queues, stops the music, or adjusts the music volume.
Syntax[]
- Plays the music track.
- Adds the music track to the queue.
- Stops the music.
- Adjusts the music volume.
Arguments[]
: basic_string
- Specifies a music track to play.
- Must be a string.
Minecraft music command list
- Minecraft music command list
- Music command list minecraft bedrock
- How to play music in minecraft with commands
- Minecraft music not playing switch
- Minecraft music not playing bedrock
And it must be a single word that has no space or a quoted string.
- Must be a music track name (e.g. ), or a music track defined under the Json path or in the file (e.g. to play "Cat" music disc).
: float
- Specifies the volume of the music track.
- Must be a Single-precision floating-point format number.
Should be between 0 and 1 (inclusive).
: float
- Specifies the duration the music track fades in/out.
- Must be a Single-precision floating-point format number. Should be between 0 and 10 (inclusive).
- Specifies whether the music track repeats or not.
If unspecified, defaults to .
- Must be one of and .
Result[]
Command | Trigger | Bedrock Edition |
---|---|---|
any | the arguments are not specified correctly | Unparseable |
the fade seconds is higher than 10 or lower than 0 | Failed | |
the
|