🎶LX-Music

How to put custom music?

Step 1 - Installing the plugin and libraries

  • stop the server

  • install ProtocolLib

  • install ItemsAdder

  • start the server

  • let LX-Music finish loading everything

First step is done.

Step 2 - Put the music

You need to add the music you want to listen to, but for this, you need ItemsAdder, Oraxen or your own texture pack.

In your resource pack, go to: resourcepack/ assets/ minecraft/

You will need to add a few things here. Open the sounds.json file or create one if it doesn't exist.

"music_name": {"sounds": [{"stream":true,"name": "music_name"}]}
"music_name": {"sounds": [{"stream":true,"name": "music_name"}]},
"music_name1": {"sounds": [{"stream":true,"name": "music_name1"}]}

Then, open the sounds folder: resourcepack/assets/minecraft/sounds

Place your music file in this folder, making sure it is in .ogg format.

Step 3 - Config the region

Next, you will need two sets of coordinates: x,y,z - x,y,z.

open the LX Music config file and paste it.

After replace music_name with the name you used in sounds.json.

And finally restart your server. You can toggle the music on and off with /music on and /music off. If it doesn't work, leave the region and re-enter to refresh the settings.

Last updated