Hello! I want to send a fake chunk to a player. So I looked for PlayerChunkSendEvent, but PM didn't have it. What should I do if I want to create such an event in a plugin? If possible, I would like to be able to handle Chunk objects in events. Regards.
There's a function in the player class that will allow you to send chunks to a player: https://github.com/pmmp/PocketMine-...6f0c0415/src/pocketmine/Player.php#L982-L1002