[Release] [Standalone] Trigger Logger

-Supports all frameworks.
-You can check all the triggers.
-You can detect those who try to earn money or give item by cheating.

Log examples:

image
image

Download link: GitHub - geniunn/geni_triggerLogger

11 Likes

You should add an config-example.lua file so those who don’t understand how you add triggers also can use this - or an documentation.

Other than that, great release.

5 Likes

I would make sure the config is server side only, if someone gets the webhook they can spam it with @ pings and other stuff.

3 Likes

@geniuN , I suggest updating the config to be on the server only, Not smart to have config with WEBHOOKS on the client can easly be dumped and abused (Ex: Webhook spams)

3 Likes

Hi when i trigger event it doesnt send message to webhook. Can u help Config = {}
Config.Triggers = {
{trigger = “esx_ambulancejob:revive”, type = “client”, title = “log title”, message = “log message”, webhook = “my webhook”}