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

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

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

Tools

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

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
InventorySounds
PluginApache-2.0

InventorySounds

SOUNDS WHEN CLICKING ON THE INVENTORY

100
Downloads
2
Followers
1 years ago
Updated
📦
2
Versions
decorationsocialutilityspigot
Download Latestv2.0View on Modrinth

📖About InventorySounds

Enhance your server experience with custom sounds when interacting with inventory! InventorySounds allows specific sounds to be played when players click on items within their inventory. Easily set preset and specific sounds for each item, adjusting the volume and tone to your liking.

Commands:

  • /inventorysound reload: Reload the plugin configuration.

Permissions:

  • inventorysounds.reload: Allows you to use the /inventorysound reload command.

config.yml

Config.yml
###############################
#                             #
#       SOUND DEFAULT         #
#                             #
###############################
# This section defines the default sound that will be played
# when clicking on an item that is not specifically configured
# in the items section.
#
# active: true/false - Whether the sound is active or not.
# sound: Sound name - The name of the sound to be played.
# volume: Sound volume - The volume of the sound (0.0 - 1.0).
# pitch: Sound pitch - The pitch of the sound (0.0 - 2.0).

inventorysound_default:
  active: true
  sound: "BLOCK_NOTE_BLOCK_PLING"
  volume: 1.0
  pitch: 1.0

###############################
#                             #
#           ITEMS             #
#                             #
###############################
# This section allows defining specific sounds for different
# items. If an item is not configured here, the default sound
# defined in 'inventorysound_default' will be used.

items:
  active: true
  diamond:
    type: "DIAMOND"
    sound: "ENTITY_EXPERIENCE_ORB_PICKUP"
    volume: 1.0
    pitch: 1.0
  oro:
    type: "GOLD_ORE"
    sound: "BLOCK_GOLD_BLOCK_BREAK"
    volume: 1.0
    pitch: 1.0

###############################
#                             #
#      OTHER INVENTORIES      #
#                             #
###############################
# This section allows defining specific sounds for different
# types of inventories, such as chests, furnaces, etc.
# BLOCKS: ANVIL, FURNACE, DISPENSER, DROPPER, HOPPER, SHULKER_BOX, BEACON.
#        Etc, more at: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/inventory/InventoryType.html

other_invs:
  active: true
  anvil:
    block: "ANVIL"
    sound: "ENTITY_EXPERIENCE_ORB_PICKUP"
    volume: 1.0
    pitch: 1.0
  furnace:
    block: "FURNACE"
    sound: "ENTITY_EXPERIENCE_ORB_PICKUP"
    volume: 1.0
    pitch: 1.0

👥 Team & Contributors

AngelO2
AngelO2Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
spigot
Minecraft Versions
1.201.20.11.20.21.20.31.20.41.20.51.20.61.21+4 more

🔗 Links

Modrinth Page