Skip to content

Commands

shvquu edited this page Jun 13, 2026 · 3 revisions

Commands

Base command: /serverdoctor — aliases: /sd, /doctor. All subcommands require the serverdoctor.admin permission (default: op) and are read-only.

Subcommand Description
/serverdoctor scan Runs a full analysis and stores the result. Prints a summary.
/serverdoctor report Shows the most recent diagnostic report in detail.
/serverdoctor tps Live performance snapshot: TPS, MSPT, RAM, players.
/serverdoctor conflicts Lists detected plugin conflicts.
/serverdoctor security Lists security / maintenance risks.
/serverdoctor recs Lists generated recommendations.
/serverdoctor history Shows the stored performance history (most recent first).

Running /serverdoctor with no argument prints the help overview.

Severity colors

Findings are color-coded by severity:

Symbol Severity
🟢 OK / INFO
🟡 LOW
🟠 MEDIUM
🔴 HIGH
CRITICAL

Example

> /serverdoctor scan
[ServerDoctor] Analysis running ...
[ServerDoctor] Done. Overall status: HIGH
[ServerDoctor] Conflicts: 1 · Risks: 0 · Recommendations: 2
[ServerDoctor] Details: /serverdoctor report

Clone this wiki locally