Configs
Codesign resources contain various editable/unobscured files such as client/server functions etc.
Last updated
Was this helpful?
Was this helpful?
Config = {}
for c, d in pairs(Cfg) do
Config[c] = d
end
-- ┌──────────────────────────────────────────────────────────────────┐
-- │ IMPORTANT │
-- └──────────────────────────────────────────────────────────────────┘
Config.AutoInsertSQL = true
-- Recommended to enable before updating the script to ensure all required SQL entries are added automatically.
Config.Debug = false
-- Enable to show debug information in the console.
Config.AdminPermissions = {'god', 'superadmin', 'admin' }
-- Admin Permissions.
-- ┌──────────────────────────────────────────────────────────────────┐
-- │ MAIN │
-- └──────────────────────────────────────────────────────────────────┘
Config.EventStartWarning = 10
-- The number of minutes before an event starts to send a warning discord webhook and notification.
-- ┌──────────────────────────────────────────────────────────────────┐
-- │ COMMANDS │
-- └──────────────────────────────────────────────────────────────────┘
Config.OpenCommand = 'calendar'
-- The command to open the event calendar UI.
