Skip to content

Plugin that monitors every chunk for potential amount of entities and tiles

License

Notifications You must be signed in to change notification settings

JavierLeon9966/EntityMonitor

Repository files navigation

EntityMonitor

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]

API

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};

About

Plugin that monitors every chunk for potential amount of entities and tiles

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages