-
Notifications
You must be signed in to change notification settings - Fork 2
Doctor Output
ImperaZim edited this page Jun 28, 2026
·
1 revision
EasyLibrary doctor commands print a shared severity and can emit JSON for support scripts.
OK
INFO
WARNING
ERROR
CRITICAL
OK means no action is needed. INFO is useful context. WARNING needs
operator attention. ERROR means something should be fixed. CRITICAL marks a
boot/runtime ownership risk such as duplicate providers or safety-blocked
package proxies.
/easylibrary doctor
/easylibrary packages doctor
/easylibrary config doctor
Healthy output should include Severity: OK or acceptable INFO, plus
Problems: 0.
/easylibrary doctor json
/easylibrary libs doctor json
/easylibrary packages doctor json
/easylibrary config doctor json
Aliases for the output flag:
json
--json
format=json
output=json
The JSON schema starts as:
easylibrary.doctor.v1
Use JSON for automation, CI smoke captures and future report bundles. Use the normal text output for day-to-day server operation.
- Package Manager
- Package Backed Plugins
- Standalone vs Package
- Package Switch and Migration
- Package Doctor
- Package Safety Gate
- Support Report Bundle
- Timings
- Package Recovery
- Proxy Troubleshooting
- Migrating from EasyLibrary 2.0 to 3.x
- Embedded Libraries Migration Map
- Removed Features and Replacements
- Deprecated APIs
- Compatibility Policy
- Config Migration
- Plugin Developer Migration
- Server Administrator Migration
- Official Libraries
- LibPacket
- LibCommand
- LibSerializer
- LibForm
- LibDB
- LibCommons
- LibHttp
- LibAssets
- LibPlaceholder
- LibWorld
- EasyLibrary Agent Bridge
- LibCustom
- LibEnchantment
- LibHud
- LibTrigger
- LibWindow
- Public API Contract
- Doctor Output
- Repository Notifications
- Smoke Tests
- Common Errors
- Release and Changelog