dfnykaa/ykaa_logs ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Discord logging system for a FiveM server.
I want it to track common server events and send neat log messages to a Discord webhook, with easy config so I can set the webhook, choose which logs are on, and customize the embed colors and titles. It should be written in Lua and work like a normal FiveM resource, so I can drop it into my server and start using it without much setup.
Please make it handle the usual things people want to log, like player joins and leaves, chat or admin actions if possible, and any other useful server events you think fit a basic logging system. Keep it clean and reliable, with clear server side logic and a simple config file. If you need to check the current FiveM or Discord webhook docs online, feel free to do that. Also include a short README style setup guide so I know how to install and configure it.