I'm coding plugin that using pocketmine/math ( such as axisalignedbb.php, vector3.php ) but now math in pocketmine doesnt exist anymore So how can i continue code my plugin?
It's now an independent Composer library, so you'll find it in the vendor/ directory (provided that you installed dependencies appropriately).