> For the complete documentation index, see [llms.txt](https://kox-core.gitbook.io/christmas-event-1.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kox-core.gitbook.io/christmas-event-1.0/config.md).

# Config

You can change individual values in config.lua

{% hint style="info" %}
All the values present in the configuration are not presented below because they are quite explicit
{% endhint %}

## Debug

If the debug is activated it will allow you to display in Console Server the registered, deleted vehicles, etc..

## Framework

This script can be standalone, if needed, and we implemented two basic frameworks. You can change to your preferred framework like this:

<figure><img src="https://726930516-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FedR2LSpp1lgKOCpWC2PU%2Fuploads%2FrkdFBaIQSItEQYGdY7U7%2FCapture%20d%E2%80%99%C3%A9cran%202022-09-13%20170956.png?alt=media&amp;token=e85b4b76-e960-44d1-849d-4accd87b9c27" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If you want to use custom notifications, please set "useCustomNotification" to true and modify the function `showNotification` in `client/utils_editable.lua`
{% endhint %}

{% hint style="danger" %}
if you use the Standalone version, please modify the function `treeFound` in `server/utils_editable.lua`
{% endhint %}

{% hint style="info" %}
If you want to keep track of who is picking up a batch, `discordWebhook` in the `config.lua` is there for that.
{% endhint %}

## Backup

You have the possibility to save them by SQL or JSON.

`If you want to use SQL, 2 API support are possible:`

* `mysql-async`
* `oxmysql`

It is also possible that the backup will be performed if you use txAdmin. If not, you will have to use a server event

## oneOnlyPersonOpen

```lua
Earnings recoverable by 1 person only if oneOnlyPersonOpen is true.

else

Earnings recoverable only once per person if oneOnlyPersonOpen is false.
```

## What's next ?

The installation and configuration are finished, the script is ready to be used!

Enjoy !
