1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/qs-inventory/server/custom/webhook/webhook.lua
2025-06-07 08:51:21 +02:00

23 lines
512 B
Lua

--[[
Welcome webhooks setup!
Here you will have the link to configure the admin webhooks,
you can modify them from server/custom/misc/SetInventoryData.lua.
]]
Webhooks = Webhooks or {}
Webhooks = {
['admin'] = '',
['bought'] = '',
['sell'] = '',
['swap'] = '',
['drop'] = '',
['stash'] = '',
['trunk'] = '',
['garbage'] = '',
['robbery'] = '',
['glovebox'] = '',
['giveitem'] = '',
['crafting'] = '',
['traphouse'] = '',
}