Skip to main content

Default sounds.yml

sounds.yml
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"

What these values mean

Sounds

These are simple key value pairs that are global, meaning used in all of the crown plugins. The key represents the internal sound name and the value consists of mc sound namespace and name:volume:pitch.

  • todo: todo