Operations
Troubleshooting
Troubleshooting
Server Does Not Start
Check:
- Port is not already used by another process.
ServerProperties.jsonis valid JSON.- Correct
McHttpConfig.Hostnameformat (http://.../) andMcWssConfig.Hostname(ws://.../).
Client Cannot Connect
- Confirm server IP/port in client.
- Verify firewall and NAT.
- Ensure
PositioningTypematches on both client and server.
McHttp Not Working
- Check
McHttpConfig.Enabled = true. - Check
LoginTokenused in/voicecraft:vcconnect(or/vcconnectif alias is supported). - Ensure addon is attached to the world and permissions are configured.
McWss Not Working
- Check
McWssConfig.Enabled = true. - Run
/connect <host:port>before/voicecraft:vcconnect. - Verify token.
No Audio
- In client, check
Input Device/Output Device. - Ensure
Mute/Deafenare not enabled. - Check
InputVolume,OutputVolume,MicrophoneSensitivity. - Run
Microphone TestandTest Output.
Useful Diagnostics
- Restart both client and server.
- Temporarily revert to default config to narrow down the issue.
- On server, run
list --clientsOnlyand verify players are visible as clients.