-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 15w44a
-
None
-
System.getProperty('os.name') == 'Windows 7'
System.getProperty('os.version') == '6.1'
System.getProperty('os.arch') == 'amd64'
System.getProperty('java.version') == '1.8.0_60'
System.getProperty('java.vendor') == 'Oracle Corporation'
System.getProperty('sun.arch.data.model') == '64'
Additional JVM Arguments:
-Xmx4GSystem.getProperty('os.name') == 'Windows 7' System.getProperty('os.version') == '6.1' System.getProperty('os.arch') == 'amd64' System.getProperty('java.version') == '1.8.0_60' System.getProperty('java.vendor') == 'Oracle Corporation' System.getProperty('sun.arch.data.model') == '64' Additional JVM Arguments: -Xmx4G
-
Unconfirmed
/playsound is not playing a sound when triggered by the player in console or in a command block. All other sounds are working when they are triggered by normal events. Command block output and console output both register that the operation was successfully executed.
Test Command:
/execute @a ~ ~ ~ /playsound note.harp @p ~ ~ ~ 16 .5 1
- duplicates
-
MC-91102 /playsound plays no sound -- WAI due to sound name change
- Resolved