|
|
If you want to change those configuration values make sure you choose the right bukkit sounds for your server version.
|
|
|
|
|
|
* List of 1.8.x sounds: https://andrei1058.com/bukkit-1-8-x-sounds/
|
|
|
* List of 1.13.x sounds: https://andrei1058.com/bukkit-1-13-x-sounds/
|
|
|
```yaml
|
|
|
#This sound is played when a bed is destroyed
|
|
|
bed-destroy: ENTITY_ENDER_DRAGON_GROWL
|
|
|
|
|
|
#This sound is played when a player gets killed
|
|
|
player-kill: ENTITY_WOLF_HURT
|
|
|
|
|
|
#This sound is played when you don't have enough money
|
|
|
#and you're trying to buy from shop or team upgrades
|
|
|
insufficient-money: ENTITY_ENDERMAN_TELEPORT
|
|
|
|
|
|
#This sound is played when you buy something
|
|
|
bought: BLOCK_ANVIL_HIT
|
|
|
|
|
|
#This sound is played at starting countdown
|
|
|
countdown: ENTITY_CHICKEN_EGG
|
|
|
``` |
|
|
\ No newline at end of file |