โš™๏ธConfiguration

Check the default Config!

Config = {}

Config.Main = {
    language = "en",
    NUIFocus = false, -- NUI Focus (Cursor)
    FreezePlayer = false, -- Freezes the player
    NUIDesign = 2, -- 1 Small screen; 2 Full Screen
    DesignSwitch = {
        SwitchDesigns = false, -- First Trigger opens the big ui, second triggers open the small one,
        NUIFocusFirstScreen = false,
        NUIFocusSecondScren = true
    },
    OnPluginTrigger = {
        -- Function that allows you to control when the UI should not be triggered.
        -- -1/0 not connected to the ts / ts is not open
        -- 1 Is in a Swiss Channel
        -- 2 Is in Ingame Channel
        -- 3 Is On ts connected
        [2] = true
    },
    Web = {
        Discord = "https://discord.gg/s-service",
        TeamsSpeak = "https://ts3server://81.135.437.159?port=9987"
    }
}

If you find any errors in the configuration and you can't fix them yourself, open a ticket!

Last updated