90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
SimpleAFK
This mod enables simple AFK management for servers.
It provides the ability to configure:
- when a player is marked as afk.
- when (if at all) a player is kicked for being afk too long.
- Formatting options to format the afk message, kick message and afk name in tab list.
It skips players that are AFK when checking for the percentage of players sleeping.
This overrides the vanilla setIdleTimeout
command, and discards any values set in there.
Configuration
Simple AFK aims to be highly configurable, to allow for any server to make it act the way they want. In the server config file, you will find the following options:
NOTE: The default defined in () only matters if you are NOT using a permission mod.
secondsBeforeAfk
which is how many seconds after a last player movement the player is marked as afk.secondsBeforeKick
which is how many seconds after the player has been marked as afk they are going to be kicked, set to 0 to disable kicking.isNowAfkMessage
is a string where you can customize how the global message should look when a player goes afk. This allows for color codesisNoLongerAfkMessage
is a string where you can customize how the global message should look when a player is no longer afk. This allows for color codesplayerNameFormat
is how the tablist is formatted for when a player is afk. This allows for color codesafkKickMessage
is how the message should look when a player gets kicked after the amount of seconds defined. This allows for color codes
Permission Nodes
Simple AFK introduces some standard permission nodes if you are using a permission system.
simpleafk.toggle
- Allows the player to toggle their AFK status (Default: Everyone has this permission)simpleafk.toggle.target
- Allows the player to toggle another player's AFK status (Default: Only OP's has this permission)simpleafk.bypass
- Allows the player to bypass AFK status (Meaning they won't get marked as AFK and won't get kicked) (Default: Only OP's has this permission)simpleafk.bypass_sleep
- Allows the player to bypass the sleep required percentage check (Default: Only OP's have this permission)
Links
Details
Licensed GPL-3.0-only
Published a year ago
Updated 4 months ago