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
Sound Configuration
Notification System Configuration
Ranks Configuration
Last updated