# Server Configuration

{% hint style="info" %}
**You aren't finding the config option? Try STRG + F.**
{% endhint %}

## General Settings

<details>

<summary>m_itemsNeeded</summary>

Set this 'true', if you want that players need items to perform actions.

Default: false

</details>

<details>

<summary>m_reviveCommand</summary>

Set this 'true', if you want to enable the integrated revive command. For permissions see s\_functions.lua (IsAllowedToUseReviveCommand)

Default: false

</details>

## Custom ESX Settings

<details>

<summary>m_esxSharedObject</summary>

Config option for esx settings

</details>

## Custom QBCore Settings

<details>

<summary>m_qbCoreResourceName</summary>

Set the resource name of the QBCore (needed for export)

Default: "qb-core"

</details>

## Inventory

<details>

<summary>m_customInventory</summary>

A config option for those who use a custom inventory

</details>

## Feature Settings

<details>

<summary>m_ignoreItemsNeededJobs</summary>

A table of jobs that ignore the that players need items to perform actions.

Default: { "ambulance" }

</details>

<details>

<summary>m_dependUnconsciousTimeOnMedicCount</summary>

Overwrites the default time configured in the client config ([here](/advanced-roleplay-environment/guides/basic-configuration-guide/client-configuration.md#m_respawnconfiguration)) and depends the time on the count of the medics that are online.

</details>

<details>

<summary>m_limitMenuToJobs</summary>

Limits the menu to certain jobs.

</details>

<details>

<summary>m_triageSystem</summary>

Find a detailed explanation about the triage system here: [Triage System](/advanced-roleplay-environment/guides/basic-gameplay-guide/mass-casualty-incidents-and-triage.md#triage)

</details>

<details>

<summary>m_stateSaving</summary>

This feature will save the state of the players (like injuries, blood pressure) to a file or mysql database.

</details>

<details>

<summary>m_discordLogging</summary>

This feature will log kill logs to discord.

</details>

## Menu Settings

<details>

<summary>m_showNameOfPlayerOnMenuTitle</summary>

Set this to 'true', if you want that the system will show the name of the player on the menu title. Set this to 'false', if you want that the system will not show the name of the player on the menu title.

Default: true

</details>

## Respawn Settings

<details>

<summary>m_respawnConfiguration</summary>

Server-side respawn configuration config option.

</details>


---

# 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://docs.veryinsanee.space/advanced-roleplay-environment/guides/basic-configuration-guide/server-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.
