| configVersion DO NOT MODIFY | Int | N/A | This value is used by the game to determine the current config version, you should not change it manually as this might cause conflicts with server and config versions. | 
      
         | serverName | String | "Unknown Server" | The name of the server, will appear on the serverlist (if enabled) and on the lobby | 
      
         | ServerIp | string | auto | Determines the IP the server is hosted on, or "auto" to automatically find it. | 
      
         | port | Int | 27015 | The port the game server will run on Only applicable for Dedicated Servers | 
      
         | maxPlayers | Int | 16 | The maximum ammount of players that can be in the server at the same time | 
      
         | serverPassword | String | Empty | The password that a player will need to enter when joining the server (Empty Means disabled) | 
      
         | randomMap | Bool | true | If true the map will be randomly generated | 
      
         | mapPath | String | Empty | If randomMap is set to false and mapPath is set to the path of a map file the server will use this map file | 
      
         | respectGameBans | Bool | true | If players that failed to authenticate should be kicked. Eg: Game banned or Invalid authentication ticket if set to false the Server or lobby will NOT be visible on the serverlist (if enabled) | 
      
         | publicServer | Bool | false | If true the Server or Lobby will be visible on the serverlist respectGameBans must be true and the serverName must not be set to its default value | 
      
         | lobbyStartType | Int | 0 | 0 = The round will start once the ammount of players is equal or more than the value set in the minPlayers setting and if the time set in roundStartTimerTime has passed 1 = The round will start once enough players have voted for a roundstart
 2 = The round will start once the host or a player with the admin.startround permission presses the 'Start' button
 | 
      
         | minPlayers | Int | 2 | The minimum ammount of players that have to be in the server before the roundstart timer starts running lobbyStartType has to be set to 0 for this to have effect | 
      
         | roundStartTimerTime | Int | 20 | The minimum amount of time (in seconds) that has to pass before the round will start lobbyStartType has to be set to 0 for this to have effect, timer will only start once the playercount is more or equal to the value set in minPlayers | 
      
         | roundEndTime | Int | 10 | Determines the amount of time between the round ending and automatically restarting. | 
      
         | startVotingPercentage | Int | 75 | The percentage of players that has to vote before the round will start | 
      
         | doorsOpenChance | string | auto | Determines a chance of a door to automatically open upon spawning. This config only applies to LCZ doors that do not have a keycard level. | 
      
         | deathChatMessage | bool | True | Determines whether or not a chat message will be shown when someone dies. | 
      
         | deathSoundEffect | bool | True | Determines whether or not a deep bass vibration sound will be played to all players when someone dies. | 
      
         | chatFilterBlockedWords | string list | ["someRanDomfiLterEdword"] | If a chat message contains a word in this list the message will not be sent, caps are ignored | 
      
         | blockPlayersWithDefaultName | Bool | false | If true players that have the name Guest will be kicked This is only for non steam builds | 
      
         | ServerInfoPastebinId | String | Empty | The pastebin id that will be used for the serverinfo get a pastebin id at https://pastebin.com This is required for public servers | 
      
         | respawnItems NOT IMPLEMENTED YET | Bool | False | Determines whether or not certain items will respawn throughout the match. | 
      
         | enableTeslaGates | Bool | True | Determines whether or not tesla gates are enabled. | 
      
         | noHolidays | Bool | false | Determines whether or not holiday updates (april fools, christmas, etc) will be disabled. | 
      
         | ReportingEnabled | Bool | false | Determines whether or not in-game reports can be submitted via a discord webhook. | 
      
         | ReportWebhookUrl | String |  | Determines the webhook to use for reports. | 
      
         | ReportWebhookAvatarUrl | String | https://api.virtualwebsite.net/files/scpetlogo.jpg | Determines the avatar of the webhook to use for reports. | 
      
         | ReportWebhookNickname | String | Server report | Determines the name of the webhook to use for reports. | 
      
         | ReportWebhookMessageContent | String |  | Determines the content of the webhook to use for reports. | 
      
         | ReportWebhookEmbedDescription | String | Player has been reported | Determines the embed content of the webhook to use for reports. | 
      
         | ServerTags NEW | String list | [] | Detemrines a list of tags for the server. Users can search for specific tags. |