Block Sound (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.10
Syntax
[the] (break|fall|hit|place|step) sound[s] of %blocks/blockdatas/itemtypes%Description
Gets the sound that a given block, blockdata, or itemtype will use in a specific scenario. This will return a string in the form of "SOUND_EXAMPLE", which can be used in the play sound syntax.
Check out <a href="https://minecraft.wiki/w/Sounds.json">this website</a> for a list of sounds in Minecraft, or <a href="https://minecraft.wiki/w/Sound">this one</a> to go to the Sounds wiki page.
Examples
play sound (break sound of dirt) at all players
set {_sounds::*} to place sounds of dirt, grass block, blue wool and stone