FastTransfer icon indicating copy to clipboard operation
FastTransfer copied to clipboard

Transfer vanilla Minecraft: PE clients to another server

Results 4 FastTransfer issues
Sort by recently updated
recently updated
newest added

#Set to 0 to compress everything, -1 to disable. batch-threshold: 0 (pocketmine.yml) if 0 Fast Transfer 1.02 doesnst work... only get message nothing happends

PLEASE HELP!!!! PE server version 1.3.0 THE TRANSFER IS NOT WORKING

hi, if possible, add a API to know from where the player are comming to the server... an **example** of plugin implementation: ``` public function comeFromWhere(PlayerJoinEvent $e){ $this-ft->getPluginManager()->getPlugin("FastTransfer"); $player =...

According to a local test in PHP 5.6.3, chr(256) returns a null byte. This shows that chr() used in DataPacket.php returns the integer representation of the least significant byte only,...