- Dependencies
- Playtime Tracker (Required)
This plugin spots “login-for-a-minute” players and calls them out before they can AFK-farm, scout with alts, or abuse your Rust server. It hooks into Playtime Tracker, counts every 1-5-minute session, and flags anyone who does it too often, posting the alert to admins and Discord in real time.
Alert Example
Permissions
antiquickleaver.ignore
- Players with this permission are ignored by all quick-leave checks and will never be flagged.
Configuration
JSON:
{
"Version": "1.0.0",
"Minimum Session Duration Seconds": 60,
"Maximum Session Duration Seconds": 300,
"Required Short Sessions To Be Flagged": 3,
"Hours To Look Back For Short Sessions": 24,
"Discord Webhook Url": ""
}
Minimum Session Duration Seconds
- The shortest time (in seconds) a player must stay online before the session is counted; anything shorter is ignored.Maximum Session Duration Seconds
- The longest time (in seconds) a session can be and still be treated as a “quick-leave”; any session longer than this is considered normal play.Required Short Sessions To Be Flagged
- How many quick-leave sessions a player must rack up within the look-back window before the plugin flags them and sends alertsHours To Look Back For Short Sessions
- How far back (in hours) the plugin “remembers” a player's quick-leave sessions; older sessions are wiped from memory and no longer count.Discord Webhook Url
- Discord webhook address; leave blank to disable Discord alerts.