Troubleshooting¶
Common issues and solutions for Kaizen Network.
Server Issues¶
Server won't start¶
Check console for errors
- Open Pterodactyl panel
- Check startup logs
- Look for
ERRORorExceptionmessages - Common causes:
- Missing plugin dependency
- Invalid config syntax
- Port already in use
Out of memory
- Check allocated RAM in panel
- Review if plugins need more memory
- Consider reducing render distance or mob limits
Players can't connect¶
Connection refused
- Verify proxy is running
- Check firewall rules
- Verify correct IP/port
Authentication failed
- Check LibreLogin status
- Verify nLogin database connection
- Check for auth server issues
Plugin Issues¶
Skript errors¶
Script won't load
- Check syntax:
/skript reload <script> - Look for error in console
- Common issues:
- Missing addon
- Syntax error
- Variable name conflict
Variables not saving
- Check if using correct variable format
- Verify database connection (if using database)
- Check Skript config for storage settings
Database connection failed¶
MongoDB connection error
- Verify MongoDB is running
- Check connection string
- Verify network connectivity
- Check authentication credentials
MariaDB connection error
- Verify MariaDB is running
- Check credentials in plugin config
- Verify user permissions
Economy Issues¶
Player lost money¶
How to investigate
- Check transaction logs if available
- Use CoreProtect to check recent commands
- Check for economy plugin bugs
How to restore
- Use
/eco give <player> <amount> - Document the fix for records
Discord Bot Issues¶
Bot offline¶
Check bot status
- Verify bot process is running
- Check for crash logs
- Verify Discord token is valid
- Check rate limits
Commands not working¶
Slash commands not appearing
- Re-deploy slash commands
- Check bot permissions
- Verify command registration
Website Issues¶
Store not processing orders¶
Check payment gateway
- Verify Tripay/Midtrans credentials
- Check webhook URLs
- Review payment logs
Check AutoDonate plugin
- Verify MongoDB connection
- Check pending donations collection
- Review plugin logs
Contact¶
For issues not covered here: - Discord: #staff-chat channel - Database issues: Contact DB admin - Critical issues: Escalate to server owner