
Enhance your Minecraft world with custom sounds for player heads and create a unique audio experience for your players with MoreHeadSounds!
Authors: thojo0 & PYZR
MoreHeadSounds is a Minecraft plugin that enhances the gameplay experience by allowing custom sounds to be associated with player heads and note blocks. This plugin provides a unique way to customize the sounds in your Minecraft world, adding a layer of personalization and fun to player interactions and events.
/moreheadsounds config reload
moreheadsounds.config/moreheadsounds config list [page]
moreheadsounds.config/moreheadsounds config include
moreheadsounds.config/moreheadsounds config exclude
moreheadsounds.config/moreheadsounds config remove
moreheadsounds.config/moreheadsounds config show
moreheadsounds.config/moreheadsounds clearItem
moreheadsounds.clearItem/moreheadsounds getHash
moreheadsounds.getHashThe plugin's configuration file (config.yml) allows server administrators to specify which sounds should be included or excluded for specific player heads. This enables fine-tuned control over the custom sounds applied to player heads in your Minecraft world.
The configuration is based on the texture hash of the player heads. For each hash, you can specify include and exclude lists for sounds. The entries must be valid namespaced identifiers.
include: A list of sounds or sound categories to be associated with the head.exclude: A list of sounds or sound categories to be excluded.You can specify a single sound (e.g., entity.creeper.primed) including custom sounds from texture packs, or a whole category of sounds by ending with a dot (e.g., entity.creeper.).
The processing order is as follows:
include list are added.exclude list are removed.include list are added.exclude list are removed.Example:
e50294a1747310f104124c6373cc639b712baa57b7d926297b645188b7bb9ab9:
include:
- entity.allay.
a3c34722ac64496c9b84d0c54019daae6185d6094990133ad6810eea3d24067a:
include:
- entity.parrot.
exclude:
- entity.parrot.imitate.
plugins directory.plugins/MoreHeadSounds directory./moreheadsounds config reload to apply any changes made to the configuration file./moreheadsounds clearItem command to remove any custom sound from it./moreheadsounds getHash command to get the texture hash of a player head, which can be used in the configuration file.For support and more information, visit the plugin's official page or contact the authors.