uyuyorumstore
um-ronin-multicharacterHow-to Guides

Logs

How to configure logging and webhooks

Paths

webhooks.lua
logs.lua

You can configure webhooks to log various player actions such as character creation, deletion, and selection.

Webhooks Configuration (for Discord)

In the config/webhooks.lua file, you can set up different webhooks for various events:

return {
    playgame = '',
    logout = '',
    exploit = '',
    createcharacter = '',
    deletecharacter = '',
    tebex = '',
}

Ox Lib Logger

Setup ox_lib logging

For this, you don't need to do anything extra in multicharacter; this will be provided automatically.

On this page