[MCPE-20445] playsound wont play sound Created: 16/Mar/17 Updated: 12/Dec/18 Resolved: 27/Mar/18 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 1.0.5.3 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | j parker | ||
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Confirmation Status: | Confirmed |
| Platform: | Android |
| CHK: | |
| ADO: | 64577 |
| Description |
|
ZTE Grand X: when using the play sound command no sound will play even though is says the command executed successfully i have tried sound IDs from an online list (entity.arrow.hit), the vanilla resources (random.fizz), and one I remembered from a blocklauncher script (random.burp) and none have worked and it also says it works no mater what you type so I can't even be sure if this is a bug or if the sound names AR invalid |
| Comments |
| Comment by lorydex1 [ 12/Dec/18 ] |
|
please |
| Comment by lorydex1 [ 12/Dec/18 ] |
|
What is the command to reproduce TNT |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 27/Mar/18 ] |
|
Cleaning up old tickets: This ticket has not been updated recently (1 year+) so is being closed as Cannot Reproduce. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines. Quick Links: |
| Comment by [MCPE Helper] Dylan K. Taylor [ 23/Mar/17 ] |
|
I noted that this command never appears to work when run by a player. For example, `/playsound mob.sheep.shear dktapps` does nothing when I run it as a player, but works fine when run by a command block. edit: nothing = plays no sound. Output messages are displayed correctly. |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 23/Mar/17 ] |
|
The command for playing sounds should be along the lines of /playsound liquid.lavapop @p ~ ~ ~ (This works) But it seems that sounds that are inside other folders won't play, for example: /playsound mob.polarbear.warning1 @p ~ ~ ~ but it still shows the comfirmation/success message in chat. |