Stop music for a specific position (like Minecraft jukebox)

Started by BlockBit on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Jan 2020
Points:
969

User statistics:

  • Modifications: 6
  • Forum topics: 40
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 162
Stop music for a specific position (like Minecraft jukebox)
Tue, 06/14/2022 - 11:46 (edited)

I'm looking for a way to make a block like a Minecraft jukebox that will stop the sound just for itself. I have already done it with /stopsound... but it stops the corresponding running music on all blocks. The Minecraft jukebox stops only HIS sound and not all other jukeboxes with the same running musik.

 

Example: I am creating a radio block with custom casetts. I used the track/ record "mellohi". If i stop the running sound "mellohi" on my radio, it stops the running jukebox with the playing track "mellohi" too. That happend because i am using the /stopsound @a record minecraft...

 

Is there a way to stop the sound for a specific block or a specific position that do not stop all other running same tracks/ records?

Edited by BlockBit on Tue, 06/14/2022 - 11:46
Active 1 year ago
Joined Jan 2020
Points:
969

User statistics:

  • Modifications: 6
  • Forum topics: 40
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 162
Help please
Wed, 06/15/2022 - 10:56

Help please

Active 2 months ago
Joined Mar 2025
Points:
8

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Hi, I have the same problem,…
Sun, 03/09/2025 - 17:12

Hi, I have the same problem, have you found a solution to stop a specific sound at coordinates without stopping them all?