# Rejoin delay

The rejoin delay option allows you to determine how many times a player can rejoin games. These intervals can be saved in the database for later use. You can also specify the delay duration in hours, minutes, and seconds for how long the rejoin will remain active.

## Configuration

```yml
rejoin-delay:
  enabled: false
  remember-to-database: true
  duration: 0h 0m 30s
```

* `remember-to-database` - If enabled, it makes possible to save rejoin delay interval data to database for later use
* `duration` - The duration for how long the rejoin will remain active
  * Syntax: `h m s` - the order of intervals does not matter
  * `h` - hours
  * `m` - minutes
  * `s` - seconds


---

# 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://mdswork.gitbook.io/ragemode-docs/global-game-guides/rejoin-delay.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.
