Custom Minecraft music randomly stoppingMC Music gone crazy!How to add custom music for a Minecraft mod?Make Minecraft songs stop in custom resource packs?“It's Better Together” Minecraft puzzle map in 2015How to convert a FTB server to a singleplayer world in MinecraftMinecraft Server Resouce Pack won't download to client - java.net.MalformedURLException: no protocolMinecraft won't openWeird mob in MinecraftMinecraft Server Resource Park Won't ChangeHow to convert Bedrock texture pack to Java Edition Minecraft
Which Roman general was killed by his own soldiers for not letting them to loot a newly conquered city?
What is the lowest-speed bogey a jet fighter can intercept/escort?
This message is flooding my syslog, how to find where it comes from?
Is it correct to translate English noun adjuncts into adjectives?
Automatic Habit of Meditation
Replacing tongue and groove floorboards: but can't find a match
Time travel novel: machine makes clones, clones battle to be the one to get back their life
What does Kasparov mean by "I was behind in three and even in one after six games"?
How do we explain the E major chord in this progression?
Memory capability and powers of 2
Spin vs orbital angular momenta in QFT
What is the meaning of "you has the wind of me"?
Using "Kollege" as "university friend"?
Knights fighting a steam locomotive they believe is a dragon
How do professional electronic musicians/sound engineers combat listening fatigue?
Is it better to memorize verb's 1st person perfect tense?
401(k) investment after being fired. Do I own it?
Where to place an artificial gland in the human body?
How may I concisely assign different values to a variable, depending on another variable?
Area of parallelogram = Area of square. Shear transform
How to write a sincerely religious protagonist without preaching or affirming or judging their worldview?
What does "see" in "the Holy See" mean?
3D Statue Park: U shapes
Examples of simultaneous independent breakthroughs
Custom Minecraft music randomly stopping
MC Music gone crazy!How to add custom music for a Minecraft mod?Make Minecraft songs stop in custom resource packs?“It's Better Together” Minecraft puzzle map in 2015How to convert a FTB server to a singleplayer world in MinecraftMinecraft Server Resouce Pack won't download to client - java.net.MalformedURLException: no protocolMinecraft won't openWeird mob in MinecraftMinecraft Server Resource Park Won't ChangeHow to convert Bedrock texture pack to Java Edition Minecraft
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm making a custom boss set for my Minecraft server and as such I've decided to include some epic battle music. I've managed to get the music into the resource pack, and the sounds work and play in game, however between five to twenty seconds into the song it suddenly cuts off and stops playing. As far as I can tell there's no actual reason for it doing this as it seems to do it at random intervals in the song. I've tried turning down the volume parameter or changing the position the sound spawns at but to no avail. Nothing shows up in the console when the sound is stopped.
The command I'm using is as such:
/playsound minecraft:music.hellofatime master @a[distance=..200] 696916 27 -697075 9999 1
It works fine, but after a while it simply cuts off.
I've seen other posts with a similar question be told to change all of the vanilla music files to an empty file (I just used half a second of silence as the files) and I've done that, but it'd didn't seem to help.
What's interesting is that this doesn't happen on my singleplayer worlds. Could this possibly have anything to do with me not having the resource pack on the server (I'm going to update it into the server config later) but instead using a client-side one?
I'm really not sure what to do, any help would be appreciated. Thanks!
minecraft minecraft-resource-packs
|
show 2 more comments
I'm making a custom boss set for my Minecraft server and as such I've decided to include some epic battle music. I've managed to get the music into the resource pack, and the sounds work and play in game, however between five to twenty seconds into the song it suddenly cuts off and stops playing. As far as I can tell there's no actual reason for it doing this as it seems to do it at random intervals in the song. I've tried turning down the volume parameter or changing the position the sound spawns at but to no avail. Nothing shows up in the console when the sound is stopped.
The command I'm using is as such:
/playsound minecraft:music.hellofatime master @a[distance=..200] 696916 27 -697075 9999 1
It works fine, but after a while it simply cuts off.
I've seen other posts with a similar question be told to change all of the vanilla music files to an empty file (I just used half a second of silence as the files) and I've done that, but it'd didn't seem to help.
What's interesting is that this doesn't happen on my singleplayer worlds. Could this possibly have anything to do with me not having the resource pack on the server (I'm going to update it into the server config later) but instead using a client-side one?
I'm really not sure what to do, any help would be appreciated. Thanks!
minecraft minecraft-resource-packs
You could try putting it into a server resource pack and see whether that fixes it. Maybe it has something to do with the server not knowing how long the music is, but even then it's weird that it stops randomly instead of predictably. It definitely sounds like a bug. Also, could you upload the resource pack? Or, if there's issues with copyright, try to find another that reproduces the issue, then upload that? And lastly: Is there server lag or anything like that? Or anything else that's special?
– Fabian Röling
Feb 12 at 11:06
Also, which Minecraft version?
– Fabian Röling
Feb 12 at 11:17
Version 1.13.2. I've uploaded the resource pack here: minepack.net/download/48fceda651b2f940576cda827ff9ed17 But now that I've done that and input the resource_pack and sha_resource_pack options in the server config the resource pack doesnt even load. There might be something wrong with my sound.json?
– goldrat1
Feb 12 at 12:19
Try with an example resource pack for 1.13 that you find online. If that works, keep changing and testing it until you have your resource pack again. If it fails at some point, you know what causes it. If it doesn't fail, congratulations, you're done. If it fails right from the beginning, try other resource packs. If even that doesn't work, report it on the bugtracker (and here).
– Fabian Röling
Feb 12 at 14:29
I just tried the resource pack and the sound doesn't even start playing for me. I've also tried some variations of that command, none works. Are you sure the resource pack and command are correct?
– Fabian Röling
Feb 12 at 21:45
|
show 2 more comments
I'm making a custom boss set for my Minecraft server and as such I've decided to include some epic battle music. I've managed to get the music into the resource pack, and the sounds work and play in game, however between five to twenty seconds into the song it suddenly cuts off and stops playing. As far as I can tell there's no actual reason for it doing this as it seems to do it at random intervals in the song. I've tried turning down the volume parameter or changing the position the sound spawns at but to no avail. Nothing shows up in the console when the sound is stopped.
The command I'm using is as such:
/playsound minecraft:music.hellofatime master @a[distance=..200] 696916 27 -697075 9999 1
It works fine, but after a while it simply cuts off.
I've seen other posts with a similar question be told to change all of the vanilla music files to an empty file (I just used half a second of silence as the files) and I've done that, but it'd didn't seem to help.
What's interesting is that this doesn't happen on my singleplayer worlds. Could this possibly have anything to do with me not having the resource pack on the server (I'm going to update it into the server config later) but instead using a client-side one?
I'm really not sure what to do, any help would be appreciated. Thanks!
minecraft minecraft-resource-packs
I'm making a custom boss set for my Minecraft server and as such I've decided to include some epic battle music. I've managed to get the music into the resource pack, and the sounds work and play in game, however between five to twenty seconds into the song it suddenly cuts off and stops playing. As far as I can tell there's no actual reason for it doing this as it seems to do it at random intervals in the song. I've tried turning down the volume parameter or changing the position the sound spawns at but to no avail. Nothing shows up in the console when the sound is stopped.
The command I'm using is as such:
/playsound minecraft:music.hellofatime master @a[distance=..200] 696916 27 -697075 9999 1
It works fine, but after a while it simply cuts off.
I've seen other posts with a similar question be told to change all of the vanilla music files to an empty file (I just used half a second of silence as the files) and I've done that, but it'd didn't seem to help.
What's interesting is that this doesn't happen on my singleplayer worlds. Could this possibly have anything to do with me not having the resource pack on the server (I'm going to update it into the server config later) but instead using a client-side one?
I'm really not sure what to do, any help would be appreciated. Thanks!
minecraft minecraft-resource-packs
minecraft minecraft-resource-packs
edited 18 mins ago
Fabian Röling
10.5k3 gold badges17 silver badges48 bronze badges
10.5k3 gold badges17 silver badges48 bronze badges
asked Feb 12 at 10:32
goldrat1goldrat1
133 bronze badges
133 bronze badges
You could try putting it into a server resource pack and see whether that fixes it. Maybe it has something to do with the server not knowing how long the music is, but even then it's weird that it stops randomly instead of predictably. It definitely sounds like a bug. Also, could you upload the resource pack? Or, if there's issues with copyright, try to find another that reproduces the issue, then upload that? And lastly: Is there server lag or anything like that? Or anything else that's special?
– Fabian Röling
Feb 12 at 11:06
Also, which Minecraft version?
– Fabian Röling
Feb 12 at 11:17
Version 1.13.2. I've uploaded the resource pack here: minepack.net/download/48fceda651b2f940576cda827ff9ed17 But now that I've done that and input the resource_pack and sha_resource_pack options in the server config the resource pack doesnt even load. There might be something wrong with my sound.json?
– goldrat1
Feb 12 at 12:19
Try with an example resource pack for 1.13 that you find online. If that works, keep changing and testing it until you have your resource pack again. If it fails at some point, you know what causes it. If it doesn't fail, congratulations, you're done. If it fails right from the beginning, try other resource packs. If even that doesn't work, report it on the bugtracker (and here).
– Fabian Röling
Feb 12 at 14:29
I just tried the resource pack and the sound doesn't even start playing for me. I've also tried some variations of that command, none works. Are you sure the resource pack and command are correct?
– Fabian Röling
Feb 12 at 21:45
|
show 2 more comments
You could try putting it into a server resource pack and see whether that fixes it. Maybe it has something to do with the server not knowing how long the music is, but even then it's weird that it stops randomly instead of predictably. It definitely sounds like a bug. Also, could you upload the resource pack? Or, if there's issues with copyright, try to find another that reproduces the issue, then upload that? And lastly: Is there server lag or anything like that? Or anything else that's special?
– Fabian Röling
Feb 12 at 11:06
Also, which Minecraft version?
– Fabian Röling
Feb 12 at 11:17
Version 1.13.2. I've uploaded the resource pack here: minepack.net/download/48fceda651b2f940576cda827ff9ed17 But now that I've done that and input the resource_pack and sha_resource_pack options in the server config the resource pack doesnt even load. There might be something wrong with my sound.json?
– goldrat1
Feb 12 at 12:19
Try with an example resource pack for 1.13 that you find online. If that works, keep changing and testing it until you have your resource pack again. If it fails at some point, you know what causes it. If it doesn't fail, congratulations, you're done. If it fails right from the beginning, try other resource packs. If even that doesn't work, report it on the bugtracker (and here).
– Fabian Röling
Feb 12 at 14:29
I just tried the resource pack and the sound doesn't even start playing for me. I've also tried some variations of that command, none works. Are you sure the resource pack and command are correct?
– Fabian Röling
Feb 12 at 21:45
You could try putting it into a server resource pack and see whether that fixes it. Maybe it has something to do with the server not knowing how long the music is, but even then it's weird that it stops randomly instead of predictably. It definitely sounds like a bug. Also, could you upload the resource pack? Or, if there's issues with copyright, try to find another that reproduces the issue, then upload that? And lastly: Is there server lag or anything like that? Or anything else that's special?
– Fabian Röling
Feb 12 at 11:06
You could try putting it into a server resource pack and see whether that fixes it. Maybe it has something to do with the server not knowing how long the music is, but even then it's weird that it stops randomly instead of predictably. It definitely sounds like a bug. Also, could you upload the resource pack? Or, if there's issues with copyright, try to find another that reproduces the issue, then upload that? And lastly: Is there server lag or anything like that? Or anything else that's special?
– Fabian Röling
Feb 12 at 11:06
Also, which Minecraft version?
– Fabian Röling
Feb 12 at 11:17
Also, which Minecraft version?
– Fabian Röling
Feb 12 at 11:17
Version 1.13.2. I've uploaded the resource pack here: minepack.net/download/48fceda651b2f940576cda827ff9ed17 But now that I've done that and input the resource_pack and sha_resource_pack options in the server config the resource pack doesnt even load. There might be something wrong with my sound.json?
– goldrat1
Feb 12 at 12:19
Version 1.13.2. I've uploaded the resource pack here: minepack.net/download/48fceda651b2f940576cda827ff9ed17 But now that I've done that and input the resource_pack and sha_resource_pack options in the server config the resource pack doesnt even load. There might be something wrong with my sound.json?
– goldrat1
Feb 12 at 12:19
Try with an example resource pack for 1.13 that you find online. If that works, keep changing and testing it until you have your resource pack again. If it fails at some point, you know what causes it. If it doesn't fail, congratulations, you're done. If it fails right from the beginning, try other resource packs. If even that doesn't work, report it on the bugtracker (and here).
– Fabian Röling
Feb 12 at 14:29
Try with an example resource pack for 1.13 that you find online. If that works, keep changing and testing it until you have your resource pack again. If it fails at some point, you know what causes it. If it doesn't fail, congratulations, you're done. If it fails right from the beginning, try other resource packs. If even that doesn't work, report it on the bugtracker (and here).
– Fabian Röling
Feb 12 at 14:29
I just tried the resource pack and the sound doesn't even start playing for me. I've also tried some variations of that command, none works. Are you sure the resource pack and command are correct?
– Fabian Röling
Feb 12 at 21:45
I just tried the resource pack and the sound doesn't even start playing for me. I've also tried some variations of that command, none works. Are you sure the resource pack and command are correct?
– Fabian Röling
Feb 12 at 21:45
|
show 2 more comments
1 Answer
1
active
oldest
votes
You mentioned that this only happens in certain areas of the world. So this might be the bug MC-1538: When too many sounds are supposed to play at once, then seemingly randomly some of them are cut off. It got a lot better in 1.11, but still happens.
To solve this, try removing sound sources within hearing range. Especially animals, liquids and active blocks (like furnaces, brewing stands, …) cause a lot of sounds. Many mobs colliding with each other cause an extreme amount of sounds, since they all constantly move.
Shit. The area's a Nether Level. Lots of lava. Hmmm.
– goldrat1
Feb 14 at 21:23
Can confirm, looks like its MC-1538. . Turning off Block sounds seemed to do the trick. Shame, really ruins the immersion a bit. I prefer the music though. Thanks for your help!
– goldrat1
Feb 14 at 21:32
You could record some of the bubbling sounds and edit your piece of music to include it. Then, when it ends, play another track that only includes the bubbling. Kind of crazy, but if you want maximum immersion, might be worth it.
– Fabian Röling
Feb 15 at 11:48
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f346414%2fcustom-minecraft-music-randomly-stopping%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You mentioned that this only happens in certain areas of the world. So this might be the bug MC-1538: When too many sounds are supposed to play at once, then seemingly randomly some of them are cut off. It got a lot better in 1.11, but still happens.
To solve this, try removing sound sources within hearing range. Especially animals, liquids and active blocks (like furnaces, brewing stands, …) cause a lot of sounds. Many mobs colliding with each other cause an extreme amount of sounds, since they all constantly move.
Shit. The area's a Nether Level. Lots of lava. Hmmm.
– goldrat1
Feb 14 at 21:23
Can confirm, looks like its MC-1538. . Turning off Block sounds seemed to do the trick. Shame, really ruins the immersion a bit. I prefer the music though. Thanks for your help!
– goldrat1
Feb 14 at 21:32
You could record some of the bubbling sounds and edit your piece of music to include it. Then, when it ends, play another track that only includes the bubbling. Kind of crazy, but if you want maximum immersion, might be worth it.
– Fabian Röling
Feb 15 at 11:48
add a comment |
You mentioned that this only happens in certain areas of the world. So this might be the bug MC-1538: When too many sounds are supposed to play at once, then seemingly randomly some of them are cut off. It got a lot better in 1.11, but still happens.
To solve this, try removing sound sources within hearing range. Especially animals, liquids and active blocks (like furnaces, brewing stands, …) cause a lot of sounds. Many mobs colliding with each other cause an extreme amount of sounds, since they all constantly move.
Shit. The area's a Nether Level. Lots of lava. Hmmm.
– goldrat1
Feb 14 at 21:23
Can confirm, looks like its MC-1538. . Turning off Block sounds seemed to do the trick. Shame, really ruins the immersion a bit. I prefer the music though. Thanks for your help!
– goldrat1
Feb 14 at 21:32
You could record some of the bubbling sounds and edit your piece of music to include it. Then, when it ends, play another track that only includes the bubbling. Kind of crazy, but if you want maximum immersion, might be worth it.
– Fabian Röling
Feb 15 at 11:48
add a comment |
You mentioned that this only happens in certain areas of the world. So this might be the bug MC-1538: When too many sounds are supposed to play at once, then seemingly randomly some of them are cut off. It got a lot better in 1.11, but still happens.
To solve this, try removing sound sources within hearing range. Especially animals, liquids and active blocks (like furnaces, brewing stands, …) cause a lot of sounds. Many mobs colliding with each other cause an extreme amount of sounds, since they all constantly move.
You mentioned that this only happens in certain areas of the world. So this might be the bug MC-1538: When too many sounds are supposed to play at once, then seemingly randomly some of them are cut off. It got a lot better in 1.11, but still happens.
To solve this, try removing sound sources within hearing range. Especially animals, liquids and active blocks (like furnaces, brewing stands, …) cause a lot of sounds. Many mobs colliding with each other cause an extreme amount of sounds, since they all constantly move.
answered Feb 14 at 15:01
Fabian RölingFabian Röling
10.5k3 gold badges17 silver badges48 bronze badges
10.5k3 gold badges17 silver badges48 bronze badges
Shit. The area's a Nether Level. Lots of lava. Hmmm.
– goldrat1
Feb 14 at 21:23
Can confirm, looks like its MC-1538. . Turning off Block sounds seemed to do the trick. Shame, really ruins the immersion a bit. I prefer the music though. Thanks for your help!
– goldrat1
Feb 14 at 21:32
You could record some of the bubbling sounds and edit your piece of music to include it. Then, when it ends, play another track that only includes the bubbling. Kind of crazy, but if you want maximum immersion, might be worth it.
– Fabian Röling
Feb 15 at 11:48
add a comment |
Shit. The area's a Nether Level. Lots of lava. Hmmm.
– goldrat1
Feb 14 at 21:23
Can confirm, looks like its MC-1538. . Turning off Block sounds seemed to do the trick. Shame, really ruins the immersion a bit. I prefer the music though. Thanks for your help!
– goldrat1
Feb 14 at 21:32
You could record some of the bubbling sounds and edit your piece of music to include it. Then, when it ends, play another track that only includes the bubbling. Kind of crazy, but if you want maximum immersion, might be worth it.
– Fabian Röling
Feb 15 at 11:48
Shit. The area's a Nether Level. Lots of lava. Hmmm.
– goldrat1
Feb 14 at 21:23
Shit. The area's a Nether Level. Lots of lava. Hmmm.
– goldrat1
Feb 14 at 21:23
Can confirm, looks like its MC-1538. . Turning off Block sounds seemed to do the trick. Shame, really ruins the immersion a bit. I prefer the music though. Thanks for your help!
– goldrat1
Feb 14 at 21:32
Can confirm, looks like its MC-1538. . Turning off Block sounds seemed to do the trick. Shame, really ruins the immersion a bit. I prefer the music though. Thanks for your help!
– goldrat1
Feb 14 at 21:32
You could record some of the bubbling sounds and edit your piece of music to include it. Then, when it ends, play another track that only includes the bubbling. Kind of crazy, but if you want maximum immersion, might be worth it.
– Fabian Röling
Feb 15 at 11:48
You could record some of the bubbling sounds and edit your piece of music to include it. Then, when it ends, play another track that only includes the bubbling. Kind of crazy, but if you want maximum immersion, might be worth it.
– Fabian Röling
Feb 15 at 11:48
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f346414%2fcustom-minecraft-music-randomly-stopping%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You could try putting it into a server resource pack and see whether that fixes it. Maybe it has something to do with the server not knowing how long the music is, but even then it's weird that it stops randomly instead of predictably. It definitely sounds like a bug. Also, could you upload the resource pack? Or, if there's issues with copyright, try to find another that reproduces the issue, then upload that? And lastly: Is there server lag or anything like that? Or anything else that's special?
– Fabian Röling
Feb 12 at 11:06
Also, which Minecraft version?
– Fabian Röling
Feb 12 at 11:17
Version 1.13.2. I've uploaded the resource pack here: minepack.net/download/48fceda651b2f940576cda827ff9ed17 But now that I've done that and input the resource_pack and sha_resource_pack options in the server config the resource pack doesnt even load. There might be something wrong with my sound.json?
– goldrat1
Feb 12 at 12:19
Try with an example resource pack for 1.13 that you find online. If that works, keep changing and testing it until you have your resource pack again. If it fails at some point, you know what causes it. If it doesn't fail, congratulations, you're done. If it fails right from the beginning, try other resource packs. If even that doesn't work, report it on the bugtracker (and here).
– Fabian Röling
Feb 12 at 14:29
I just tried the resource pack and the sound doesn't even start playing for me. I've also tried some variations of that command, none works. Are you sure the resource pack and command are correct?
– Fabian Röling
Feb 12 at 21:45