Skip to content

Commit

Permalink
refactor: core events webhook config
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon committed Dec 8, 2023
1 parent f485806 commit 09fa7bc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 09fa7bc

Please sign in to comment.