Silences global broadcast sounds such as wither spawns and dragon deaths
1

Sound Silencer

A configurable plugin to silence any chosen sound broadcast, such as withers and dragons. Requires at least Sponge 7.2.0.

Configuration

Edit the configuration file in config/soundsilencer.conf with your desired values, and use /sponge plugins reload to reload config values.

KeyDescriptionTypeDefault
logCancelsLog canceled sound broadcastsBooleantrue
logNonCancelsLog sound broadcasts that were not canceledBooleantrue
muteListBlacklist of disallowed sound broadcast IDsList<String>[ "minecraft:entity.wither.spawn", "minecraft:entity.enderdragon.death" ]
whitelistUse muteList as a whitelist of allowed sounds instead of a blacklistBooleanfalse
convertToLocalConverts broadcast sounds to local sounds heard only in a set radiusBooleantrue
defaultVolumeDefault volume for local sounds, value less than 0 will result in original volume. Requires convertToLocal = trueFloat-1
volumeMapSpecific volumes for local sounds to use instead of defaultVolume. Requires convertToLocal = trueMap<String, Float>{ "minecraft:entity.wither.spawn"=0.25 }

Category: Admin Tools

Published on Apr 12, 2020

views

stars

watchers

total downloads

Promoted Versions

Pages

Members