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
- 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 !


