ExpPickupSound is gone, was it replaced? where do i get sound ids so i can just use LevelSoundEventPacket
I'm not sure what happend to the xp orb sound, but you can use: PHP: $vector = new Vector3(0, 0, 0); //your vector...$soundId = 0; // sound id$level->broadcastLevelSoundEvent($vector, $soundId); Find a list of sound ids here: https://github.com/pmmp/PocketMine-...twork/mcpe/protocol/LevelSoundEventPacket.php
Never mind, I found it, it's $level->broadcastLevelEvent: https://github.com/pmmp/PocketMine-MP/blob/master/src/pocketmine/level/Level.php#L478 Here is the event id list: https://github.com/pmmp/PocketMine-...ne/network/mcpe/protocol/LevelEventPacket.php
i'm not, look https://github.com/Muqsit/XPBottle/...c96dbeec4824d94fe/src/Muqsit/XPBottle.php#L62 and muqsit dont use spoons