{ "disableLoginLimits": { "desc:": "Should login packet size limits be disabled? Error:(IOException(\"Payload may not be larger than 1048576 bytes\")) default:true", "disableLoginLimits": true }, "disablePacketLimits": { "desc:": "Should play packet size limits be disabled? Error:(Badly compressed packet) default:true", "disablePacketLimits": true }, "disableChatVerificationDisconnect": { "desc:": "(Clientside) Disables players disconnecting on chat message verification problems,(enable debugPrintMessages to see the message causing issues). default:true", "disableChatVerificationDisconnect": true }, "debugPrintMessages": { "desc:": "Enable addition debug logging for networking errors. default:false", "debugPrintMessages": false }, "logintimeout": { "desc:": "Set the max login timeout in seconds. default = 120", "logintimeout": 300 }, "disconnectTimeout": { "desc:": "Set the ingame disconnect timeout for disconnecting players. Default = 60sec", "disconnectTimeout": 120 }, "packetHistoryMinutes": { "desc:": "Set the amount of minutes for which network packet history data is saved. Default = 5 minutes", "packetHistoryMinutes": 5 }, "malformedtraffic": { "desc:": "Detection and blocking of malformed and/or malicious traffic", "enabled": true, "proxies:": "Add your proxy IP to the whitelist below, if you're using one(e.g. velocity) to avoid blocking the proxy's ip. Format: [\"127.0.0.1\", \"128.0.01\"] without the \\ ", "proxywhitelist": [] }, "showFullResourceLocationException": { "desc:": "Enable to see the full log output for all resource location exceptions. Default = false", "showFullResourceLocationException": false } }