Skip to content

sounds.yml

Each sound entry can be enabled independently and has a registry name, volume, and pitch.


KeyDefault soundTrigger
pointENTITY_EXPERIENCE_ORB_PICKUPA green block is hit.
minus-pointBLOCK_NOTE_BLOCK_BASSA red block is hit.
ouchEmptyAn already-hit gray block is struck again.
game-finishedENTITY_PLAYER_LEVELUPA normal finish without a new arena record.
record-brokenUI_TOAST_CHALLENGE_COMPLETEA new arena record is established.

sounds:
point:
enabled: true
sound: ENTITY_EXPERIENCE_ORB_PICKUP
volume: 1.0
pitch: 2.0
  • Set enabled: false to disable an event.
  • An empty sound also disables playback for that entry.
  • Registry names such as minecraft:entity.experience_orb.pickup, dotted names, and Bukkit-style enum names are accepted.
  • Invalid names are skipped and logged during load.

Volume controls audible range as well as loudness. Pitch is commonly kept between 0.5 and 2.0.

Apply changes with /wm reload.