ProtocolLib

3M Downloads

SoundEffects Packet Error

Chin-Hung-Lee opened this issue ยท 1 comments

commented

Describe the bug
Error showing "unable to find getSound in org.bukkit.craftbukkit.v1_16_R3.CraftSound" when trying to read Sound Packet by using PacketEvent.getPacket().getSoundEffects()

To Reproduce
Steps to reproduce the behavior:

  1. Open or Close Chest (other sounds might also cause this problem)
  2. See error

Expected behavior
getSoundEffects().read(0) will be able to get the Sound of the packet

Screenshots
error
code

Version Info
build #483 with paper build#323

commented

there is already a report about this (#1023)