promotional bannermobile promotional banner
premium banner
DaMusiqueZone is a client-side Fabric mod that allows you to play custom looping music tracks with simple in-game commands like /playmusic, /stopmusic, and /volume. Ideal for immersive RPG experiences or ambient customization!

Description

# 🎢 - Custom Music Player (Fabric Client)

**DaMusiqueZone** is a lightweight **client-side** Fabric mod for Minecraft `1.20.1` that lets you play custom **looping** music tracks anytime you want — perfect for immersive environments, personal ambience, or RPG maps!

---

## πŸ’‘ Features
- 🎡 `/playmusic [name]` — Play a looping sound from your custom list
- πŸ”‡ `/stopmusic` — Instantly stops any currently playing music
- πŸ”Š `/volume <0.0 - 1.0>` — Adjust volume dynamically (restarts current track)
- πŸ’¬ Autocomplete for sound names with suggestions
- 🧠 Auto-remembers and replays last music at new volume
- 🎧 Uses `SoundCategory.AMBIENT` to avoid interference with other audio

---

## πŸ”§ How To Add Sounds

  1. Add your `.ogg` files to:  
       `resources/assets/damusiquezone/sounds/`
    2. Register your sounds in `sounds.json`:
    ```json
    {
      "village_theme": {
        "category": "ambient",
        "sounds": [ "damusiquezone:village_theme" ]
      }
    }

    I can update a mod if you have any idea ! write in comments ! thanks for support and downloadings !