Hi, so in 1.0.3, the client send extra info. In my custom build of PMMP from a month ago, I have custom functions in mine to get the DeviceOS, but I went to try the latest build and saw that the way the client info is sent is through a new variable called clientData where I could possibly get the new data. I want to get the new client info in a plugin. Anyway I could do that?
Capture LoginPacket at DataPacketReceiveEvent Then access clientData using $packet->clientData; https://github.com/pmmp/PocketMine-...cketmine/network/protocol/LoginPacket.php#L75