/auroraoptimizer scan
Scans all chunks within a given radius and reports those whose entity or tile-entity count exceeds the configured warning thresholds. Results are sorted by severity and include clickable teleport links when used in-game.
/auroraoptimizer scan [world] [radius]
# Examples:
/auroraoptimizer scan # Current world, radius 5 (default)
/auroraoptimizer scan world 10 # World "world", radius 10 chunks
/auroraoptimizer scan nether 3 # Nether world, radius 3 chunks
Required permission: auroraoptimizer.inspect
Available from console: Yes
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| world | string | World of the executing player | Target world name |
| radius | integer | 5 | Scan radius in chunks from the player's position |
Warning thresholds (commands.scan.entity-warn-threshold, commands.scan.tile-entity-warn-threshold) and the maximum number of results (commands.scan.max-results) are configurable in config.yml.