file-linesSounds

Description

This page contains the default sounds.yml for the CrownCore. Each of our Plugins using the CrownCore will also have its own sounds.yml.

The entries you see below work like this: key: "sound namespace key:sound volume:sound pitch"

Default sounds file

sounds:
  no-permission: "minecraft:entity.generic.explode:0.2:1.0"
  player-invalid: "minecraft:entity.generic.explode:0.2:1.0"
  player-offline: "minecraft:entity.generic.explode:0.2:1.0"
  message-cooldown: "minecraft:entity.villager.no:0.2:1.0"
  command-cooldown: "minecraft:entity.villager.no:0.2:1.0"
  location-invalid: "minecraft:entity.generic.explode:0.2:1.0"
  teleport-instant-1: "minecraft:entity.splash_potion.break:0.5:3.0"
  teleport-instant-2: "minecraft:entity.shulker.teleport:0.5:3.0"
  teleport-cancelled: "minecraft:entity.item.break:0.5:3.0"
  teleport-tick: "minecraft:block.note_block.banjo:0.5:0.6"

Last updated