Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Sessility is a Minecraft Fabric utility mod that keeps track of sessile creatures, more often known as "AFK players".
sessile
adjective
- (of an organism) permanently rooted in place; lacking mobility
- (of a plant) attached without a stalk
Feature summary
- Change the color of sessile players in the player tab list
- Exclude sessile players from the player sleeping requirement
- Configure the amount of idle time before a player is considered sessile
- Broadcast a chat message when a player becomes either sessile or motile
- Hide sessile players in the player tab list, server player list, or server player count
- Choose if player rotation should be used to determine motility
By default, any player idling for more than 120 seconds is considered sessile. Sessile players are given a distinct color in the player tab overlay to distinguish them from other players. The sessile idle time and tab display color are both configurable.
You can also configure custom messages when a player changes their sessility. These messages are disabled by default and will only display if a configured message is present.
Sessility also allows you to configure whether or not sessile players are displayed in the server player list (shown above), the server player count, and the player tab list. Each one of these properties can be toggled individually.
Configuration file
# Detect player actions (attacking, using, etc.) as motility.
# Default: true
detect-action=true
# Detect player rotation as motility.
# Default: true
detect-rotation=true
# Hide sessile players in the server player list.
# Default: false
hide-sessile-in-server-list=false
# Hide sessile players in the player tab list.
# Default: false
hide-sessile-in-tab-list=false
# The message to broadcast when a player becomes motile (the opposite of sessile).
# (note: leave empty to disable motile messages)
# Default: (empty)
message-motile=%s returned from the depths
# The message to broadcast when a player becomes sessile.
# (note: leave empty to disable sessile messages)
# Default: (empty)
message-sessile=%s became a sessile creature
# The color of the sessile display name. This can be either a color name or a six-digit hex code.
# Default: gray
sessile-display-color=\#aaaaaa
# The idle time (in seconds) before a player is considered sessile.
# Default: 240
sessile-timeout=720
# Exclude sessile players from the server player count.
# Default: false
skip-sessile-in-player-count=false
# Exclude sessile players from the player sleeping requirement.
# Default: true
skip-sessile-in-sleep-count=true