Plugin that monitors every chunk for potential amount of entities and tiles
Plugin that monitors every chunk with potential amount of entities and tiles
This plugin is very simple that the only thing you need is one command:
/monitor [entity|tile] [ticking: bool]
use JavierLeon9966\EntityMonitor\EntityMonitor;
use pocketmine\world\World;
[$chunkHash, $entityCount] = EntityMonitor::getChunkWithMostEntities(World $world, bool $ticking): array{?int, int};
[$chunkHash, $entityCount] = EntityMonitor::getChunkWithMostTiles(World $world, bool $ticking): array{?int, int};
Version: 2.8.0
Downloads: 577
Updated: 4/25/2024
Supported API versions: 5.0.0 to 5.27.1
Categories: Admin Tools, API plugins
License: GPL-3.0