# Config

## ESX Configuration

The hc\_inventory uses the default ESX Inventory functions.

To enable our inventory you have to set the following config options in the main.lua of the ESX config folder:

```lua
Config.CustomInventory = false
Config.EnableDefaultInventory = false -- Display the default Inventory ( F2 )
```

## Inventory Configuration

The configuration is splitted into different parts:

## Config.lua

Here you need to setup the basic functions of the inventory script like Notifications, Progressbars, etc.

You can also change which money accounts should be displayed in the player inventory and what is the default key to open it.

The config.lua also contains the style configuration and most of the translations.

## Config\_weapon.lua

This config file is for our integrated weapon ammo / component and tint system.

You can configure the available weapon components and additional clip items to refill your weapons.

## Confg\_vehicle.lua

Here you can find all vehicle related settings.

You can specify the max weights / slots of each vehicles trunk / glovebox.

## Config\_discord.lua

In this file you can setup your discord webhooks, colors, etc.

If you are experienced you even have full control about how the discord logs look like.

### Plugins

In the plugins folder you can find a config file per plugin.


---

# 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.hyper-code.eu/documentation/inventory/config.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.
