Important: Server API is primarily intended for developers of server plugins and custom integrations. There are no official plugins for this API.
The content.datapack.sound_keyframes field contains sound events distributed across frames.
Usually, each frame stores a list of sound playback commands.
{
"sound_keyframes": {
"default": {
"3": [
"playsound ambient.basalt_deltas.additions block @a ~ ~ ~ 1 1.125"
]
}
}
}