Skip to content

Configuration

  • Config file location — LabAPI’s standard per-plugin config path.
  • AssetDirectory — root of the server’s shared assets that clients download on connect.
  • Chunk size and transfer tuning — DefaultChunkSize and related knobs.
  • AuthAndRoleDiag — diagnostic logging flag for auth + role issues.
  • Reloading config — behavior on server restart vs hot-reload.
  • Anomaly.Server\Config.cs — all fields with defaults.
  • Anomaly.Server\Diagnostics\AuthAndRoleDiag.cs — what the diag flag enables.
  • Anomaly.Server\FileTransfer\FileTransferSession.cs — chunk-size reference.