When transferring a player, how can I set a transfer message? It is possible, I have seen it done on PM
Either PlayerQuitEvent->setMessage() or use the third parameter of Player->transfer(), depending whether you're handling the event or transferring the player directly. References: https://github.com/pmmp/PocketMine-...mine/event/player/PlayerTransferEvent.php#L63 https://github.com/pmmp/PocketMine-MP/blob/master/src/pocketmine/Player.php#L3390