Project details
Project: AfkSystem
dev language: c# oxide
Plugin language: en
Author: @RustFlash
AfkSystem automatically detects when a player is AFK and then either:
It’s event-based (no constant polling): the AFK timer resets on real player input and triggers after your configured delay.
Event-based AFK detection (no polling!)
Fullscreen AFK screen (Image mode)
Command mode
Admin overview
If Image mode is enabled but ImageLibrary is missing, AfkSystem will warn in console and won’t display images.
/afk
Toggles AFK screen/action manually (for testing or manual AFK).
If the screen is open, it will close it and restart AFK detection.
/checkafk (admin)
Lists all currently AFK players tracked by the plugin.
afksystem.use
Enables AFK detection for the player and allows /afk.
afksystem.admin
Allows /checkafk.
AfkSystem is simple: leave Command to Execute empty to use Image mode.
If you set a command, the plugin switches to Command mode automatically.
{
"AFK Detection Time (seconds)": 300.0,
"Command to Execute (leave empty to use image mode)": "",
"Image URL (only used if command is empty)": ""
}
Note: Commands are executed as a chat command (the plugin internally does
/yourcommand).
Overlay and is removed when the player presses a key.afksystem.use are ignored (no timers, no AFK tracking).load, run, enjoy 💝