File Details
protectcord-forge-1.1.7.jar
- R
- Dec 28, 2025
- 86.08 KB
- 7
- 1.20.1
- Forge
File Name
protectcord-forge-1.1.7-all.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Version: 1.1.7 Release Type: Feature Update Release Date: 2025-01-28
Features Added
- API Health Check Command - New
/protectcord healthcommand to monitor API connectivity and performance- Displays API connectivity status (Reachable/Unreachable)
- Shows response time in milliseconds for performance monitoring
- Reports API version information
- Validates API key status (Valid/Invalid with HTTP status code)
- Includes detailed error messages when API is unreachable
- Available on all platforms with tab completion support
Technical Details
Command Output:
Checking API health...
=== ProtectCord API Health ===
API Status: Reachable
Response Time: 142ms
API Version: v2.1.0
API Key: Valid
HTTP Status Code Interpretation:
200- API key is valid and API is operational401/403- API is reachable but API key is invalid5xx- Server error (API reachable but experiencing issues)- Network exception - API is unreachable (timeout/DNS failure)
Implementation Details:
- Uses high-precision timing with
System.nanoTime()for accurate response time measurement - Async execution with
CompletableFuturepattern - Consistent with existing command architecture across all platforms
- New
HealthCheckResultmodel class for structured health data
All Platforms Updated:
- Paper
- Spigot
- Folia
- BungeeCord
- Velocity
- Forge

