> ## 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-rappel/config/sh_config.lua`</Info>

| Option               | type    | Description                                                 |
| -------------------- | ------- | ----------------------------------------------------------- |
| MaxRopeLength        | number  | Maximum length of rope                                      |
| MinRopeLength        | number  | Minimum length of rope                                      |
| MinOffset            | number  | Minimum distance between player and start coords.           |
| MaxOffset            | number  | Maximum distance between player and start coords.           |
| EnableIndicators     | boolean | Whether to indicators will be showed when start rappelling. |
| IndicatorTimeout     | number  | Removes indicators after x milliseconds                     |
| Command              | string? | Rappel command                                              |
| ItemName             | string? | Name of the item                                            |
| RemoveItemAfterUsage | boolean | Whether to removes the item on start rappeling.             |
