If you find a bug, please do not put in the discussion section, report it here
An easy to use plugin that fixes the annoying error of when a shield breaks and does not play the sound
It's compatible with 1.9+ onwards
You can select the desired sound, which will be heard beside the volume and pitch you choose.
You can select on which worlds it works, being compatible with any world manager
Code (YAML):
# Plugin made by: # Vicen621
# This is the sound played when a player breaks another player's shield. # Here you have a list of sounds you can choose from # Remember to change the {version} field with your version. # https://helpch.at/docs/{version}/org/bukkit/Sound.html break_sound:
sound: ITEM_SHIELD_BREAK
volume: 1.0
pitch: 1.0
# List of worlds where the sound will not be played deactivated_worlds: - test
# Enable or disable the update checker check_updates: true