TriggerReactor

TriggerReactor

24.6k Downloads

SOUNDALL doesn't work properly

wysohn opened this issue ยท 2 comments

commented

A user reported that only a player can hear it

commented

I changed:

player.playSound(location, sound, volume, pitch);

to

location.getWorld().playSound(location, sound, volume, pitch);

It worked, you can try that ๐Ÿ‘

commented

Amazing work!

You might wanna create a PR so I can merge it to the main branch :)