For the complete documentation index, see llms.txt. This page is also available as Markdown.

Relog

The relog system lets players quickly switch back to the character selection screen.

Setup

  1. Set Config.Relog.enable = true

  2. If you want screenshot previews, install screenshot-basic and configure the upload method:

Config.Upload.method     = "discord"           -- "discord" or "fivemanage"
Config.Upload.upload_url = "YOUR_WEBHOOK_URL"

Usage

Players type /relog (or whatever Config.Relog.commandName is set to). After the cooldown (Config.Relog.waitTime ms), they are returned to the character selection screen.

Last updated