Relog
Last updated
The relog system lets players quickly switch back to the character selection screen.
Set Config.Relog.enable = true
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"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