> For the complete documentation index, see [llms.txt](https://feron-scripts.gitbook.io/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://feron-scripts.gitbook.io/welcome/scripts/pause-menu/config.md).

# Config

{% tabs %}
{% tab title="QBCore" %}

````lua
```lua
Config = {}

Config.Framework = "newqb"        -- newqb / oldqb | newqb = export system | oldqb = triggerevent system

Config.ServerWait = 5 * 60 * 1000 -- 5 minutes data update
Config.ClientWait = 6 * 60 * 1000 -- 6 minutes data update

Config.MaxPlayerCount = 200
Config.DiscordLink = "https://discord.gg/p4z492X6xT"
Config.YoutubeLink = "https://www.youtube.com/@dockerize"

Config.NotifyFunction = function(msg, type)
    QBCore.Functions.Notify(msg, type)
end

Config.OpenInventoryFunction = function()
    ExecuteCommand("inventory")
end

Config.Announcements = {
    {
        title = "Digital Dragons Indie Celebration",
        description = "The Digital Dragons Indie celebration is now live on Steam, with dozens of demos, live-streams, and a collection of games, hand-picked by the Digital Dragons jury and available on Steam.",
        date = "04.07.2024",
    },
    {
        title = "Digital Dragons Indie Celebration",
        description = "The Digital Dragons Indie celebration is now live on Steam, with dozens of demos, live-streams, and a collection of games, hand-picked by the Digital Dragons jury and available on Steam.",
        date = "04.07.2024",
    },
    {
        title = "Digital Dragons Indie Celebration",
        description = "The Digital Dragons Indie celebration is now live on Steam, with dozens of demos, live-streams, and a collection of games, hand-picked by the Digital Dragons jury and available on Steam.",
        date = "04.07.2024",
    },
}

Config.MiniGames = {
    {
        title = "HEXTRIS",
        link = "https://hextris.io/",
    },
    {
        title = "TOWER BUILDING",
        link = "https://riseuplabs.com/play/tower-building/",
    },
    {
        title = "HEXTRIS",
        link = "https://hextris.io/",
    },
    {
        title = "HEXTRIS",
        link = "https://hextris.io/",
    },
}

Config.Translate = {
    money = "MONEY",
    job = "JOB",
    yourPlayTime = "YOUR PLAY TIME",
    onlinePlayers = "ONLINE PLAYERS",
    quitGame = "QUIT GAME",
    resume = "RESUME",
    announcements = "ANNOUNCEMENTS",
    map = "MAPS",
    mapDesc = "Here you can find all <br /> project location marks.",
    inventory = "INVENTORY",
    inventoryDesc = "Here you can find all <br /> project location marks.",
    settings = "SETTINGS",
    settingsDesc = "Here you can find all <br /> project location marks.",
    miniGames = "MINI GAMES",
    miniGamesDesc = "Enjoy legendary games and experience nostalgia.",
    play = "PLAY",
    joinToCommunity = "JOIN TO COMMUNITY",
    discordJoin = "DISCORD <br /> JOIN",
    youtubeJoin = "YOUTUBE <br /> JOIN"
}

```
````

{% endtab %}

{% tab title="ESX" %}

````lua
```lua
Config = {}

Config.Framework = "newEsx"       -- esx / newEsx | esx = triggerevent system | newEsx = export system

Config.ServerWait = 5 * 60 * 1000 -- 5 minutes data update
Config.ClientWait = 6 * 60 * 1000 -- 6 minutes data update

Config.MaxPlayerCount = 200
Config.DiscordLink = "https://discord.gg/p4z492X6xT"
Config.YoutubeLink = "https://www.youtube.com/@dockerize"

Config.NotifyFunction = function(msg, type)
    ESX.ShowNotification(msg)
end

Config.OpenInventoryFunction = function()
    ESX.ShowInventory()
end

Config.Announcements = {
    {
        title = "Digital Dragons Indie Celebration",
        description = "The Digital Dragons Indie celebration is now live on Steam, with dozens of demos, live-streams, and a collection of games, hand-picked by the Digital Dragons jury and available on Steam.",
        date = "04.07.2024",
    },
    {
        title = "Digital Dragons Indie Celebration",
        description = "The Digital Dragons Indie celebration is now live on Steam, with dozens of demos, live-streams, and a collection of games, hand-picked by the Digital Dragons jury and available on Steam.",
        date = "04.07.2024",
    },
    {
        title = "Digital Dragons Indie Celebration",
        description = "The Digital Dragons Indie celebration is now live on Steam, with dozens of demos, live-streams, and a collection of games, hand-picked by the Digital Dragons jury and available on Steam.",
        date = "04.07.2024",
    },
}

Config.MiniGames = {
    {
        title = "HEXTRIS",
        link = "https://hextris.io/",
    },
    {
        title = "TOWER BUILDING",
        link = "https://riseuplabs.com/play/tower-building/",
    },
    {
        title = "HEXTRIS",
        link = "https://hextris.io/",
    },
    {
        title = "HEXTRIS",
        link = "https://hextris.io/",
    },
}

Config.Translate = {
    money = "MONEY",
    job = "JOB",
    yourPlayTime = "YOUR PLAY TIME",
    onlinePlayers = "ONLINE PLAYERS",
    quitGame = "QUIT GAME",
    resume = "RESUME",
    announcements = "ANNOUNCEMENTS",
    map = "MAPS",
    mapDesc = "Here you can find all <br /> project location marks.",
    inventory = "INVENTORY",
    inventoryDesc = "Here you can find all <br /> project location marks.",
    settings = "SETTINGS",
    settingsDesc = "Here you can find all <br /> project location marks.",
    miniGames = "MINI GAMES",
    miniGamesDesc = "Enjoy legendary games and experience nostalgia.",
    play = "PLAY",
    joinToCommunity = "JOIN TO COMMUNITY",
    discordJoin = "DISCORD <br /> JOIN",
    youtubeJoin = "YOUTUBE <br /> JOIN"
}

```
````

{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://feron-scripts.gitbook.io/welcome/scripts/pause-menu/config.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
