For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration

Main Configuration

Config = {
    Locale = 'en', -- locale that the script should use
    Debug = false, -- prints much information for developer
    VersionCheck = true, -- enable or disable version check (not working in beta)

    DutyCommand = 'aduty', -- what should be the command to go to admin-duty?
    CallHelpCommand = 'calladmin', -- what should be the command to call staff?
    AcceptMethod = 'teleport', -- available: waypoint, teleport
    NotifyOnlyInDuty = false -- should you get calladmin notifys only in admin-duty? 
}

Features Configuration

GodMode = {
    Enable = true, -- enable/disable this feature
    Default = false, -- enable when going in duty-mode?

    Command = 'godmode', -- keep clear if no command
    Keybind = 'NUMPAD4' -- keep clear if no keybind
}

Vanish = {
    Enable = true, -- enable/disable this feature
    Default = false, -- enable when going in duty-mode?

    Command = 'vanish', -- keep clear if no command
    Keybind = 'NUMPAD5' -- keep clear if no keybind
}

NoClip = {
    Enable = true, -- enable/disable this feature
    Default = false, -- enable when going in duty-mode?

    Command = 'noclip', -- keep clear if no command
    Keybind = 'NUMPAD6' -- keep clear if no keybind
}

ESP = {
    Enable = true, -- enable/disable this feature
    Default = false, -- enable when going in duty-mode?

    Command = 'esp', -- keep clear if no command
    Keybind = 'NUMPAD2' -- keep clear if no keybind
}

NoNotify = {
    Enable = true, -- enable/disable this feature (no message when not in duty)

    Command = 'nonotify', -- keep clear if no command
    Keybind = 'NUMPAD9' -- keep clear if no keybind
}

Discord Configuration

You need to generate a discord webhook link. A tutorial on how to create one can be found here: https://youtu.be/fKksxz2Gdnc?t=13

Sound Configuration

Notification System Configuration

You can add your own notification system in here. There are some examples given below.

Example for basic chat message
Example for pNotify
Example for okokNotify
Example for okokChatV2

Ranks Configuration

You can change your ranks and their clothes in that section.

Last updated