diff --git a/arma-reforgerconfig.json b/arma-reforgerconfig.json index 066a500..d3932e7 100644 --- a/arma-reforgerconfig.json +++ b/arma-reforgerconfig.json @@ -323,17 +323,17 @@ { "DisplayName":"Minimum Grass Distance", "Category":"Server Settings", - "Description":"Sets the server's minimum grass distance (between 50 to 150). 0 = no minimum distance is forced on clients (default)", + "Description":"Sets the server's minimum grass distance", "Keywords":"minimum,grass,distance,servermingrassdistance", "FieldName":"serverMinGrassDistance", "InputType":"number", - "MinValue":"0", + "MinValue":"50", "MaxValue":"150", "IsFlagArgument":false, "ParamFieldName":"game.gameProperties.serverMinGrassDistance", "IncludeInCommandLine":false, - "DefaultValue":"0", - "Placeholder":"0", + "DefaultValue":"50", + "Placeholder":"50", "Suffix":"metres", "EnumValues":{} }, @@ -429,6 +429,23 @@ "Placeholder":"-1", "EnumValues":{} }, + { + "DisplayName":"Slot Reservation Timeout", + "Category":"Server Settings", + "Description":"Sets how long the backend and server will reserve a slot for a kicked player. 5 = effectively diabled (given the value is the same as for a normal disconnect)", + "Keywords":"slot,reservation,timeout,slotreservationtimeout", + "FieldName":"slotReservationTimeout", + "InputType":"number", + "MinValue":"5", + "MaxValue":"300", + "IsFlagArgument":false, + "ParamFieldName":"operating.slotReservationTimeout", + "IncludeInCommandLine":false, + "DefaultValue":"60", + "Placeholder":"60", + "Suffix":"seconds", + "EnumValues":{} + }, { "DisplayName":"Log Statistics", "Category":"Server Settings", diff --git a/arma-reforgerserver.json b/arma-reforgerserver.json index eb15502..ae4c055 100644 --- a/arma-reforgerserver.json +++ b/arma-reforgerserver.json @@ -35,6 +35,7 @@ "operating":{ "lobbyPlayerSynchronise":{{operating.lobbyPlayerSynchronise}}, "playerSaveTime":{{operating.playerSaveTime}}, - "aiLimit":{{operating.aiLimit}} + "aiLimit":{{operating.aiLimit}}, + "slotReservationTimeout":{{operating.slotReservationTimeout}} } } \ No newline at end of file