# 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](https://docs.veryinsanee.space/advanced-roleplay-environment/guides/client-configuration#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](https://docs.veryinsanee.space/advanced-roleplay-environment/basic-gameplay-guide/mass-casualty-incidents-and-triage#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>
