Closed
Description
Describe the bug
When using /stopsound
with a specified source (or with a *), the sound will not stop.
To Reproduce
Run the following commands on Bedrock:
/playsound record.pigstep record @p
/stopsound @p record record.pigstep
Expected behaviour
Pigstep should stop playing, after running the /stopsound
command in the repro section.
Screenshots / Videos
No response
Server Version and Plugins
No response
Geyser Dump
https://dump.geysermc.org/haIF2KPMWKe4o7z0yY0ZzHsZtTRtn98D
Geyser Version
2.0.0-SNAPSHOT (git-master-90442a8)
Minecraft: Bedrock Edition Version
1.18.2
Additional Context
According to #1768, this was resolved, but maybe it broke (possibly around #2493?).
Coincidentally with #2493, I'm also using JukeboxExtended to play custom music, and has gotten the music to play cross-platform. While getting this to work, I believe to have rediscovered the bug.
Extra notes: /stopsound @p
does stop sounds properly, but /stopsound @p * record.pigstep
doesn't.