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? 
}
circle-exclamation

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
}
circle-exclamation
circle-check

Discord Configuration

circle-info

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

Sound Configuration

circle-exclamation

Notification System Configuration

circle-info

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

chevron-rightExample for basic chat messagehashtag
chevron-rightExample for pNotifyhashtag
chevron-rightExample for okokNotifyhashtag
chevron-rightExample for okokChatV2hashtag

Ranks Configuration

circle-info

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

Last updated