EpicBackpacks
  • 👋🏻Welcome
  • ⚙️First install
  • 🖥️Commands
  • 👌Permissions
  • FAQ
    • Hat problem
    • Various problems
  • 📖Configurations
    • 📄Translations
    • 📷Skin
    • ⏳Open delay
    • 🔊Sounds
    • 🤏Auto pickup
    • 🎒Pre-filled backpacks
    • ⛔Whitelist/blacklist items
    • 📏Size
    • 🍳Recipe
  • Info
    • ✅Compatible plugins
      • ItemsAdder
      • ChestSort
      • PlaceholderAPI
      • UltimateStacker
      • NewItems
Powered by GitBook
On this page

Was this helpful?

  1. 📖Configurations

🔊Sounds

Customize open, close, pickup, click sounds

Here you can see an example of customized sounds for all the available events.

sounds:
  open:
    name: ENTITY_ENDER_DRAGON_FLAP
    volume: 1
    pitch: 0.5
  close:
    name: ENTITY_ENDER_DRAGON_FLAP
    volume: 1
    pitch: 0.5
  auto_pickup:
    name: ENTITY_ITEM_PICKUP
    volume: 1
    pitch: 1
  click:
    name: ENTITY_ITEM_FRAME_ADD_ITEM
    volume: 1
    pitch: 1

volume and pitch are not mandatory. Default value is 1for both.

Last updated 3 years ago

Was this helpful?