Description
During combat , music will play, truley enhancing the thrill of battle,
The Structure,
Create a ResourcePack with music ( Must be .ogg )
and sounds .json in this format
{
"music1": {
"sounds": [{ "name": "combatlogxmusic:music1", "stream": true }]
}
In Server Configs
Default File, Create a tracks.json file (If using CurseFate mod Then you can add per technique music)
{
"tracks": [
"combatlogxmusic:music1"
]
}
after that restart server, and once you enter combatlog music should start playing
If 2 players have different music than eachothers, it will do a 50 / 50 between the 2 players and picks the winning song.


