🐼 Scripts
um-ronin-multi
how-to
logs

Logs

  • um-ronin-multicharacter - config - webhooks.lua
  • um-ronin-multicharacter - modules - server - 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

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