Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
MoreHeadSounds
PluginLGPL-2.1-only

MoreHeadSounds

Enhance your Minecraft world with custom sounds for player heads and create a unique audio experience for your players with MoreHeadSounds!

236
Downloads
1
Followers
8 months ago
Updated
📦
6
Versions
game-mechanicsmobsutilitypaperpurpurspigot
Download Latestv1.3.0View on Modrinth

📖About MoreHeadSounds

MoreHeadSounds

GitHub Release GitHub License

Authors: thojo0 & PYZR

Description

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.

Features

  • Custom Sounds for Player Heads: Assign specific sounds to player heads, which can be triggered when interacting with note blocks.
  • Dynamic Sound Configuration: Easily configure which sounds should be included or excluded for specific player heads using the configuration file.
  • Commands for Easy Management:
    • /moreheadsounds config: Allows changing the configuration.
    • /moreheadsounds clearItem: Clear the custom sound from the player head you are holding.
    • /moreheadsounds getHash: Retrieve the texture hash of the player head you are holding or looking at, useful for debugging and configuration.
  • Tab Completion: Provides convenient tab completion for commands and coordinates, making it easier to use the plugin's features.

Commands and Permissions

  • /moreheadsounds config reload

    • Permission: moreheadsounds.config
    • Description: Reloads the plugin configuration.
  • /moreheadsounds config list [page]

    • Permission: moreheadsounds.config
    • Description: Lists all the configured head hashes.
  • /moreheadsounds config include

    • Permission: moreheadsounds.config
    • Description: Adds a sound to the include list of the held head.
  • /moreheadsounds config exclude

    • Permission: moreheadsounds.config
    • Description: Adds a sound to the exclude list of the held head.
  • /moreheadsounds config remove

    • Permission: moreheadsounds.config
    • Description: Removes a sound from the held head's configuration.
  • /moreheadsounds config show

    • Permission: moreheadsounds.config
    • Description: Shows the configuration of the held head, including a preview of the active sounds.
  • /moreheadsounds clearItem

    • Permission: moreheadsounds.clearItem
    • Description: Clears the custom sound from the player head in your main hand.
  • /moreheadsounds getHash

    • Permission: moreheadsounds.getHash
    • Description: Retrieve the texture hash of the player head you are holding or looking at, useful for debugging and configuration.

Configuration

The 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:

  1. All sounds from categories in the include list are added.
  2. All sounds from categories in the exclude list are removed.
  3. All single sounds from the include list are added.
  4. All single sounds from the exclude list are removed.

Example:

e50294a1747310f104124c6373cc639b712baa57b7d926297b645188b7bb9ab9:
  include:
    - entity.allay.
a3c34722ac64496c9b84d0c54019daae6185d6094990133ad6810eea3d24067a:
  include:
    - entity.parrot.
  exclude:
    - entity.parrot.imitate.

Installation

  1. Download the MoreHeadSounds plugin jar file.
  2. Place the jar file in your server's plugins directory.
  3. Start or restart your server.
  4. The plugin will create a default configuration file in the plugins/MoreHeadSounds directory.
  5. Edit the configuration file as needed to customize the sounds for player heads.
  6. Use /moreheadsounds config reload to apply any changes made to the configuration file.

Usage

  • Hold a player head and use the /moreheadsounds clearItem command to remove any custom sound from it.
  • Use the /moreheadsounds getHash command to get the texture hash of a player head, which can be used in the configuration file.
  • Place a note block and a player head above it to trigger the custom sound when interacting with the note block.

Support

For support and more information, visit the plugin's official page or contact the authors.

👥 Team & Contributors

No authors recorded.

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpurspigot
Minecraft Versions
1.201.20.11.20.21.20.31.20.41.20.51.20.61.21+8 more

🔗 Links

Modrinth Page