You ban them. They hop to the next server. PRL connects your community with a shared moderation database so that guy doesn't get to do it again somewhere else.
Built for FiveM communities who are done playing whack-a-mole with the same bad actors.
The prl-client FiveM resource hooks directly into txAdmin. Bans, kicks, and warns are submitted automatically, no extra wiring, no custom menus to touch.
Add your API key to config.lua, drop the folder in your resources, add ensure prl-client to server.cfg and you're done.
# after your other resources ensure prl-client
-- only three fields required PRL.Config = { ApiBase = 'https://lookup.crunchbyte.org/api', ApiKey = 'prl_xxxxxxxxxxxx', ApiSecret = 'yyyyyyyyyyyyyyyy', -- everything else is optional AutoSubmitBan = true, AutoSubmitKick = true, AutoSubmitWarn = true, }
Log in with Discord, register your server, then run /prl verify in your server. The bot generates a one-time code, paste it in the dashboard.
Drop prl-client into your resources folder, fill in your API key, and add ensure prl-client to server.cfg.
Every ban, kick, warn, and revocation from txAdmin is automatically submitted. Run /prltest in-game to confirm it's working.