Chunk FInder
The Chunk Finder module provides administrators with tools to locate and inspect chunks that contain an unusually high number of entities.
Configuration
Located at plugins/ClearLaggEnhanced/modules/chunk-finder/config.yml.
enabled: true
# The search radius (in chunks) for finding entities
radius: 10
# Minimum entity count for a chunk to be flagged
entity-threshold: 50
How to Use
To find chunks with high entity counts, use the command:
/lagg chunkfinder
This will generate a list of chunks in your current area that exceed the entity-threshold.
Commands
| Command | Permission | Description |
|---|---|---|
/lagg chunkfinder |
CLE.chunkfinder |
Scan nearby chunks for high entity counts. |
Why Use Chunk Finder?
Oftentimes, server lag is caused by a single chunk containing hundreds of entities (e.g., an over-crowded mob farm or an item pile from a broken machine). This module helps you pinpoint exactly where these hotspots are, allowing you to take action before the entire server's performance is affected.