-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Start with /cd status, the Paper log, and current TPS/MSPT observations.
Check:
- Java is version 21.
- The server is Paper 1.21.8.
- Only one ChunkDoctor JAR exists in
plugins/. - The installed file is not the
-plain.jar. - The first ChunkDoctor stack trace in the log, not later follow-on errors.
Check:
- passive monitoring is started;
- the current world passes the whitelist/blacklist;
- TPS is above the resume threshold;
- chunks around players are loaded;
- the analysis queue is not full;
- results have not expired from the in-memory cache.
Run:
/cd status
/cd scan
/cd top
Compare the server's current TPS with:
pause-below-tps: 17.0
resume-above-tps: 18.5The monitor does not resume until TPS exceeds the higher threshold. This is intentional hysteresis.
Possible causes:
- a tall world section;
- heavy concurrent server load;
- very conservative block/time budgets;
- a scan interrupted by world unload.
Prefer reducing concurrent server activity or scanning a smaller representative area. Increase only one deep-scan budget at a time and monitor MSPT.
export.directory accepts a safe relative directory name. Values containing
.., /, \, :, or an absolute path are intentionally rejected.
Also verify write access to plugins/ChunkDoctor/.
This is valid. Score estimates concentration of potentially expensive objects; it does not measure exact tick time. Profile the area with spark during the relevant workload.
- Run a deep scan if safe.
- Export the result.
- Record the ChunkDoctor, Paper, and Java versions.
- Describe what exists in the chunk and why the score seems wrong.
- Open the incorrect-score template.
Review exports for sensitive coordinates before posting.
Verify the exact permission from Commands and Permissions. The base
chunkdoctor.use permission does not grant every subcommand.
Use the issue tracker for normal bugs. Follow the security policy for path escapes, permission bypasses, denial-of-service issues, or other vulnerabilities.
ChunkDoctor · Releases · Issues · Security · MIT License