# Configuration

Open your plugin folder, and nextly Robber folder. Here you can find the file `config.yml`, open it with a texteditor (like notepad).

## Config Example

Inside `config.yml` search the section `lockpick`, it will looks like this:

```yaml
# When a player uses /911, every other player with robbing.emergency.alert will receive a notification.
emergencycall:
  # Whether the emergency call feature should be enabled or not.
  enabled: false
  # Cooldown for /911 (in seconds), set to 0 to disable.
  cooldown: 10
```

Description of all handcuffing settings in the config.

## enabled

**Type:** `boolean`

**Default:** `false`

**Usage:**

If `true` the emergency call feature will be enabled.

## cooldown

**Type:** `int`

**Default:** `10`

**Usage:**

Cooldown to use /911 (in seconds), set to 0 to disable.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://robbingrp.gitbook.io/robbingrp/emergency-call/configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
