I just want to be able to play music and sound effects on my Aternos server that are on my PC. Can you tell me how to insert the sounds, how to play them in Minecraft, what file format to use, etc?
That will not do.
But with a little skill you can insert music with music blocks.
However, this is not really music, but rather a series of noises.
You can insert the music files using a texture pack.
And how?
Do you know how to basically make a texture pack?
No, I've never dealt with it.
First you need to convert the music file to an .ogg file
https://convertio.co/de/mp3-ogg/
Read everything through before you start.
First you download this file: https://cdn.discordapp.com/attachments/655832016406708226/655832219541045284/Musik.zip
Then extract the file by clicking the file on the left and clicking Extract All.
Open the new folder and navigate to assets / minecraft / sounds.json (it is best to open this file with the Windows editor or another text editor)
In the file you will find two pre-programmed music files. With the names test1 and test2. You can also rename this, but you have to make sure that the name is the same everywhere and everything is written with small letters.
So test1 must always be replaced with the same name and the associated .ogg file also needs this name.
If you want to continue adding music, just copy this code under the curly bracket with the comma after it:},
"music.test1": {
"sounds": [
"Music / test3"
]
},
When you have entered all the music names, you can copy all of your .ogg files with the name you used in the sounds.json file and paste them into the assets / minecraft / sounds / music folder.
-------------------------------------------------- -------------------------------------------------- -------------------------------
If you already know how to install a texture pack, you don't have to read this anymore.
Go to Settings in Minecraft and click Texture Packs.
Click on Open Resource Pack folder and paste the texture pack into this folder.
If you don't understand something, just ask.
LOL Thanks