diff --git a/config/server.lua b/config/server.lua index 06da3778c..292766b02 100644 --- a/config/server.lua +++ b/config/server.lua @@ -114,6 +114,18 @@ return { }, }, + -- this configuration is for core events only. putting other webhooks here will have no effect + logging = { + webhook = { + ['default'] = nil, -- default + ['joinleave'] = nil, -- default + ['ooc'] = nil, -- default + ['anticheat'] = nil, -- default + ['playermoney'] = nil, -- default + }, + role = {} -- Role to tag for high priority logs. Roles use <@%roleid> and users/channels are <@userid/channelid> + }, + giveVehicleKeys = function(src, plate) return exports.qbx_vehiclekeys:GiveKeys(src, plate) end,