> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nonefivem.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration

## Options

***

<Info>You can find config file in `no-elevators/config/sh_config.lua`</Info>

| Option                       | type                    | Description                                                                                                                                         |
| ---------------------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| EnableDefaultSceneIplLoading | boolean                 | It will load the FIB ipl on default scene usage if you're not using a custom ipl loader. If you change the default scene it won't load the FIB ipl. |
| DefaultFloorTransitionTime   | number                  | The default time it takes for the elevator to travel from the upper floor to the lower floor in milliseconds.                                       |
| DefaultDoorOpenDuration      | number                  | The default time for the elevator to wait with the doors open in milliseconds.                                                                      |
| FloorRange                   | float                   | Determines the distance between player and elevator floor to play sounds etc. Minimun value is 3.0, maximum value is 20.0.                          |
| Keybinds                     | \[key: string]: string; | [Keybinds](https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/)                                                        |
