> For the complete documentation index, see [llms.txt](https://none-fivem.gitbook.io/nonem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://none-fivem.gitbook.io/nonem/resources/no-elevators/configuration.md).

# Configuration

## Options

***

{% hint style="info" %}
You can find config file in `no-elevators/config/sh_config.lua`
{% endhint %}

| 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/)                                                        |
