✔️ Provides util function for create sound packet
kim\present\utils\playsound\PlaySoundUtils::createPacket(Vector3 $vec, string $soundName, float $volume = 1.0, float $pitch = 1.0) : PlaySoundPacket
✔️ Provides util function for send sound packet
kim\present\utils\playsound\PlaySoundUtils::sendTo(Player $player, string $soundName, float $volume = 1.0, float $pitch = 1.0) : void
✔️ Provides util function for broadcast sound packet
kim\present\utils\playsound\PlaySoundUtils::broadcastTo(array $recipients, string $soundName, float $volume = 1.0, float $pitch = 1.0) : void
See Official Poggit Virion Documentation
See Main Document
Distributed under the MIT. See LICENSE for more information