SOUNDALL doesn't work properly
wysohn opened this issue ยท 2 comments
I changed:
player.playSound(location, sound, volume, pitch);
to
location.getWorld().playSound(location, sound, volume, pitch);
It worked, you can try that ๐
wysohn opened this issue ยท 2 comments
I changed:
player.playSound(location, sound, volume, pitch);
to
location.getWorld().playSound(location, sound, volume, pitch);
It worked, you can try that ๐