Troubleshooting Guide
Common issues, solutions, and diagnostic procedures for VoxelAI. Find quick fixes and detailed troubleshooting steps.
Quick Diagnostics
Common Issues
Plugin Won't Load
Symptoms:
Plugin not appearing in /plugins list, no config files generated
Solutions:
1. Check Java version (requires Java 21+)
2. Verify server version (Paper 1.21+)
3. Check console for error messages
4. Ensure plugin file isn't corrupted
Configuration Errors
Symptoms:
YAML parsing errors, invalid configuration warnings
Solutions:
1. Validate YAML syntax online
2. Check indentation (use spaces, not tabs)
3. Verify quotes around string values
4. Reset to default config if needed
Diagnostic Commands
System Diagnostics
/voxelai healthCheck overall system health
/voxelai statsView system statistics
/voxelai debug onEnable debug logging
Testing Commands
/voxelai test "test message"Test violation detection
/ai helpTest AI assistant
/voxelai versionCheck plugin version
Log Analysis
Error Patterns
API_ERRORCheck API key and connectivity
RATE_LIMITEnable hybrid model selection
QUEUE_OVERFLOWIncrease processing speed
Performance Indicators
High Response TimeAPI or network issues
Memory WarningReduce queue size
Processing DelayOptimize batch settings
Configuration Issues
YAML_ERRORFix configuration syntax
INVALID_VALUECheck parameter ranges
MISSING_KEYAdd required configuration
Step-by-Step Troubleshooting
General Troubleshooting Process
Follow these steps for any VoxelAI issue
Check System Status
Run /voxelai health and /voxelai stats
Review Logs
Check error logs for recent issues and patterns
Verify Configuration
Ensure all settings are correct and API key is valid
Test Components
Test AI assistant and violation detection separately
Apply Solutions
Implement fixes based on identified issues
Monitor Results
Verify fixes work and monitor for recurring issues
Getting Help
Before Asking for Help
• Check this troubleshooting guide
• Review recent log files
• Try basic diagnostic commands
• Note exact error messages
• Document steps to reproduce
Information to Include
• VoxelAI version
• Server version and type
• Java version
• Error messages and logs
• Configuration files
• Steps to reproduce issue
Emergency Procedures
System Failure
1. Disable VoxelAI temporarily
2. Check server logs
3. Restore from backup
4. Contact support
False Positive Storm
1. Increase confidence thresholds
2. Add temporary exemptions
3. Review recent changes
4. Monitor closely
API Quota Exceeded
1. Enable emergency queue
2. Reduce processing frequency
3. Wait for quota reset
4. Consider API upgrade