By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

Plugin that monitors every chunk for potential amount of entities and tiles
version 2.6.0
Approved
Direct Download How to install?
Switch version
54 Downloads / 1771 Total
4 Reviews
Plugin Description §

Overview

This plugin is very simple that the only thing you need is one command:

/monitor entity [ticking: bool] /monitor tile [ticking: bool]

It returns every world with a chunk XY and the amount of entities/tiles and if they are ticking. This could be used as an anti-grief plugin so you can see where players are making lag machines or summoning too many entities to save your server performance.

API

If you want to access this plugin api you can do the following:

use JavierLeon9966\EntityMonitor\EntityMonitor;
use pocketmine\world\World;
/**
 * @var ?int $chunkHash
 * @var int $count
 */
[$chunkHash, $count] = EntityMonitor::getChunkWithEntities(World $world, bool $ticking): array;

/**
 * @var ?int $chunkHash
 * @var int $count
 */
[$chunkHash, $count] = EntityMonitor::getChunkWithTiles(World $world, bool $ticking): array;
What's new §
  • Added support for Minecraft: Bedrock Edition 1.20.60.
  • Added support for Minecraft: Bedrock Edition 1.20.50.
  • Added support for Minecraft: Bedrock Edition 1.20.40.
  • Added support for Minecraft: Bedrock Edition 1.20.30.
  • Added support for Minecraft: Bedrock Edition 1.20.10.
  • Added support for PocketMine-MP 5.0.0
  • Fixed startup crash.
  • Ported to latest PocketMine-MP 4.0 changes

VarunBalani
Outdated
using v1.0.0
30 Jul 21
xmrfr
Outdated
using v1.0.0
18 Jul 21
BrahmjotSingh0
Outdated
using v1.0.0
16 Jul 21
Mcbeany
Outdated
using v1.0.0
16 Jul 21

Reply to review by :

/ 5
Supported API versions
5.0.0
->
5.16.0
Producers §
  • Collaborators:
    • @JavierLeon9966
License §
Categories:
Admin Tools
API plugins
Permissions
Permissions
Commands

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...