\pocketmine\level\Level -> getChunks() returns only loaded chunks, right? how can i limit a specific level loaded chunks ?
PocketMine wouldn't needlessly load a chunk unless it is used. You know, a world is infinitely large; if PocketMine loads all chunks, it will exhaust the memory.