Relog
The relog system lets players quickly switch back to the character selection screen.
Setup
Set
Config.Relog.enable = trueIf you want screenshot previews, install
screenshot-basicand 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