| Name | stop_sound |
| Object | PlayerTag |
| Input | ElementTag |
| Description | Stops all sounds of the specified type for the player.
Valid types are AMBIENT, BLOCKS, HOSTILE, MASTER, MUSIC, NEUTRAL, PLAYERS, RECORDS, VOICE, and WEATHER Instead of a type, you can specify a full sound key, which usually has the 'minecraft:' prefix. If no sound type is specified, all types will be stopped. |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L3968 |