Limited AFK

Quick rating

Limited AFK

No reviews yet

A server-sided mod to limit how much your players can AFK and tracks all players' playtime.

QoL & Tweaks
Mod Loaders
Fabric
Minecraft
26.2 26.1

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
Open Software License 3.0
Latest Version
limitedafk-2.1.0+26.2.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Limited AFK

A fairly straight-forward server-sided mod to limit how much your players can AFK and tracks all players' playtime.

This mod should only be installed on a server.

Player Commands

  • /playtime Tells the player how much real-time they have played and AFK'd on the server
  • /afklist Lists the players online and who is/isn't AFK

Admin Commands & Configuration

Configuration can be done through the properties file generated when loaded on a server or through commands.

  • /playtime <player> Gets the playtime of the specified player
  • /playtime all Gets the playtime of all players who have logged on the server. Dumps to console and gives a clipboard copy to the admin.
  • /playtime actions <player> Gets the amount of time since a player has performed one of the actions tracked by the AFK algorithm.
  • /limitedafk Gets the current configuration settings
  • /limitedafk enabled <true/false> Enables/disables the AFK tracker
  • /limitedafk ignoreCreativeAndSpectator <true/false> Sets whether the AFK tracker should mark Creative and Spectator players as AFK
  • /limitedafk allowedAfkPercentage <0-100> Sets the percentage of a player's playtime can be spent AFK before kicking them
  • /limitedafk announceAfk <true/false> Sets whether a chat message is announced when a player goes AFK or comes back from AFK
  • /limitedafk afkTimer <60+> Sets how many seconds of inactivity it takes until a player is marked as AFK
  • /limitedafk defaultAfkDetectionLevel <LOW/MEDIUM/HIGH> Sets how aggressive the AFK detection is by default (LOW and MEDIUM require various levels of activity, and HIGH requires a captcha)
  • /limitedafk captchaTimer <120+> Sets the interval between when someone suspected of being AFK is given a captcha (in seconds)
  • /limitedafk logCommandUsage <true/false> Sets whether successful command executions are logged to the server console
  • /afklevel get <player> Gets the modified (or default) AFK detection level required for the specified player
  • /afklevel set <player> <LOW/MEDIUM/HIGH> Sets the modified AFK detection level required for the specified player
  • /afklevel reset <player> Resets the modified AFK detection level required for the specified player to the default value

Permission Nodes

LimitedAFK uses the Fabric Permissions API for command permissions. Each node has a fallback vanilla permission level for servers without a permissions mod.

General

Node Default Description
limitedafk.afklist ALL Use /afklist to see who is AFK
limitedafk.playtime ALL Use /playtime to check your own playtime
limitedafk.playtime.others GAMEMASTERS Use /playtime <player> to check another player's playtime
limitedafk.playtime.all GAMEMASTERS Use /playtime all to dump playtime for all players
limitedafk.playtime.actions GAMEMASTERS Use /playtime actions <player> to check a player's action timestamps
limitedafk.afklevel.get GAMEMASTERS Use /afklevel get <player> to read a player's AFK detection level
limitedafk.afklevel.set GAMEMASTERS Use /afklevel set <player> <level> to change a player's AFK detection level
limitedafk.afklevel.reset GAMEMASTERS Use /afklevel reset <player> to reset a player's AFK detection level to default

Config

Config commands are generated automatically by BorisLib per config value.

Node Default Description
limitedafk.config GAMEMASTERS List all config values via /limitedafk
limitedafk.config.<name>.get GAMEMASTERS Read a specific config value
limitedafk.config.<name>.set GAMEMASTERS Change a specific config value

Try My Other Mods!

All server-side Fabric mods — no client installation required.

Mod Description Links
e6ce366187de25be0efc7ecc736fc27f05452888_96.webp Arcana Novum Minecraft's biggest server-only full-feature Magic Mod! Adds powerful items, multiblocks and bosses! GitHub Modrinth CurseForge
c6c224a3d8068cfb9b054e2a03eb9704906dd8cb_96.webp Ancestral Archetypes A highly configurable, Origins-style mod that lets players pick a mob to gain unique abilities! GitHub Modrinth CurseForge
b35cbf33da842f170d0aa562033aaddc2a9ab653_96.webp Ender Nexus Highly configurable /home, /spawn, /warp, /tpa and /rtp commands all in one, and individually disablable. GitHub Modrinth CurseForge
dae01789d609498b8f1637ab31d8fe20b6108020_96.webp Fabric Mail An in-game virtual mailbox system for sending packages and messages between online and offline players. GitHub Modrinth CurseForge
028062616fc2fb729afdbdc697d60f93ff61a918_96.webp Fabric Trade Adds /trade, a secure player-to-player trading interface. GitHub Modrinth CurseForge
a401b9bf08c33d85c907025d6689c657b5168508_96.webp Limited AFK AFK detection and management with configurable kick thresholds for servers. GitHub Modrinth CurseForge
97afbda2e56c3f14e04d0f9e0e1fe99db6bd2f27_96.webp Links in Chat Makes URLs posted in chat clickable. GitHub Modrinth CurseForge

LICENSE NOTICE

By using this project in any form, you hereby give your "express assent" for the terms of the license of this project, and acknowledge that I, BorisShoes, have fulfilled my obligation under the license to "make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License.

Limited AFK

A fairly straight-forward server-sided mod to limit how much your players can AFK and tracks all players' playtime.

This mod should only be installed on a server.

Player Commands

  • /playtime Tells the player how much real-time they have played and AFK'd on the server
  • /afklist Lists the players online and who is/isn't AFK

Admin Commands & Configuration

Configuration can be done through the properties file generated when loaded on a server or through commands.

  • /playtime <player> Gets the playtime of the specified player
  • /playtime all Gets the playtime of all players who have logged on the server. Dumps to console and gives a clipboard copy to the admin.
  • /playtime actions <player> Gets the amount of time since a player has performed one of the actions tracked by the AFK algorithm.
  • /limitedafk Gets the current configuration settings
  • /limitedafk enabled <true/false> Enables/disables the AFK tracker
  • /limitedafk ignoreCreativeAndSpectator <true/false> Sets whether the AFK tracker should mark Creative and Spectator players as AFK
  • /limitedafk allowedAfkPercentage <0-100> Sets the percentage of a player's playtime can be spent AFK before kicking them
  • /limitedafk announceAfk <true/false> Sets whether a chat message is announced when a player goes AFK or comes back from AFK
  • /limitedafk afkTimer <60+> Sets how many seconds of inactivity it takes until a player is marked as AFK
  • /limitedafk defaultAfkDetectionLevel <LOW/MEDIUM/HIGH> Sets how aggressive the AFK detection is by default (LOW and MEDIUM require various levels of activity, and HIGH requires a captcha)
  • /limitedafk captchaTimer <120+> Sets the interval between when someone suspected of being AFK is given a captcha (in seconds)
  • /limitedafk logCommandUsage <true/false> Sets whether successful command executions are logged to the server console
  • /afklevel get <player> Gets the modified (or default) AFK detection level required for the specified player
  • /afklevel set <player> <LOW/MEDIUM/HIGH> Sets the modified AFK detection level required for the specified player
  • /afklevel reset <player> Resets the modified AFK detection level required for the specified player to the default value

Permission Nodes

LimitedAFK uses the Fabric Permissions API for command permissions. Each node has a fallback vanilla permission level for servers without a permissions mod.

General

Node Default Description
limitedafk.afklist ALL Use /afklist to see who is AFK
limitedafk.playtime ALL Use /playtime to check your own playtime
limitedafk.playtime.others GAMEMASTERS Use /playtime <player> to check another player's playtime
limitedafk.playtime.all GAMEMASTERS Use /playtime all to dump playtime for all players
limitedafk.playtime.actions GAMEMASTERS Use /playtime actions <player> to check a player's action timestamps
limitedafk.afklevel.get GAMEMASTERS Use /afklevel get <player> to read a player's AFK detection level
limitedafk.afklevel.set GAMEMASTERS Use /afklevel set <player> <level> to change a player's AFK detection level
limitedafk.afklevel.reset GAMEMASTERS Use /afklevel reset <player> to reset a player's AFK detection level to default

Config

Config commands are generated automatically by BorisLib per config value.

Node Default Description
limitedafk.config GAMEMASTERS List all config values via /limitedafk
limitedafk.config.<name>.get GAMEMASTERS Read a specific config value
limitedafk.config.<name>.set GAMEMASTERS Change a specific config value

Try My Other Mods!

All server-side Fabric mods — no client installation required.

Mod Description Links
e6ce366187de25be0efc7ecc736fc27f05452888_96.webp Arcana Novum Minecraft's biggest server-only full-feature Magic Mod! Adds powerful items, multiblocks and bosses! GitHub Modrinth CurseForge
c6c224a3d8068cfb9b054e2a03eb9704906dd8cb_96.webp Ancestral Archetypes A highly configurable, Origins-style mod that lets players pick a mob to gain unique abilities! GitHub Modrinth CurseForge
b35cbf33da842f170d0aa562033aaddc2a9ab653_96.webp Ender Nexus Highly configurable /home, /spawn, /warp, /tpa and /rtp commands all in one, and individually disablable. GitHub Modrinth CurseForge
dae01789d609498b8f1637ab31d8fe20b6108020_96.webp Fabric Mail An in-game virtual mailbox system for sending packages and messages between online and offline players. GitHub Modrinth CurseForge
028062616fc2fb729afdbdc697d60f93ff61a918_96.webp Fabric Trade Adds /trade, a secure player-to-player trading interface. GitHub Modrinth CurseForge
a401b9bf08c33d85c907025d6689c657b5168508_96.webp Limited AFK AFK detection and management with configurable kick thresholds for servers. GitHub Modrinth CurseForge
97afbda2e56c3f14e04d0f9e0e1fe99db6bd2f27_96.webp Links in Chat Makes URLs posted in chat clickable. GitHub Modrinth CurseForge

LICENSE NOTICE

By using this project in any form, you hereby give your "express assent" for the terms of the license of this project, and acknowledge that I, BorisShoes, have fulfilled my obligation under the license to "make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Total Downloads
CurseForge
<1,000
Modrinth
~1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works