-
Bug
-
Resolution: Unresolved
-
None
-
1.21.20.24 Preview, 1.21.2 Hotfix
-
None
-
Confirmed
-
Multiple
-
1273769
The bug
A /playsound command playing a sound at particular coordinates will be heard by any player near those coordinates in any dimension.
How to reproduce
1. Be in the overworld
2. /tp @s 0 64 0
3. /execute in nether run playsound random.explode @a 0 64 0
Expected behavior
You should hear nothing since the sound was in a completely different dimension from you
Actual behavior
You hear the explosion
Notes
The scripting API makes this bug obvious, since playSound is a function of world instead of dimension
- relates to
-
MC-191306 Sounds played using /playsound are played in all dimensions
- Reopened