Hey, in the FastTransfer is bug, or is only in my php, i not know. But, one plugin not transfer player to server. I test it with /transfer, and hi send error. But, here i used domain, but ip worked successfully. Problem with the gethostbyname(). When i unpack FastTransfer, and send packet direct from plugin, without "$this->lookupAddress", and mcpe can't connect to server, when i send packet direct from plugin, and used gethostbyname. HOW TO FIX?
What do you mean about gethostbyname? Server sends the IPv4 address instead of the DNS name to the client when transferring player. Therefore, server has to convert your DNS name into IPv4 first by doing a DNS lookup.