{
  "disableLoginLimits": {
    "desc:": "Relax login payload limits",
    "disableLoginLimits": true
  },
  "disablePacketLimits": {
    "desc:": "Relax play packet compression, chunk, and NBT limits",
    "disablePacketLimits": true
  },
  "disableChatVerificationDisconnect": {
    "desc:": "Clientside: prevent signed chat verification failures from disconnecting the client",
    "disableChatVerificationDisconnect": true
  },
  "debugPrintMessages": {
    "desc:": "Enable extra packet-fixer diagnostics",
    "debugPrintMessages": false
  },
  "logintimeout": {
    "desc:": "Login timeout in seconds",
    "logintimeout": 120
  },
  "disconnectTimeout": {
    "desc:": "In-game read and keepalive timeout in seconds",
    "disconnectTimeout": 60
  },
  "packetHistoryMinutes": {
    "desc:": "Reserved for packet-history compatibility",
    "packetHistoryMinutes": 5
  },
  "showFullResourceLocationException": {
    "desc:": "Reserved for compatibility; no extra resource-location logging is implemented",
    "showFullResourceLocationException": false
  },
  "malformedtraffic": {
    "desc:": "Pre-login malformed traffic detection",
    "enabled": true,
    "proxywhitelist": []
  }
}