Entity Sound (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.10
Syntax
[the] (damage|hurt) sound[s] of %livingentities%Description
Gets the sound that a given entity will make in a specific scenario.
Examples
play sound (hurt sound of player) at player
set {_sounds::*} to death sounds of (all mobs in radius 10 of player)